-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Reth keeps core dumping - first run stage 4 #14259
Comments
Here's the first time it happened. I went back in the logs:
|
that's odd looks like this is dumping in a loop could you try after reinstalling with debug profile and with cargo install --profile profiling --locked --path bin/reth --bin reth --root /usr/local which ideally shows more useful stacktrace |
Really struggling to get any useful information. I reinstalled with the exact command as you suggested and ran with full backtrace:
|
Could you try running it in valgrind?
|
Is this helpful?
|
Hey, I did some more testing and got some potentially useful output.
|
Well, this is incredibly confusing. I have just realized that this is non-deterministic. If I run the same command multiple times, I get different results. Ran fsck on my drives and no issues. Running memtest now and so far the memory is fine. Just wanted to double check it wasn't a hardware problem. I'm baffled. |
this is odd, never seen this one before This definitely looks like a database problem/disruption. not sure if recoverable perhaps we can try to remove a few blocks from the disk
|
Core dumped Edit, added chain and it worked?
|
Run attempt after the unwind
|
Describe the bug
No clue what the problem is. I set this up on my machine for the first time and it just gets here and dumps in a loop.
I blew away the entire db and resynced but it just does the same thing.
Steps to reproduce
Steps to reproduce:
Step 1: Start reth
Step 2: wait
Node logs
Platform(s)
Linux (x86)
Container Type
Not running in a container
What version/commit are you on?
reth --version
reth Version: 1.1.5
Commit SHA: 3212af2
What database version are you on?
reth db version
2025-02-06T05:01:45.757724Z INFO Initialized tracing, debug log directory: /home/blake/.cache/reth/logs/mainnet
Current database version: 2
Local database version: 2
Which chain / network are you on?
mainnet
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
cargo install --locked --path bin/reth --bin reth --root /usr/local
Code of Conduct
The text was updated successfully, but these errors were encountered: