Do not try to exit cleanly after unhandled exception in Windows

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 2.2.2, 2.3.0
    • Affects Version/s: 2.2.0
    • Component/s: Internal Code
    • Environment:
      Windows
    • Fully Compatible
    • Windows
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              Tad Marshall
              Reporter:
              Tad Marshall
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: