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
Geth version: v1.3.1 OS & Version: Windows/Linux/OSX Commit hash : 4493ab8
v1.3.1
node can shutdown without crash
sometimes it will crash, it is not that high probability, may not easy to reproduce.
kill pidof bsc to shutdown the node.
pidof bsc
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x77cf48] goroutine 3871672 [running]: github.com/ethereum/go-ethereum/event.JoinSubscriptions.func1.2({0x0?, 0x0?}) github.com/ethereum/go-ethereum/event/multisub.go:34 +0x48 created by github.com/ethereum/go-ethereum/event.JoinSubscriptions.func1 github.com/ethereum/go-ethereum/event/multisub.go:32 +0xc7
The text was updated successfully, but these errors were encountered:
galaio
No branches or pull requests
System information
Geth version:
v1.3.1
OS & Version: Windows/Linux/OSX
Commit hash : 4493ab8
Expected behaviour
node can shutdown without crash
Actual behaviour
sometimes it will crash, it is not that high probability, may not easy to reproduce.
Steps to reproduce the behaviour
kill
pidof bsc
to shutdown the node.Backtrace
The text was updated successfully, but these errors were encountered: