Crash dump generation in QML application (on Windows).
General and Desktop
1
Posts
1
Posters
1.4k
Views
1
Watching
-
wrote on 16 Sept 2014, 09:14 last edited by
Hi,
I'm trying to use crash dump generation in my QML application.
To do that I set an exception handler(SetUnhandledExceptionFilter) at the application start up,
and write a minidump file (MiniDumpWriteDump) in the exception handler.
It works fine when a crash happens in main() function,
but when a buggy function is called from QML the application just crashed without calling of my exception handler.Please see my test code:
https://dl.dropboxusercontent.com/u/25159021/CrashReportTest.zipAny ideas how can I make it work?
1/1