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

Fatal assertion 17508 after receiving CTRL_SHUTDOWN_EVENT on Windows

    • ALL
    • Hide

      This was observed once and no repro has been found so far.

      Show
      This was observed once and no repro has been found so far.
    • 0

      The server may fassert when seeing a null GlobalServiceContext after getting a CTRL_SHUTDOWN_EVENT

      logs:

      2015-11-19T20:47:48.310+0000 I CONTROL  [thread2] CTRL_SHUTDOWN_EVENT signal
      2015-11-19T20:47:48.310+0000 I -        [thread2] Fatal Assertion 17508
      2015-11-19T20:47:48.310+0000 I -        [thread2]
      
      ***aborting after fassert() failure
      

      code:

      src/mongo/db/service_context.cpp-52-ServiceContext* getGlobalServiceContext() {
      src/mongo/db/service_context.cpp:53:    fassert(17508, globalServiceContext);
      src/mongo/db/service_context.cpp-54-    return globalServiceContext;
      src/mongo/db/service_context.cpp-55-}
      

            Assignee:
            backlog-server-platform DO NOT USE - Backlog - Platform Team
            Reporter:
            robert.guo@mongodb.com Robert Guo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: