Description
The --install option to install mongod.exe as a Windows service hits an assertion failure due to not having a client context when it calls dbexit(). With other changes to the code, it should not be calling dbexit() in this case, it should just call ::_exit().