-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Platforms 13 (04/22/16), Platforms 14 (05/13/16)
On VS2015 Debug Builders, the CRT is statically linked to the binary, and during a call of _exit(0), the process returns 3. There are a few cases in the CRT where _exit(3) is called so the current assumption is that during exit, the CRT is causing the process to exit with 3.
Sample Log:
[js_test:auth_schema_upgrade] 2016-04-21T16:23:05.934+0000 c20012| 2016-04-21T16:23:05.935+0000 I CONTROL [eventTerminate] QuickExit with 0 [js_test:auth_schema_upgrade] 2016-04-21T16:23:06.016+0000 2016-04-21T16:23:06.016+0000 I - [thread1] shell: stopped mongo program on port 20012 [js_test:auth_schema_upgrade] 2016-04-21T16:23:06.016+0000 2016-04-21T16:23:06.016+0000 E QUERY [thread1] StopError: MongoDB process on port 20012 exited with error code 3 :
- is related to
-
SERVER-25079 Bypass Windows CRT when exiting
- Closed