-
Notifications
You must be signed in to change notification settings - Fork 171
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
multiprocess access crash #137
Comments
Hi @mike07026, Thanks for reporting this bug. We were effectively be able to reproduce this extremely rare bug where two distinct process share the same database, one hangs, the other tries to open a journal file without success due to a failure to acquire an exclusive lock on the database. The latest hot patch fix the whole issue. Please update as soon as possible. |
@symisc Thank you very much. And I will test it later ^_^ |
Refer to: symisc/unqlite#137 for a detailed overview...
version: unqlite 1.1.9 (master branch)
platform : mac, windows
description: multiprocess access crash
how to reproduce:
step 1: start process A, open db, write, commit and wait forever(keep database open)
step 2: start process B, open db, write, commit, write commit, and crash!
[process A] main.cpp
[process B] main.cpp
[process B backtrace]
The text was updated successfully, but these errors were encountered: