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.zip

Any ideas how can I make it work?
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to