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
For the last day there were several falls, all of which led to the stopping of the process. In all cases, the console had a message:
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xb5a5b3]
goroutine 75 [running]: math/big.(*Int).Uint64(...) /home/gemini/go/src/github.com/ellaism/go-ellaism/core/types/block.go:326 github.com/ellaism/go-ellaism/core/types.(*Block).NumberU64(...) /home/gemini/go/src/github.com/ellaism/go-ellaism/core/types/block.go:326 main.glob..func5(0xc42021e480, 0xdf8475800, 0xc42ad677a0, 0x19, 0x0) /home/gemini/go/src/github.com/ellaism/go-ellaism/cmd/geth/log_display_basic.go:231 +0xed3 main.glob..func2(0xc4201e9a40, 0xc42021e480, 0xcee900, 0xc42ad67730, 0xdf8475800) /home/gemini/go/src/github.com/ellaism/go-ellaism/cmd/geth/log_display_basic.go:44 +0x17a main.(*displayEventHandlers).runAllIfAny(0xc4305a2100, 0xc4201e9a40, 0xc42021e480, 0xcee900, 0xc42ad67730, 0xdf8475800, 0x0) /home/gemini/go/src/github.com/ellaism/go-ellaism/cmd/geth/log_dispatch.go:93 +0xb7 main.runDisplayLogs.func2(0x14df700, 0xc420093c20, 0xc4201e9a40, 0xc42021e480, 0xdf8475800, 0xc4305a2100, 0xc420192390) /home/gemini/go/src/github.com/ellaism/go-ellaism/cmd/geth/log_dispatch.go:199 +0x233 created by main.runDisplayLogs /home/gemini/go/src/github.com/ellaism/go-ellaism/cmd/geth/log_dispatch.go:194 +0x5ea
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the last day there were several falls, all of which led to the stopping of the process.
In all cases, the console had a message:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xb5a5b3]
goroutine 75 [running]:
math/big.(*Int).Uint64(...)
/home/gemini/go/src/github.com/ellaism/go-ellaism/core/types/block.go:326
github.com/ellaism/go-ellaism/core/types.(*Block).NumberU64(...)
/home/gemini/go/src/github.com/ellaism/go-ellaism/core/types/block.go:326
main.glob..func5(0xc42021e480, 0xdf8475800, 0xc42ad677a0, 0x19, 0x0)
/home/gemini/go/src/github.com/ellaism/go-ellaism/cmd/geth/log_display_basic.go:231 +0xed3
main.glob..func2(0xc4201e9a40, 0xc42021e480, 0xcee900, 0xc42ad67730, 0xdf8475800)
/home/gemini/go/src/github.com/ellaism/go-ellaism/cmd/geth/log_display_basic.go:44 +0x17a
main.(*displayEventHandlers).runAllIfAny(0xc4305a2100, 0xc4201e9a40, 0xc42021e480, 0xcee900, 0xc42ad67730, 0xdf8475800, 0x0)
/home/gemini/go/src/github.com/ellaism/go-ellaism/cmd/geth/log_dispatch.go:93 +0xb7
main.runDisplayLogs.func2(0x14df700, 0xc420093c20, 0xc4201e9a40, 0xc42021e480, 0xdf8475800, 0xc4305a2100, 0xc420192390)
/home/gemini/go/src/github.com/ellaism/go-ellaism/cmd/geth/log_dispatch.go:199 +0x233 created by main.runDisplayLogs
/home/gemini/go/src/github.com/ellaism/go-ellaism/cmd/geth/log_dispatch.go:194 +0x5ea
The text was updated successfully, but these errors were encountered: