When a user hits Control-C on mongostat.exe on Windows, ExitProcess is called which calls the static destructors and ultimately calls the destructor of
pidFileWiper which has not been initialized. This causes mongostat.exe to crash and produce a crash dialog box on Windows.