-
Notifications
You must be signed in to change notification settings - Fork 16
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
Operational Error #76
Comments
Hi, thanks for reporting this. It looks like you are getting into situation where the sqlite database gets locked. Are you maybe running the cmviewer at the same time ? This is usually the most likely situation that this can happen. |
Yes, I was running cmviewer at the same time as the program. Is there a way to avoid the sqlite database locking while running the program and cmviewer simultaneously? In the meantime, I will try executing the program without opening cmviewer. Thanks! |
I see, so the problem is that sqlite databases don't really like access from multiple applications at the same time. It works most of the time, when the calls don't interfere with each other at exactly the same time. |
Hello,
I am having an issue where the cMonkey2 algorithm throws an Operational Error due to the database being locked. This always seems to happen when the program is around ~1400 runs. I have attached a picture for reference. Any assistance would be appreciated and I would be more than happy to provide additional information.
The text was updated successfully, but these errors were encountered: