-
Notifications
You must be signed in to change notification settings - Fork 9
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
Two errors: 1) Exception: boost::wrapexcept<boost::bad_weak_ptr> ; 2) Exception: std::system_error And #4
Comments
what for bad_weak_ptr, monero still has same issues, and people discussed this: ##monero-project/monero#6473 Pull 7345 in monero solved this, but still is not confirmed: People say, bad_weak_ptr exceptions appears when some node closed connection, but boost still points to that connection. And I see this in log level 4, so Exceptions appears when connection was closed
How to close connection without boost pointer problems? I still dig, and that commit in monero pull request 7345 not fit for Nerva, because Nerva has another version of epee |
monero-project/monero#8702 (comment) Looking into it. |
* docs: update readme and misc instructions * docs(readme): add missing file extension * docs(readme): add latest release
Hello! There are errors in work of nervad. Boost is generating so much errors every time
grep 2023-12-22 nerva.log | grep 'boost::wrapexceptboost::bad_weak_ptr' | wc -l
3201
And here it is one a block of boost exception messages:
And also when I stop daemon I get next error
The text was updated successfully, but these errors were encountered: