search for: a1ead956

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

2010 Jul 18
0
[LLVMdev] JIT crash takes down host-application
Frank Fuchs wrote: > Hi, > > I'm doing some tests concerning the embedding of LLVM and clan in my application. > Now I stumbled across the following ... which disturbs me. If the jitted program crashes, > like e.g. if it contains an assert(0==1) or calls an external function which cannot be resolved, > the hosting app goes down as well. There seems no error catch. > >
2010 Jul 18
3
[LLVMdev] JIT crash takes down host-application
Hi, I'm doing some tests concerning the embedding of LLVM and clan in my application. Now I stumbled across the following ... which disturbs me. If the jitted program crashes, like e.g. if it contains an assert(0==1) or calls an external function which cannot be resolved, the hosting app goes down as well. There seems no error catch. Can this anyhow be circumvented? -Frank
2010 Jul 19
2
[LLVMdev] JIT crash takes down host-application
...f it is. > > Or if you don't need it to be in the same process, don't put it there and > let the OS handle the rest. > > Nick > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100719/a1ead956/attachment.html>