View Single Post
Old 04-06-2017, 06:19 PM   #104
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,916
Karma: 6120478
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by Trane View Post
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
KevinH is offline   Reply With Quote