Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.2.0
-
Windows
-
Fully Compatible
-
Windows
Description
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.