[LLVMbugs] [Bug 8133] New: JIT failure on MultiSource/Applications/spiff/spiff
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Sep 12 16:08:08 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=8133
Summary: JIT failure on MultiSource/Applications/spiff/spiff
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: llvmbugs at cs.uiuc.edu
This is what's left behind in Output/spiff.out-jit after a nightly test run
using the Phase2 Release build of the 2.8 rc1 release candidate. Note that the
machine has 4GB RAM so this is probably not a legitimate OOM failure:
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
0 lli 0x0000000000a542ff
1 lli 0x0000000000a54989
2 libpthread.so.0 0x00002b2630164f60
3 libc.so.6 0x00002b2630d56165 gsignal + 53
4 libc.so.6 0x00002b2630d58f70 abort + 384
5 libstdc++.so.6 0x00002b2630643dc5 __gnu_cxx::__verbose_terminate_handler()
+ 277
6 libstdc++.so.6 0x00002b2630642166
7 libstdc++.so.6 0x00002b2630642193
8 libstdc++.so.6 0x00002b263064228e
9 libstdc++.so.6 0x00002b263064271d operator new(unsigned long) + 125
10 lli 0x000000000077d9e5
_ZNSt6vectorISt4pairIPKN4llvm19TargetRegisterClassEPNS1_14MachineOperandEESaIS7_EE7reserveEm
+ 69
11 lli 0x000000000077c885
_ZN4llvm19MachineRegisterInfoC2ERKNS_18TargetRegisterInfoE + 149
12 lli 0x0000000000766052
_ZN4llvm15MachineFunctionC2EPKNS_8FunctionERKNS_13TargetMachineEjRNS_17MachineModuleInfoE
+ 210
13 lli 0x000000000076838c
llvm::MachineFunctionAnalysis::runOnFunction(llvm::Function&) + 92
14 lli 0x00000000009e2731
llvm::FPPassManager::runOnFunction(llvm::Function&) + 337
15 lli 0x00000000009e3809
llvm::FunctionPassManagerImpl::run(llvm::Function&) + 201
16 lli 0x00000000009e392b
llvm::FunctionPassManager::run(llvm::Function&) + 75
17 lli 0x000000000071f32e
_ZN4llvm3JIT24runJITOnFunctionUnlockedEPNS_8FunctionERKNS_10MutexGuardE + 46
18 lli 0x000000000071f6eb
llvm::JIT::getPointerToFunction(llvm::Function*) + 731
19 lli 0x0000000000725868
20 lli 0x000000000056bd71
21 lli 0x000000000056b97a X86CompilationCallback + 74
Stack dump:
0. Program arguments:
/home/nicholas/2.8-rc1/Phase2/Release/llvmCore-2.8-rc1.obj/Release+Asserts/bin/lli
-info-output-file=/home/nicholas/2.8-rc1/llvm-test/MultiSource/Applications/spiff/Output/spiff.out-jit.info
-stats -time-passes -force-interpreter=false --disable-core-files
Output/spiff.llvm.bc
/home/nicholas/2.8-rc1/llvm-test/MultiSource/Applications/spiff/Sample.3
/home/nicholas/2.8-rc1/llvm-test/MultiSource/Applications/spiff/Sample.4
1. Running pass 'Machine Function Analysis' on function '@Z_fatal'
Aborted
exit 134
RunSafely.sh detected a failure with these command-line arguments: 500 0
/dev/null Output/spiff.out-jit
/home/nicholas/2.8-rc1/Phase2/Release/llvmCore-2.8-rc1.obj/Release+Asserts/bin/lli
-info-output-file=/home/nicholas/2.8-rc1/llvm-test/MultiSource/Applications/spiff/Output/spiff.out-jit.info
-stats -time-passes -force-interpreter=false --disable-core-files
Output/spiff.llvm.bc
/home/nicholas/2.8-rc1/llvm-test/MultiSource/Applications/spiff/Sample.3
/home/nicholas/2.8-rc1/llvm-test/MultiSource/Applications/spiff/Sample.4
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list