search for: 8eb776f9

Displaying 1 result from an estimated 1 matches for "8eb776f9".

2010 Jul 19
1
[LLVMdev] JIT crash takes down host-application
Is there a way to intercept the calls to abort() or exit(), specifically ? Disabling all external symbol resolution seems not really feasable since I need some std libs. -Frank 2010/7/19 Garrison Venn <gvenn.cfe.dev at gmail.com> > You could use shared memory or the equivalent of UNIX domain sockets. On a > UNIX system, you will also probably want to catch > SIGCHLD along with