Displaying 1 result from an estimated 1 matches for "_nmsg_write".
2009 Nov 04
0
[LLVMdev] just-in-time debugging of assertion failures with MSVC
...ackend using LLVM with MSVC and have noticed that
in LLVM version 2.6 it is no longer possible to use Just-In-Time Debugger at
the point of assertion failure. The call stack is printed instead and the
debugger stops at some strange location with the call stack like the
following:
> msvcr80d.dll!_NMSG_WRITE(int rterrnum=5111881) Line 198 C
msvcr80d.dll!_close_nolock(int fh=7209065) Line 93 + 0x67 bytes C
msvcr80d.dll!_close_nolock(int fh=5111881) Line 93 + 0x67 bytes C
msvcr80d.dll!_close_nolock(int fh=7209065) Line 93 + 0x67 bytes C
msvcr80d.dll!_close_nolock(int fh=6619238) Line 93 + 0x...