Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-7352

Do not try to exit cleanly after unhandled exception in Windows

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.2.2, 2.3.0
    • Affects Version/s: 2.2.0
    • Component/s: Internal Code
    • Labels:
    • 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.

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

              Created:
              Updated:
              Resolved: