little-brother / sqlite-gui

Lightweight SQLite editor for Windows
GNU General Public License v2.0
1.07k stars 51 forks source link

How to investigate/trap crash? #161

Open jungle-boogie opened 6 days ago

jungle-boogie commented 6 days ago

Hi,

I had a crash earlier, maybe from a poorly written sql statement, which caused the app to crash. This was logged in Windows event viewer, but I don't know if it will be much use to you. How can we start sqlite-gui with additional logging to trap these kinds of crashes?

Faulting application name: sqlite-gui.exe, version: 1.9.0.0, time stamp: 0x65e9931b
Faulting module name: ntdll.dll, version: 10.0.19041.4522, time stamp: 0x8a1bb6f3
Exception code: 0xc0000374
Fault offset: 0x00000000000ff439
Faulting process id: 0x41b4
Faulting application start time: 0x01dace620d524c57
Faulting application path: C:\Users\little-brother\Downloads\sqlite-gui-1.9.0-x64\sqlite-gui.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: cf23b284-5a53-45ca-9b1a-6658d27e11f7
Faulting package full name: 
Faulting package-relative application ID: 

Thanks!

little-brother commented 4 days ago

Hmm, at this time the app doesn't have any crush analysis feature. I need a time to learn how to implement it. Thanks for the report.