Comment 2 for bug 1280040

Revision history for this message
Kovid Goyal (kovid) wrote : Re: calibre bug 1280040

From that log it looks like it is happening because the background
worker the editor uses is occassionally not being shutdown fast enough,
prevents its log file from being deleted. I've added some code to wait
for the worker to quit which should fix this.