-
Notifications
You must be signed in to change notification settings - Fork 33
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
Crash while scanning #56
Comments
Hi! Thanks for the report! I just scanned the comic you mentioned three times in a row without any issues. Could you send me your configuration (found at the options page of the extension)? |
Ok. I did a test and I switched temporary storage from FS to RAM (which is the default anyways) and it went through just fine. There may be a bug floating around in the FS routines and might explain why I got random crashes elsewhere. As soon as I switched it back to FS it crashed the tab again. |
You are probably right. The FS storage implementation uses the LocalFileSystem API, which always was non-standard and a bit buggy. On OS X it works fine for me. Using Linux I just reproduced the issues you described. For the next release I'll find out if by now there are better ways to implement file system based temp storage. |
Alright. Well, thanks for confirming. In the meantime I found large comics do need the FS option to work since I just crashed my VPS using the RAM option and trying to scan a huge sampler manga so what I'll probably do is set it to use FS then switch to RAM for problematic ones. |
"hey guys the issue with crashing is down to the extension taking up all the ram the longer its running, im on 8gb of ram so it normally crashes around 100 or so pages depending on the format. ok updating google chrome has fixed this issue, |
This actually happens randomly for the most part. When it does I usually just re-queue it and have it try again, however, this one title it seems to be happening consistently.
The title is The Last West #1 and it is free on Comixology.
Store link: https://www.comixology.com/The-Last-West-1/digital-comic/49569
Would you be able to check to see what's happening? Maybe it will show why it crashes randomly elsewhere as well.
For reference:
OS: Ubuntu 16.04
Browser: Chromium 51.0.2704.79
Connection: Multi-gigabit speeds.... It's a VPS server with remote desktop.
The text was updated successfully, but these errors were encountered: