Quote:
Originally Posted by Trane
OK, Sigil crashed again and this time it deposited a dump file as directed. However the .dmp is 4MB! Opened with Metapad (warned it was a binary file but opened as text) lots of garbage (of course) and space with readable text sparse, and not being adept, couldn't gather much from it. Installed WhatIsHang... a program that runs in the background and detects a program when it hangs, supposedly giving info about the cause. Will try that now....
|
Great! That .dmp file can be read by windbg and VS debugger tools on Windows. I think there is also a minidump library for python.
I will pm you with my private home e-mail address. Please zip up that .dmp file and e-mail it to me. I will fire up my Windows 7 VM and try to debug the dmp file.
Alternatively, if you would prefer, we could start just with a backtrace from that .dmp file if you have WinDbg handy or the VS 2015 tools.
Thanks