dongs0104 / qlcolorcode

Automatically exported from code.google.com/p/qlcolorcode
0 stars 0 forks source link

Crashed the QL server - Crashlog #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
r0.3, 10.5.2 Leopard on a 400mHz G4.

Please provide any additional information below.
Crashed the QL server (prob caused by QLColorCode).

Could have been caused (as I experience more often) because of latency. The CPU 
at that moment 
was already sticking to the 100%.

Original issue reported on code.google.com by maarten....@gmail.com on 25 Feb 2008 at 9:28

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the report.  I use webkit to render the thumbnail, and it requires 
polling to find out if the rendering is 
finished.  It looks like webkit is crashing sometimes when I call to check if 
it's finished yet (using the isLoading 
method).  I'll see what I can do.

Original comment by n8gray@gmail.com on 25 Feb 2008 at 11:39

GoogleCodeExporter commented 8 years ago
I think I've fixed this in SVN by telling quicklook not to invoke QLColorCode 
in multiple threads.  I tried torture-
testing it and couldn't get it to crash, so hopefully it's fixed.

Original comment by n8gray@gmail.com on 27 Mar 2008 at 1:08