[llvm-testresults] [release_20] Build using GCC 4.2.0 RC3 on Linuxx86 32 Bit
Chris Lattner
clattner at apple.com
Thu May 10 15:33:44 PDT 2007
On May 10, 2007, at 2:25 PM, Aaron Gray wrote:
>>>
>>> # of expected passes 1987
>>> # of unexpected failures 2
>>> # of expected failures 3
>>> Running /usr/src/llvm/test/CodeGen/Generic/dg.exp ...
>>> FAIL: /usr/src/llvm/test/CodeGen/Generic/bit-intrinsics.ll
>>> Failed with signal(SIGSEGV) at line 2
>>> while running: lli --force-interpreter=true Output/bit-
>>> intrinsics.ll.tmp.bc
>>> lli[0x84717fc]
>> hi Aaron, can you run lli --force-interpreter=true in the
>> debugger and get a stack trace of this failure?
>
> Can you give me better instructions please.
first, does it repro with a debug build? If so, use it, if not,
build a release build, then do:
$ cd llvm/test/CodeGen/Generic/
$ llvm-as bit-intrinsics.ll
$ gdb --args lli --force-interpreter=true bit-intrinsics.bc
gdb> r
gdb> bt
gdb> quit
-Chris
More information about the llvm-testresults
mailing list