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

Do not try to exit cleanly after unhandled exception in Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • 2.2.0
    • 2.2.2, 2.3.0
    • Internal Code
    • 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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: