-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.2.0
-
Component/s: Internal Code
-
Environment:Windows
-
Fully Compatible
-
Windows
The current code for unhandled exceptions in Windows calls dbexit(EXIT_UNCAUGHT, "unhandled exception") in release builds. It passes the exception on to the default handler in debug builds.
It should do what we do on other platforms and call ::_exit(EXIT_ABRUPT) in both release and debug builds.