Qt not creating .dmp files
-
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.
-
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.
-
on windows, use crashpad the same problem. anyone find the solution?
-
Use Detours Library to hook SetUnhandledExceptionFilter