Qt 6.11 is out! See what's new in the release
blog
Crash handler
-
Hi.
I need a crash handler for my qt projects, in order to generate minidumps when the application faults.
I'm using msvc 2019 and qt 5.15 on windows platform.
I try to integrate google breakpad and it seems to succeed when i instantiate QCoreApplication in main, but if I use QApplication (for a QWidgets app), breakpad handler is not called, and i notice a werfault.exe process ran when the application caused a crash (foe example, an access violation).
Any idea why breakpad is not functioning in this case?
Does anyone use any alternative to breakpad, that is functioning in a QWidgets application?