We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When shutting down the new Reddcoin wallet I get a segmentation fault some (but not all) of the time:
reddmine@ubuntu1604:~/reddcoin$ ./reddcoin-qt Segmentation fault (core dumped)
System info: Linux ubuntu1604 4.15.0-122-generic #124~16.04.1-Ubuntu SMP Thu Oct 15 16:08:36 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
The debug.log the event is as follows:
2020-11-07 14:53:36 addcon thread interrupt 2020-11-07 14:53:36 dumpaddr thread stop 2020-11-07 14:53:36 msghand thread interrupt 2020-11-07 14:53:36 net thread interrupt 2020-11-07 14:53:36 opencon thread interrupt 2020-11-07 14:53:36 Shutdown: In progress... 2020-11-07 14:53:36 StopNode() 2020-11-07 14:54:00
Where as a successful shutdown looks like this (on my host):
2020-11-07 14:57:56 msghand thread interrupt 2020-11-07 14:57:56 dumpaddr thread stop 2020-11-07 14:57:56 addcon thread interrupt 2020-11-07 14:57:56 net thread interrupt 2020-11-07 14:57:57 opencon thread interrupt 2020-11-07 14:57:57 Shutdown: In progress... 2020-11-07 14:57:57 StopNode() 2020-11-07 14:57:57 ReddcoinMiner terminated 2020-11-07 14:57:57 ReddcoinStaker terminated 2020-11-07 14:57:58 Shutdown: done
The text was updated successfully, but these errors were encountered:
Thanks for the information, Is this on a PC platform or raspberry pi?
Sorry, something went wrong.
PC (64bit)
No branches or pull requests
When shutting down the new Reddcoin wallet I get a segmentation fault some (but not all) of the time:
reddmine@ubuntu1604:~/reddcoin$ ./reddcoin-qt
Segmentation fault (core dumped)
System info:
Linux ubuntu1604 4.15.0-122-generic #124~16.04.1-Ubuntu SMP Thu Oct 15 16:08:36 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
The debug.log the event is as follows:
2020-11-07 14:53:36 addcon thread interrupt
2020-11-07 14:53:36 dumpaddr thread stop
2020-11-07 14:53:36 msghand thread interrupt
2020-11-07 14:53:36 net thread interrupt
2020-11-07 14:53:36 opencon thread interrupt
2020-11-07 14:53:36 Shutdown: In progress...
2020-11-07 14:53:36 StopNode()
2020-11-07 14:54:00
Where as a successful shutdown looks like this (on my host):
2020-11-07 14:57:56 msghand thread interrupt
2020-11-07 14:57:56 dumpaddr thread stop
2020-11-07 14:57:56 addcon thread interrupt
2020-11-07 14:57:56 net thread interrupt
2020-11-07 14:57:57 opencon thread interrupt
2020-11-07 14:57:57 Shutdown: In progress...
2020-11-07 14:57:57 StopNode()
2020-11-07 14:57:57 ReddcoinMiner terminated
2020-11-07 14:57:57 ReddcoinStaker terminated
2020-11-07 14:57:58 Shutdown: done
The text was updated successfully, but these errors were encountered: