The following line reports incorrect stacktrace information due to an incorrect formatting string.
src/mongo/util/stacktrace_windows.cpp:224
_snprintf(symbolOffset.get(), bufferSize, "+"0x%llux", displacement64);
The format string should be "0x%llx"