Tagged Questions

0
votes
2answers
138 views

Using WinDbg/SOS to debug managed->native callstack. I get “Failed to request ThreadStore”

MyManagedFunc in managed.exe calls into MyUnmanagedFunc() in unmanaged.dll. I produce a minidump in unmanaged.dll using Win32. SetUnhandledExceptionFilter. I can see MyUnmanagedFunc in the …