-
-
Notifications
You must be signed in to change notification settings - Fork 815
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
[email protected] - NAPI Fatal Errors #1381
Comments
Additional error
|
Attached fatal error report Fatal errors triggered only in case of usage sqlite3 in worker_threads. If we using sqlite3 from the main thread - application working stable |
I'm having the same errors, I've also tried installing [email protected] with the |
Same error with [email protected] |
nodejs: v15.6.0 |
This isn't just present with worker threads. This throws the same error even if the query is run from the main thread.
This also throws the same error mentioned by @akazakou.... #1367 says that it fixes this. But we're still getting the same error... |
I've hit this in both I'll be sure to keep tabs on this so I can update when it's fixed! 👍 |
…ng requests through nodelite TryGhost/node-sqlite3#1381
Another related issue: #1223 better-sqlite3 claims to have implemented at: WiseLibs/better-sqlite3#237 BTW |
Could be unrelated but just had similar problems in my |
Would you be able to try with v5.0.3? 🙂 |
I am getting this while using node 14.9.2. Do we have any solution? Here is the stack trace
|
the problem happens with v5.1.6 using node v18 |
Got an error for
[email protected]
. My code using sqlite3 in worker_threads with massive read operations. Database stored in memory.The text was updated successfully, but these errors were encountered: