Qt not creating .dmp files
-
wrote on 12 Apr 2023, 12:33 last edited by
Hi,so while working with crashpad and integrating with QT I was following this. Now what is happening is in my project the code containing Qt is a static lib and when the slot is called from there and crash is occured no dump file is being made. the stack trace shows that after the slot is called from "moc" file the dump file is getting lost somehow. If anyone has any suggestions, please let me know.
-
wrote on 27 Apr 2023, 21:46 last edited by
Assuming you are on Windows.
I use breakpad and it does not always get called on a crash. What can happen in a crash, is a crash dump file is created in
C:\Users<user>\AppData\Local\CrashDumps and breakpad is not triggered.Windows creates these .dmp files.
-
wrote on 6 Sept 2023, 12:28 last edited by
on windows, use crashpad the same problem. anyone find the solution?
-
wrote on 7 Sept 2023, 13:13 last edited by
Use Detours Library to hook SetUnhandledExceptionFilter