Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening cbz files sometimes freezes #12

Closed
GoogleCodeExporter opened this issue Feb 10, 2016 · 1 comment
Closed

Opening cbz files sometimes freezes #12

GoogleCodeExporter opened this issue Feb 10, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant