allaun / kthoom

Automatically exported from code.google.com/p/kthoom
MIT License
0 stars 0 forks source link

Opening cbz files sometimes freezes #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes when opening a CBZ file, Chromium will fail to load the whole file.  
Chromium console spits out inscrutable SyntaxError: Not enough arguments

This is an intermittent problem and I believe it has something to do with the 
main and worker threads passing too much data between them.  See 
http://code.google.com/p/chromium/issues/detail?id=50360 for more.

Original issue reported on code.google.com by codedr...@gmail.com on 19 Feb 2011 at 8:53

GoogleCodeExporter commented 8 years ago
Worked around in revision c351023079 by making it single-threaded (removing 
Workers for now).

Original comment by codedr...@gmail.com on 19 Feb 2011 at 7:17