-
Notifications
You must be signed in to change notification settings - Fork 12
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
Intermittent crashes #5
Comments
Been getting another similar crash when I have logging disabled. In this case, I'm hitting a custom script with long-ish list of arguments.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unclear if this is modjs or keydb related, but I am seeing crashes.
I believe it has to do with a high volume of logging - as when I disable my logging function (which calls
keydb.log
) then the crashes tend to stop happening. I can trigger it fairly reliably if I enable logging and run my script with a large amount of data. If I run the same script with a small volume of calls/data, then it does not crash.bug report details:
The text was updated successfully, but these errors were encountered: