-
Notifications
You must be signed in to change notification settings - Fork 29
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
Segmentation fault (Core Dump) #468
Comments
~# cat /var/log/kern.log Nov 19 16:30:00 pocketnet-node07 kernel: [177315.826960] show_signal_msg: 21 callbacks suppressed Hope this helps. |
Could you give the output result of the command?
|
It also wouldn't hurt to use the debug.log part during node startup to understand how high the blockchain is now |
~# pocketcoin-cli getmempoolinfo 2022-11-19T16:30:00Z Available coins count 361 BestHeader: 1970366 079b5a7d2972cd1f0c4cbb4138da0be4 |
NODE 1 NODE 2 |
Is the error reproducible? I can assemble a node with additional logging that can help find the cause. I can't reproduce the problem on my nodes.. |
https://github.com/pocketnetteam/pocketnet.core/actions/runs/3507683807 This build is based on 0.20.28 and includes additional logging of the staking process in which an error occurs. To enable add this line to pocketcoin.conf
|
Running the test build with the debug setting as requested. Node up and running with all kinds of new (and expected) debug.log entries. |
The error is not reproducible. I was able to just bounce pocketcoind and it was running fine again. |
I will wait - detailed log is needed to catch a transaction that causes failure |
I'm running the docker hub container and it crashed with it, as well as again today. going by the netstakeweight it seemed to be quite a lot of nodes. |
I'm also having this issue. The processes segfaulted on Linux a few minutes ago.
I'm not using the debug build posted above yet, I will switch to it in hopes of catching the bad transaction. |
Using the debug build and both nodes crashed with the same transaction |
When can we expect a new release that solves the crashing issues? |
I am preparing a release for release - I think it will be today or tomorrow at most |
Node just crashed with the error "Segmentation Fault (Core Dump)"
Syslog show the error:
coin-staker[1778]: segfault at 8 ip 0000555c3514283d sp 00007f2798821ba0 error 4 in pocketcoind[555c34c37000+b61000]
Code: 48 89 ef e8 65 67 af ff 49 8b 37 48 89 ef e8 1a 0b 04 00 48 8b 44 24 40 4c 8d bc 24 80 00 00 00 48 8d 7c 24 70 4c 89 7c 24 70 <48> 8b 50 08 48 8b 30 48 89 7c 24 28 48 01 f2 e8 af 21 fe ff 48 8b
Kernel Log shows the same
coin-staker[1778]: segfault at 8 ip 0000555c3514283d sp 00007f2798821ba0 error 4 in pocketcoind[555c34c37000+b61000]
Code: 48 89 ef e8 65 67 af ff 49 8b 37 48 89 ef e8 1a 0b 04 00 48 8b 44 24 40 4c 8d bc 24 80 00 00 00 48 8d 7c 24 70 4c 89 7c 24 70 <48> 8b 50 08 48 8b 30 48 89 7c 24 28 48 01 f2 e8 af 21 fe ff 48 8b
Apport log. Not sure if this is useful.
ERROR: apport (pid 696492) Sat Nov 19 11:29:59 2022: called for pid 1651, signal 11, core limit 0, dump mode 1
ERROR: apport (pid 696492) Sat Nov 19 11:29:59 2022: executable: /usr/local/bin/pocketcoind (command line "pocketcoind")
ERROR: apport (pid 696492) Sat Nov 19 11:29:59 2022: executable does not belong to a package, ignoring
Running Ubuntu Server 22.04 LTS
Pocketnet Core 0.20.28
I have two nodes and both dumped at the same time as did a dozen others according to the Node Owners Chat.
The text was updated successfully, but these errors were encountered: