-
Notifications
You must be signed in to change notification settings - Fork 94
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
daemon crashed with SIGABRT during XRouter service call #620
Comments
Had a second crash shortly after restarting the daemon, with the same call stack but this time with some messages in the debug.log:
|
It also seems like there may be a memory leak because the coredump this time was 8GB. blocknetd coredumps in the past have generally been around 2GB. What changed since yesterday? I'm running a lot more XCloud calls, on a timer. "Lot" is relative, 3 calls every 15 seconds is not really a lot, but in the past it was just a handful of ad-hoc calls each day. |
First crash today happened with wallet unlocked for staking, in the second it was locked so that's not a factor. |
And again, 12GB coredump this time. |
I wonder if the issue is related to attempting a number of calls in rapid succession? I turned down the frequency to 3 calls every 60 seconds prior to the last crash. Will do some more testing to explore this possibility. |
Crashed again after running for about 3.5 hours making a single XC service call every 20 seconds (717 calls). |
And again, after only 260 calls. |
daemon wallet crashed with SIGABRT, possibly while making an XRouter service call. No clues in the debug.log but a coredump was produced.
The backtrace is different than that in #604 although it ends up in the same place.
The text was updated successfully, but these errors were encountered: