Skip to content
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

Assertion failure in mutex lock after issuing RPC stop command during sync #1843

Open
BigBlockIfTrue opened this issue Jul 11, 2019 · 1 comment

Comments

@BigBlockIfTrue
Copy link
Contributor

I found this in my terminal after issuing a stop command:

bitcoind: /usr/include/boost/thread/pthread/recursive_mutex.hpp:113: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.

The JSON-RPC stop command was issued over HTTP. At that time the node was in the process of syncing towards the chain tip. The error was printed to my terminal after the HTTP request completed successfully.

Apparently it still took some time after that until the node shut down (it did not crash immediately on the assertion failure), because my first attempt to start the node after the assertion failure failed with:

Error: Cannot obtain a lock on data directory [...]. Bitcoin Unlimited Cash Edition is probably already running.

Some time later I tried again and the node started without problems.

I use Cash Edition v1.6.0.0-unk, Linux x86_64, installed via Ubuntu repository.

@ptschip
Copy link
Collaborator

ptschip commented Jul 11, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants