Skip to content
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

panic at les txpool reorg #53

Closed
meowsbits opened this issue Mar 4, 2020 · 1 comment · Fixed by #54
Closed

panic at les txpool reorg #53

meowsbits opened this issue Mar 4, 2020 · 1 comment · Fixed by #54

Comments

@meowsbits
Copy link
Contributor

System information

Geth version: v1.11.0-core
OS & Version: Linux

Actual behaviour

Mar 04 12:22:51 sf-etclabs sh[26575]: WARN [03-04|12:22:51.621] Skipping faucet refresh, head too old    number=778682 hash=5a1633…3c13bf age=1mo3d16h   
Mar 04 12:22:51 sf-etclabs sh[26575]: WARN [03-04|12:22:51.622] Skipping faucet refresh, head too old    number=778683 hash=145cc7…01f163 age=1mo3d16h   
Mar 04 12:22:51 sf-etclabs sh[26575]: WARN [03-04|12:22:51.622] Skipping faucet refresh, head too old    number=778684 hash=74d573…562392 age=1mo3d16h   
Mar 04 12:22:51 sf-etclabs sh[26575]: panic: runtime error: invalid memory address or nil pointer dereference                                            
Mar 04 12:22:51 sf-etclabs sh[26575]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x1c0 pc=0xc5937c]                                           
Mar 04 12:22:51 sf-etclabs sh[26575]: goroutine 57 [running]:                                                                                            
Mar 04 12:22:51 sf-etclabs sh[26575]: github.com/ethereum/go-ethereum/light.(*TxPool).reorgOnNewHead(0xc00038cc60, 0x11a2960, 0xc0204bd920, 0xc0209ec480,
0xc0204bd920, 0xc02096eb00, 0x8)                                                                                                                         
Mar 04 12:22:51 sf-etclabs sh[26575]:         /root/go/src/github.com/ethereum/go-ethereum/light/txpool.go:230 +0x23c                                    
Mar 04 12:22:51 sf-etclabs sh[26575]: github.com/ethereum/go-ethereum/light.(*TxPool).setNewHead(0xc00038cc60, 0xc0209ec480)                             
Mar 04 12:22:51 sf-etclabs sh[26575]:         /root/go/src/github.com/ethereum/go-ethereum/light/txpool.go:311 +0x13a                                    
Mar 04 12:22:51 sf-etclabs sh[26575]: github.com/ethereum/go-ethereum/light.(*TxPool).eventLoop(0xc00038cc60)                                            
Mar 04 12:22:51 sf-etclabs sh[26575]:         /root/go/src/github.com/ethereum/go-ethereum/light/txpool.go:292 +0x53                                     
Mar 04 12:22:51 sf-etclabs sh[26575]: created by github.com/ethereum/go-ethereum/light.NewTxPool                                                         
Mar 04 12:22:51 sf-etclabs sh[26575]:         /root/go/src/github.com/ethereum/go-ethereum/light/txpool.go:109 +0x3eb                                    

Steps to reproduce the behaviour

Run faucet, need reorg.

@meowsbits
Copy link
Contributor Author

Seemed to resolve itself after the restart this caused, and I haven't seen it happen again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant