search for: assertmsg

Displaying 2 results from an estimated 2 matches for "assertmsg".

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
2007 Mar 31
0
[934] branches/wxruby2/wxwidgets_282: Rename OnAssert to OnAssertFailure, reflecting wx 2.8 API
...;<span class="cx"> * _line_ the line number in this file where the assert occurred </span><span class="cx"> * _cond_ the condition of the failed assert in string form </span><del>-* _msg_ the message specified as argument to -"ASSERT_MSG":assertmsg.html or "FAIL_MSG":failmsg.html, will -be @NULL@ if just "ASSERT":assert.html or "FAIL":fail.html -was used </del><ins>+* _msg_ the failure message, may be @nil@ if just "ASSERT":assert.html or "FAIL":fail.html was used </ins><...