Displaying 1 result from an estimated 1 matches for "mhoeben".
Did you mean:
hoeben
2009 Oct 22
0
[LLVMdev] Throwing exceptions to code that calls the ExecutionEngine.
...5f923a in raise ()
#3 0x94605679 in abort ()
#4 0x91754005 in __gnu_cxx::__verbose_terminate_handler ()
#5 0x9175210c in __gxx_personality_v0 ()
#6 0x9175214b in std::terminate ()
#7 0x91752261 in __cxa_throw ()
#8 0x02080045 in ?? ()
#9 0x000056ef in main (argc=1, argv=0xbffff82c) at
/Users/mhoeben/Development/codecs/mule/src/main.cpp:52
PPS: I also tried to longjmp from the JIT code, back to my code, but this
ofcourse violates a lot of C++ stack cleanup rules.
--
View this message in context: http://www.nabble.com/Throwing-exceptions-to-code-that-calls-the-ExecutionEngine.-tp26011956p26011...