Hi,
I have finally implemented exception handler rasied by operating system (such as SEGV or abort) and ignore it, so that the GUI application can continue instead of crashing the application. That works in both Linux and Windows.
However, there is a problem with Windows version when test with "abort()", that the Window libraries intercept the abort() before my signal handler can intercept it, which pop up a dialog as shown in the attachment (first figure). After I clik "Retry", it will then get to my exception handler and ignore the signal (second figure)...
Does anyone know how to prevent microsoft library from intercepting the abort()?
Thanks
Bookmarks