View Single Post
Old 11-19-2020, 09:48 AM   #31
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,893
Karma: 6120478
Join Date: Nov 2009
Device: many
Your log file only showed one access that was not a SUCCESS and that was to look for a file called "mime". This is something Qt related and not part of our code. But I do not think it is the cause of the problem.

Is this crashing happening when working with one specific ebook? Perhaps it a an ebook with a file name that needs to be Percent encoded when in url form? If so, this bug was found and fixed. This bug creates DEBUG output. So perhaps logging the debug output in Sigil to a file and posting it here just after a crash would help.

Try setting the environment variable:

SIGIL_DEBUG_LOGFILE

To point to a file on your desktop (with a path to your desktop and with a file name something like debug.txt) and then fire up Sigil and when it crashes post the "debug.txt" file zipped up here.


Quote:
Originally Posted by Monaghan View Post
Hello. Thanks for the update.

Just to report that I am still getting random crashes in the latest version of Sigil. Approximately once every 5-10 minutes on average. Still not using any clipboard manipulating apps nor launching from Calibre. The same action (e.g. using Find on the same search term) does not duplicate the crash.

The crashes also reset/remove my custom keyboard shortcuts.

Example Event Viewer log from just now:



Edit I ran Process Monitor to get some more information. 7 Mb CSV log here: https://www.dropbox.com/s/ei1vm70us1...gfile.CSV?dl=0

Last edited by KevinH; 11-19-2020 at 09:53 AM.
KevinH is offline   Reply With Quote