search for: _zn40_global__n_signals

Displaying 3 results from an estimated 3 matches for "_zn40_global__n_signals".

2008 Mar 29
3
[LLVMdev] Advice on debugging?
...optimizer passes. So for example, when I run lli on my program: ---------------------------------------------------------- Assertion failed: (V == V2 && "Didn't find key?"), function RemoveKey, file StringMap.cpp, line 177. 0 lli 0x0049edcd _ZN40_GLOBAL__N_Signals.cpp_00000000_B58D0A3815PrintStackTraceEv + 45 1 lli 0x0049efc9 _ZN40_GLOBAL__N_Signals.cpp_00000000_B58D0A3813SignalHandlerEi + 323 2 libSystem.B.dylib 0x9534297b _sigtramp + 43 3 ??? 0xffffffff 0x0 + 429496729...
2008 Apr 01
0
[LLVMdev] Advice on debugging?
...example, when I run lli on my program: > ---------------------------------------------------------- > Assertion failed: (V == V2 && "Didn't find key?"), function RemoveKey, > file StringMap.cpp, line 177. > 0 lli 0x0049edcd > _ZN40_GLOBAL__N_Signals.cpp_00000000_B58D0A3815PrintStackTraceEv + 45 > 1 lli 0x0049efc9 > _ZN40_GLOBAL__N_Signals.cpp_00000000_B58D0A3813SignalHandlerEi + 323 > 2 libSystem.B.dylib 0x9534297b _sigtramp + 43 > 3 ??? 0xffff...
2008 Mar 16
1
[LLVMdev] exception handling broken on x86-64?
On Mar 16, 2008, at 5:07 AM, Duncan Sands wrote: >> Did anything ever come of the work on exception handling for x86_64? >> >> I'm having problems with exceptions on linux x86_64. > > I'm fairly sure that exception handling doesn't currently work on > x86-64 linux (it may work with darwin - not sure). I don't know > what it would take to get it to