[Development] Crash dump generation in QML application (on Windows).

Тимур Артиков t.artikov at gmail.com
Tue Sep 16 11:15:43 CEST 2014


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140916/c020948b/attachment.html>


More information about the Development mailing list