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

erigon panic #1068

Open
holiman opened this issue Mar 26, 2024 · 3 comments
Open

erigon panic #1068

holiman opened this issue Mar 26, 2024 · 3 comments

Comments

@holiman
Copy link
Collaborator

holiman commented Mar 26, 2024

e.g. https://hivetests.ethdevops.io/viewer.html?suiteid=1711397722-d50036babc50796ef1719e295f3b3136.json&suitename=consensus&testid=2&file=%2Fresults%2Ferigon%2Fclient-12ec110ba712b8b92ee6437fe3f0de96b485e7a2ee13e8c2100e0c88c9302063.log

INFO] [03-24|13:39:42.924] Starting private RPC server              on=127.0.0.1:9090

[INFO] [03-24|13:39:42.924] new subscription to logs established 

[INFO] [03-24|13:39:42.925] [txpool] Started 

[EROR] [03-24|13:39:42.927] catch panic                              err="runtime error: invalid memory address or nil pointer dereference" stack="[main.go:29 panic.go:914 panic.go:261 signal_unix.go:861 import_cmd.go:78 make_app.go:111 command.go:279 command.go:272 app.go:337 app.go:311 main.go:34 proc.go:267 asm_amd64.s:1650]"

Running erigon with flags  --log.console.verbosity=3 --fakepow --datadir /erigon-hive-datadir --db.size.limit 2GB --networkid 1337 --http --http.addr=0.0.0.0 --http.api=admin,debug,eth,net,txpool,web3 --ws --ws.port=8546 --txpool.blobslots=1000 --txpool.totalblobpoollimit=10000 --authrpc.addr=0.0.0.0 --authrpc.jwtsecret=/jwt.secret --snapshots=false --nat=none

@fjl
Copy link
Collaborator

fjl commented Mar 26, 2024

See also erigontech/erigon#9179 (comment)

@racytech
Copy link

Thanks guys! Looking into it

@racytech
Copy link

It would be nice if I had a full setup (inputs and commands) so I can reproduce it

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

No branches or pull requests

3 participants