Crashdump analyzing: CxxUnhandledExceptionFilter
问题 I've got a crash minidump to analyze. My program is multithread Qt5 application. I'm not a debugging guru but usualy I can easily find place where program failed, but this time I can't. I opened dump file in Visual Studio 2010, clicked "Debug with native only" and it shows me where problem is: it is thread with location "__CxxUnhandledExceptionFilter". Call stack is like this: msvcr100.dll()!_abort() msvcr100.dll()!terminate() program.exe!__CxxUnhandledExceptionFilter(_EXCEPTION_POINTERS *