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

Reth keeps core dumping - first run stage 4 #14259

Open
1 task done
bartenbach opened this issue Feb 6, 2025 · 10 comments
Open
1 task done

Reth keeps core dumping - first run stage 4 #14259

bartenbach opened this issue Feb 6, 2025 · 10 comments
Labels
C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled

Comments

@bartenbach
Copy link

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

Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.135157Z  INFO RPC WS server started url=127.0.0.1:8546
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.135216Z  INFO Starting consensus engine
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.139939Z  INFO Target block already reached checkpoint=21764125 target=Hash(0xf3b88eb516361ea0114fd4c1c17845364f3dcb09523ae4290e703a0daa4a52c0)
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.139939Z  INFO Preparing stage pipeline_stages=1/12 stage=Headers checkpoint=21764125 target=None
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.139966Z  INFO Executing stage pipeline_stages=1/12 stage=Headers checkpoint=21764125 target=None
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.140000Z  INFO Finished stage pipeline_stages=1/12 stage=Headers checkpoint=21764125 target=None stage_progress=100.00%
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.140011Z  INFO Preparing stage pipeline_stages=2/12 stage=Bodies checkpoint=21764125 target=21764125
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.140016Z  INFO Executing stage pipeline_stages=2/12 stage=Bodies checkpoint=21764125 target=21764125
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.140022Z  INFO Finished stage pipeline_stages=2/12 stage=Bodies checkpoint=21764125 target=21764125 stage_progress=100.00%
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.140040Z  INFO Preparing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764125 target=21764125
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.140047Z  INFO Executing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764125 target=21764125
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.140052Z  INFO Finished stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764125 target=21764125 stage_progress=100.00%
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.140057Z  INFO Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=21326231 target=21764125
Feb 05 22:59:02 oxide reth[25031]: 2025-02-06T04:59:02.140065Z  INFO Executing stage pipeline_stages=4/12 stage=Execution checkpoint=21326231 target=21764125
Feb 05 22:59:05 oxide reth[25031]: 2025-02-06T04:59:05.130998Z  INFO Status connected_peers=0 stage=Execution checkpoint=21326231 target=21764125
Feb 05 22:59:12 oxide reth[25031]: 2025-02-06T04:59:12.158311Z  INFO Executed block range start=21326232 end=21327386 throughput="1.76 Ggas/second"
Feb 05 22:59:22 oxide reth[25031]: 2025-02-06T04:59:22.163299Z  INFO Executed block range start=21327387 end=21328620 throughput="1.89 Ggas/second"
Feb 05 22:59:30 oxide reth[25031]: 2025-02-06T04:59:30.131312Z  INFO Status connected_peers=0 stage=Execution checkpoint=21326231 target=21764125
Feb 05 22:59:32 oxide reth[25031]: 2025-02-06T04:59:32.165200Z  INFO Executed block range start=21328621 end=21329920 throughput="2.00 Ggas/second"
Feb 05 22:59:32 oxide reth[25031]: 2025-02-06T04:59:32.324614Z  INFO Received forkchoice updated message when syncing head_block_hash=0x7406ac89d21df5dc0a4991749559d0f55cf628c463251ede9d9c69fb9179e963 safe_block_hash=0xc59c8fb8ec6b894be44501bacf830c1cd39c4af621e0bc6fee4f18fdb0828515 finalized_block_hash=0x5c55859bf50e175bcf0a1c28a0dd9416a343a6ba6069404c9c937eac35c797ff
Feb 05 22:59:50 oxide systemd-coredump[25327]: Process 25031 (reth) of user 971 dumped core.
                                               
                                               Stack trace of thread 25185:
                                               #0  0x00005afcab9e38ba n/a (n/a + 0x0)
                                               #1  0x00005afca8c339d3 n/a (n/a + 0x0)
                                               #2  0x00005afca8c3574a n/a (n/a + 0x0)
                                               #3  0x00005afca8c358a0 n/a (n/a + 0x0)
                                               #4  0x00005afca9d5c4ce n/a (n/a + 0x0)
                                               #5  0x0000000000000000 n/a (n/a + 0x0)
                                               ELF object binary architecture: AMD x86-64
Feb 05 22:59:51 oxide systemd[1]: reth.service: Main process exited, code=dumped, status=7/BUS
Feb 05 22:59:51 oxide systemd[1]: reth.service: Failed with result 'core-dump'.
Feb 05 22:59:51 oxide systemd[1]: reth.service: Consumed 42.860s CPU time, 3.2G memory peak.
Feb 05 22:59:56 oxide systemd[1]: reth.service: Scheduled restart job, restart counter is at 1142.
Feb 05 22:59:56 oxide systemd[1]: Started Reth Execution Client.
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.196901Z  INFO Initialized tracing, debug log directory: /mnt/reth/.cache/reth/logs/mainnet
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.200841Z  INFO Starting reth version="1.1.5 (3212af2)"
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.200859Z  INFO Opening database path="/mnt/reth/db"
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.320918Z  INFO Configuration loaded path="/mnt/reth/reth.toml"
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.334807Z  INFO Verifying storage consistency.
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.397551Z  INFO Database opened
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.397612Z  INFO
Feb 05 22:59:56 oxide reth[25378]: Pre-merge hard forks (block based):
Feb 05 22:59:56 oxide reth[25378]: - Frontier                         @0
Feb 05 22:59:56 oxide reth[25378]: - Homestead                        @1150000
Feb 05 22:59:56 oxide reth[25378]: - Dao                              @1920000
Feb 05 22:59:56 oxide reth[25378]: - Tangerine                        @2463000
Feb 05 22:59:56 oxide reth[25378]: - SpuriousDragon                   @2675000
Feb 05 22:59:56 oxide reth[25378]: - Byzantium                        @4370000
Feb 05 22:59:56 oxide reth[25378]: - Constantinople                   @7280000
Feb 05 22:59:56 oxide reth[25378]: - Petersburg                       @7280000
Feb 05 22:59:56 oxide reth[25378]: - Istanbul                         @9069000
Feb 05 22:59:56 oxide reth[25378]: - MuirGlacier                      @9200000
Feb 05 22:59:56 oxide reth[25378]: - Berlin                           @12244000
Feb 05 22:59:56 oxide reth[25378]: - London                           @12965000
Feb 05 22:59:56 oxide reth[25378]: - ArrowGlacier                     @13773000
Feb 05 22:59:56 oxide reth[25378]: - GrayGlacier                      @15050000
Feb 05 22:59:56 oxide reth[25378]: Merge hard forks:
Feb 05 22:59:56 oxide reth[25378]: - Paris                            @58750000000000000000000 (network is known to be merged)
Feb 05 22:59:56 oxide reth[25378]: Post-merge hard forks (timestamp based):
Feb 05 22:59:56 oxide reth[25378]: - Shanghai                         @1681338455
Feb 05 22:59:56 oxide reth[25378]: - Cancun                           @1710338135
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.398018Z  INFO Transaction pool initialized
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.398116Z  INFO Loading saved peers file=/mnt/reth/known-peers.json
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.398863Z  INFO P2P networking initialized enode=enode://c61a78e47a0bf3871b0da86133d14f84d29a5ef7d606c5c2f7de1e0bf6a32e031dd16d4238e91eca675876be1aa301d64f712eecb96f8678658f63b875f86e42@0.0.0.0:30303
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.398952Z  INFO StaticFileProducer initialized
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.399170Z  INFO Pruner initialized prune_config=PruneConfig { block_interval: 5, segments: PruneModes { sender_recovery: None, transaction_lookup: None, receipts: None, account_history: None, storage_history: None, receipts_log_filter: ReceiptsLogPruneConfig({}) } }
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.399316Z  INFO Consensus engine initialized
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.399355Z  INFO Engine API handler initialized
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.403819Z  INFO RPC auth server started url=127.0.0.1:8551
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.404283Z  INFO RPC IPC server started path=/tmp/reth.ipc
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.404288Z  INFO RPC HTTP server started url=127.0.0.1:8545
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.404291Z  INFO RPC WS server started url=127.0.0.1:8546
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.404354Z  INFO Starting consensus engine
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409280Z  INFO Preparing stage pipeline_stages=1/12 stage=Headers checkpoint=21764125 target=None
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409281Z  INFO Target block already reached checkpoint=21764125 target=Hash(0xf3b88eb516361ea0114fd4c1c17845364f3dcb09523ae4290e703a0daa4a52c0)
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409326Z  INFO Executing stage pipeline_stages=1/12 stage=Headers checkpoint=21764125 target=None
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409350Z  INFO Finished stage pipeline_stages=1/12 stage=Headers checkpoint=21764125 target=None stage_progress=100.00%
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409363Z  INFO Preparing stage pipeline_stages=2/12 stage=Bodies checkpoint=21764125 target=21764125
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409382Z  INFO Executing stage pipeline_stages=2/12 stage=Bodies checkpoint=21764125 target=21764125
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409388Z  INFO Finished stage pipeline_stages=2/12 stage=Bodies checkpoint=21764125 target=21764125 stage_progress=100.00%
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409392Z  INFO Preparing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764125 target=21764125
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409411Z  INFO Executing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764125 target=21764125
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409416Z  INFO Finished stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764125 target=21764125 stage_progress=100.00%
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409421Z  INFO Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=21326231 target=21764125
Feb 05 22:59:56 oxide reth[25378]: 2025-02-06T04:59:56.409441Z  INFO Executing stage pipeline_stages=4/12 stage=Execution checkpoint=21326231 target=21764125
Feb 05 22:59:59 oxide reth[25378]: 2025-02-06T04:59:59.400373Z  INFO Status connected_peers=0 stage=Execution checkpoint=21326231 target=21764125
Feb 05 23:00:06 oxide reth[25378]: 2025-02-06T05:00:06.420592Z  INFO Executed block range start=21326232 end=21327337 throughput="1.69 Ggas/second"

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

  • I agree to follow the Code of Conduct
@bartenbach bartenbach added C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled labels Feb 6, 2025
@bartenbach
Copy link
Author

Here's the first time it happened. I went back in the logs:

Jan 31 16:48:12 oxide reth[881160]: 2025-01-31T22:48:12.478706Z  INFO Executed block range start=21338696 end=21339343 throughput="998.62 Mgas/second"
Jan 31 16:48:22 oxide reth[881160]: 2025-01-31T22:48:22.324621Z  INFO Committed stage progress pipeline_stages=4/12 stage=Execution checkpoint=21339513 target=21732753 stage_progress=97.19%
Jan 31 16:48:28 oxide reth[881160]: 2025-01-31T22:48:28.196986Z  INFO Status connected_peers=100 stage=Execution checkpoint=21339513 target=21732753 stage_progress=97.19%
Jan 31 16:48:29 oxide reth[881160]: 2025-01-31T22:48:29.491400Z  INFO Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=21339513 target=21732753
Jan 31 16:48:29 oxide reth[881160]: 2025-01-31T22:48:29.491420Z  INFO Executing stage pipeline_stages=4/12 stage=Execution checkpoint=21339513 target=21732753
Jan 31 16:48:39 oxide reth[881160]: 2025-01-31T22:48:39.517460Z  INFO Executed block range start=21339514 end=21340159 throughput="998.05 Mgas/second"
Jan 31 16:48:49 oxide reth[881160]: 2025-01-31T22:48:49.519979Z  INFO Executed block range start=21340160 end=21340803 throughput="988.64 Mgas/second"
Jan 31 16:48:53 oxide reth[881160]: 2025-01-31T22:48:53.196533Z  INFO Status connected_peers=100 stage=Execution checkpoint=21339513 target=21732753 stage_progress=97.19%
Jan 31 16:48:59 oxide reth[881160]: 2025-01-31T22:48:59.538330Z  INFO Executed block range start=21340804 end=21341386 throughput="892.28 Mgas/second"
Jan 31 16:49:09 oxide reth[881160]: 2025-01-31T22:49:09.549944Z  INFO Executed block range start=21341387 end=21341978 throughput="904.62 Mgas/second"
Jan 31 16:49:18 oxide reth[881160]: 2025-01-31T22:49:18.197040Z  INFO Status connected_peers=100 stage=Execution checkpoint=21339513 target=21732753 stage_progress=97.19%
Jan 31 16:49:19 oxide reth[881160]: 2025-01-31T22:49:19.553995Z  INFO Executed block range start=21341979 end=21342641 throughput="1.02 Ggas/second"
Jan 31 16:49:29 oxide reth[881160]: 2025-01-31T22:49:29.558773Z  INFO Executed block range start=21342642 end=21343331 throughput="1.06 Ggas/second"
Jan 31 16:49:43 oxide reth[881160]: 2025-01-31T22:49:43.196974Z  INFO Status connected_peers=100 stage=Execution checkpoint=21339513 target=21732753 stage_progress=97.19%
Jan 31 16:49:44 oxide reth[881160]: 2025-01-31T22:49:44.582528Z  INFO Committed stage progress pipeline_stages=4/12 stage=Execution checkpoint=21343922 target=21732753 stage_progress=97.22%
Jan 31 16:49:47 oxide reth[881160]: 2025-01-31T22:49:47.964173Z  INFO Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=21343922 target=21732753
Jan 31 16:49:47 oxide reth[881160]: 2025-01-31T22:49:47.964200Z  INFO Executing stage pipeline_stages=4/12 stage=Execution checkpoint=21343922 target=21732753
Jan 31 16:49:57 oxide reth[881160]: 2025-01-31T22:49:57.995617Z  INFO Executed block range start=21343923 end=21344628 throughput="1.09 Ggas/second"
Jan 31 16:50:08 oxide reth[881160]: 2025-01-31T22:50:08.009576Z  INFO Executed block range start=21344629 end=21345356 throughput="1.12 Ggas/second"
Jan 31 16:50:08 oxide reth[881160]: 2025-01-31T22:50:08.196654Z  INFO Status connected_peers=100 stage=Execution checkpoint=21343922 target=21732753 stage_progress=97.22%
Jan 31 16:50:18 oxide reth[881160]: 2025-01-31T22:50:18.010813Z  INFO Executed block range start=21345357 end=21346103 throughput="1.15 Ggas/second"
Jan 31 16:50:28 oxide reth[881160]: 2025-01-31T22:50:28.012745Z  INFO Executed block range start=21346104 end=21346818 throughput="1.09 Ggas/second"
Jan 31 16:50:33 oxide reth[881160]: 2025-01-31T22:50:33.196791Z  INFO Status connected_peers=100 stage=Execution checkpoint=21343922 target=21732753 stage_progress=97.22%
Jan 31 16:50:38 oxide reth[881160]: 2025-01-31T22:50:38.018038Z  INFO Executed block range start=21346819 end=21347470 throughput="1.00 Ggas/second"
Jan 31 16:50:48 oxide reth[881160]: 2025-01-31T22:50:48.023780Z  INFO Executed block range start=21347471 end=21348071 throughput="920.54 Mgas/second"
Jan 31 16:50:58 oxide reth[881160]: 2025-01-31T22:50:58.196699Z  INFO Status connected_peers=100 stage=Execution checkpoint=21343922 target=21732753 stage_progress=97.22%
Jan 31 16:51:42 oxide systemd-coredump[1550516]: [🡕] Process 881160 (reth) of user 971 dumped core.
                                                 
                                                 Stack trace of thread 882899:
                                                 #0  0x00005e1a458d58ba n/a (n/a + 0x0)
                                                 #1  0x00005e1a42b259d3 n/a (n/a + 0x0)
                                                 #2  0x00005e1a42b2833a n/a (n/a + 0x0)
                                                 #3  0x00005e1a42b2917f n/a (n/a + 0x0)
                                                 #4  0x00005e1a42b2afa3 n/a (n/a + 0x0)
                                                 #5  0x00005e1a45218769 n/a (n/a + 0x0)
                                                 ELF object binary architecture: AMD x86-64
Jan 31 16:51:44 oxide systemd[1]: reth.service: Main process exited, code=dumped, status=7/BUS
Jan 31 16:51:44 oxide systemd[1]: reth.service: Failed with result 'core-dump'.

@mattsse
Copy link
Collaborator

mattsse commented Feb 6, 2025

that's odd

looks like this is dumping in a loop

could you try after reinstalling with debug profile and with RUST_BACKTRACE=full:

cargo install --profile profiling --locked --path bin/reth --bin reth --root /usr/local

which ideally shows more useful stacktrace

@bartenbach
Copy link
Author

Really struggling to get any useful information. I reinstalled with the exact command as you suggested and ran with full backtrace:

oxide% RUST_BACKTRACE=full reth node --datadir /mnt/reth --chain mainnet --authrpc.jwtsecret /secrets/jwt.hex
2025-02-06T22:25:53.318408Z  INFO Initialized tracing, debug log directory: /home/reth/.cache/reth/logs/mainnet
2025-02-06T22:25:53.324095Z  INFO Starting reth version="1.1.5 (3212af2)"
2025-02-06T22:25:53.324107Z  INFO Opening database path="/mnt/reth/db"
2025-02-06T22:25:53.550877Z  INFO Configuration loaded path="/mnt/reth/reth.toml"
2025-02-06T22:25:53.564657Z  INFO Verifying storage consistency.
2025-02-06T22:25:53.630664Z  INFO Database opened
2025-02-06T22:25:53.630756Z  INFO 
Pre-merge hard forks (block based):
- Frontier                         @0
- Homestead                        @1150000
- Dao                              @1920000
- Tangerine                        @2463000
- SpuriousDragon                   @2675000
- Byzantium                        @4370000
- Constantinople                   @7280000
- Petersburg                       @7280000
- Istanbul                         @9069000
- MuirGlacier                      @9200000
- Berlin                           @12244000
- London                           @12965000
- ArrowGlacier                     @13773000
- GrayGlacier                      @15050000
Merge hard forks:
- Paris                            @58750000000000000000000 (network is known to be merged)
Post-merge hard forks (timestamp based):
- Shanghai                         @1681338455
- Cancun                           @1710338135
2025-02-06T22:25:53.631165Z  INFO Transaction pool initialized
2025-02-06T22:25:53.631294Z  INFO Loading saved peers file=/mnt/reth/known-peers.json
2025-02-06T22:25:53.631998Z  INFO P2P networking initialized enode=enode://c61a78e47a0bf3871b0da86133d14f84d29a5ef7d606c5c2f7de1e0bf6a32e031dd16d4238e91eca675876be1aa301d64f712eecb96f8678658f63b875f86e42@0.0.0.0:30303
2025-02-06T22:25:53.632055Z  INFO StaticFileProducer initialized
2025-02-06T22:25:53.632279Z  INFO Pruner initialized prune_config=PruneConfig { block_interval: 5, segments: PruneModes { sender_recovery: None, transaction_lookup: None, receipts: None, account_history: None, storage_history: None, receipts_log_filter: ReceiptsLogPruneConfig({}) } }
2025-02-06T22:25:53.632449Z  INFO Consensus engine initialized
2025-02-06T22:25:53.632495Z  INFO Engine API handler initialized
2025-02-06T22:25:53.638510Z  INFO RPC auth server started url=127.0.0.1:8551
2025-02-06T22:25:53.638533Z  INFO RPC IPC server started path=/tmp/reth.ipc
2025-02-06T22:25:53.638595Z  INFO Starting consensus engine
2025-02-06T22:25:53.642601Z  INFO Target block already reached checkpoint=21764125 target=Hash(0xf3b88eb516361ea0114fd4c1c17845364f3dcb09523ae4290e703a0daa4a52c0)
2025-02-06T22:25:53.642604Z  INFO Preparing stage pipeline_stages=1/12 stage=Headers checkpoint=21764125 target=None
2025-02-06T22:25:53.642638Z  INFO Executing stage pipeline_stages=1/12 stage=Headers checkpoint=21764125 target=None
2025-02-06T22:25:53.642652Z  INFO Finished stage pipeline_stages=1/12 stage=Headers checkpoint=21764125 target=None stage_progress=100.00%
2025-02-06T22:25:53.642675Z  INFO Preparing stage pipeline_stages=2/12 stage=Bodies checkpoint=21764125 target=21764125
2025-02-06T22:25:53.642692Z  INFO Executing stage pipeline_stages=2/12 stage=Bodies checkpoint=21764125 target=21764125
2025-02-06T22:25:53.642699Z  INFO Finished stage pipeline_stages=2/12 stage=Bodies checkpoint=21764125 target=21764125 stage_progress=100.00%
2025-02-06T22:25:53.642705Z  INFO Preparing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764125 target=21764125
2025-02-06T22:25:53.642724Z  INFO Executing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764125 target=21764125
2025-02-06T22:25:53.642731Z  INFO Finished stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764125 target=21764125 stage_progress=100.00%
2025-02-06T22:25:53.642736Z  INFO Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=21326231 target=21764125
2025-02-06T22:25:53.642755Z  INFO Executing stage pipeline_stages=4/12 stage=Execution checkpoint=21326231 target=21764125
2025-02-06T22:25:56.633238Z  INFO Status connected_peers=0 stage=Execution checkpoint=21326231 target=21764125
2025-02-06T22:26:03.663142Z  INFO Executed block range start=21326232 end=21327381 throughput="1.75 Ggas/second"
2025-02-06T22:26:11.296544Z  INFO Received forkchoice updated message when syncing head_block_hash=0x484be6165f431070ed50c34e1a021007b8ea9a7f4dce31dd21693d0514cbe0c6 safe_block_hash=0x97d2fa904229fe94c8c7991cc876c6ad6f19859c99dcdbeee86df31c5652cfa0 finalized_block_hash=0x5583576b16dfceddb521eafbae10f9d07be10be2f4225af2aca8e9817f29bd3c
2025-02-06T22:26:13.678541Z  INFO Executed block range start=21327382 end=21328554 throughput="1.79 Ggas/second"
2025-02-06T22:26:15.338827Z  INFO Received forkchoice updated message when syncing head_block_hash=0xabbdee65791ebdbecc2c846ca2d67de09fe606954ad6c53ff008f81d970ae01a safe_block_hash=0x59259ad2818bb5541a43f9e156ea55d561afc532aa6bae123644ae61d3a00824 finalized_block_hash=0x97d2fa904229fe94c8c7991cc876c6ad6f19859c99dcdbeee86df31c5652cfa0
2025-02-06T22:26:21.633117Z  INFO Status connected_peers=0 stage=Execution checkpoint=21326231 target=21764125
2025-02-06T22:26:23.685081Z  INFO Executed block range start=21328555 end=21329836 throughput="1.97 Ggas/second"
2025-02-06T22:26:37.309776Z  INFO Received forkchoice updated message when syncing head_block_hash=0xd093ba6c229474c1039bd32c39ffde214455c6171af10aa61898c9943fd08702 safe_block_hash=0x29bcc6f495581dd9bb6c12e9ad23ce6eff08edfac6b94480fe5da917c3259850 finalized_block_hash=0x59259ad2818bb5541a43f9e156ea55d561afc532aa6bae123644ae61d3a00824
zsh: bus error (core dumped)  RUST_BACKTRACE=full reth node --datadir /mnt/reth --chain mainnet 

@Rjected
Copy link
Member

Rjected commented Feb 6, 2025

Could you try running it in valgrind?

valgrind <reth command>

@bartenbach
Copy link
Author

Is this helpful?

oxide% valgrind reth node --datadir /mnt/reth --chain mainnet
==3784== Memcheck, a memory error detector
==3784== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==3784== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==3784== Command: reth node --datadir /mnt/reth --chain mainnet
==3784== 
2025-02-06T23:20:16.388659Z  INFO Initialized tracing, debug log directory: /home/reth/.cache/reth/logs/mainnet
2025-02-06T23:20:16.808346Z  INFO Starting reth version="1.1.5 (3212af2)"
2025-02-06T23:20:16.811847Z  INFO Opening database path="/mnt/reth/db"
2025-02-06T23:20:17.039894Z ERROR shutting down due to error
Error: failed to open the database: invalid parameter specified (22)

Location:
    /home/blake/code/reth/crates/storage/db/src/mdbx.rs:28:8
==3784== 
==3784== HEAP SUMMARY:
==3784==     in use at exit: 0 bytes in 0 blocks
==3784==   total heap usage: 1,566 allocs, 1,566 frees, 39,008,190 bytes allocated
==3784== 
==3784== All heap blocks were freed -- no leaks are possible
==3784== 
==3784== For lists of detected and suppressed errors, rerun with: -s
==3784== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
oxide%              

@bartenbach
Copy link
Author

Hey, I did some more testing and got some potentially useful output.

oxide% valgrind reth node --datadir /mnt/reth --chain mainnet
==77074== Memcheck, a memory error detector
==77074== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==77074== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==77074== Command: reth node --datadir /mnt/reth --chain mainnet
==77074== 
2025-02-07T05:22:56.728867Z  INFO Initialized tracing, debug log directory: /home/reth/.cache/reth/logs/mainnet
2025-02-07T05:22:57.151092Z  INFO Starting reth version="1.1.5 (3212af2)"
2025-02-07T05:22:57.154570Z  INFO Opening database path="/mnt/reth/db"
==77074== 
==77074== Process terminating with default action of signal 7 (SIGBUS)
==77074==  Non-existent physical address at address 0x6961000
==77074==    at 0x777D72: setup_lck (mdbx.c:18397)
==77074==    by 0x777D72: mdbx_env_open (mdbx.c:19185)
==77074==    by 0x2E6C7EC: {closure#0} (environment.rs:711)
==77074==    by 0x2E6C7EC: reth_libmdbx::environment::EnvironmentBuilder::open_with_permissions (environment.rs:634)
==77074==    by 0x2D44A96: UnknownInlinedFun (environment.rs:613)
==77074==    by 0x2D44A96: reth_db::implementation::mdbx::DatabaseEnv::open (mod.rs:433)
==77074==    by 0x2A76960: create_db<std::path::PathBuf> (mdbx.rs:28)
==77074==    by 0x2A76960: reth_db::mdbx::init_db_for (mdbx.rs:44)
==77074==    by 0x2A5AF9A: init_db<std::path::PathBuf> (mdbx.rs:34)
==77074==    by 0x2A5AF9A: {async_fn#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}> (node.rs:186)
==77074==    by 0x2A5AF9A: <core::pin::Pin<P> as core::future::future::Future>::poll (future.rs:124)
==77074==    by 0x1D4620B: {closure#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report> (select.rs:557)
==77074==    by 0x1D4620B: <core::future::poll_fn::PollFn<F> as core::future::future::Future>::poll (poll_fn.rs:151)
==77074==    by 0x2A66AE7: {async_fn#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report> (lib.rs:187)
==77074==    by 0x2A66AE7: <core::pin::Pin<P> as core::future::future::Future>::poll (future.rs:124)
==77074==    by 0x1D43CC4: {closure#0}<reth_cli_runner::run_until_ctrl_c::{async_fn_env#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report>, eyre::Report> (select.rs:557)
==77074==    by 0x1D43CC4: <core::future::poll_fn::PollFn<F> as core::future::future::Future>::poll (poll_fn.rs:151)
==77074==    by 0x28F8D39: reth_cli_runner::run_to_completion_or_panic::{{closure}} (lib.rs:159)
==77074==    by 0x2A4C3F5: poll<alloc::boxed::Box<reth_cli_runner::run_to_completion_or_panic::{async_fn_env#0}<reth_cli_runner::run_until_ctrl_c::{async_fn_env#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report>, eyre::Report>, alloc::alloc::Global>> (future.rs:124)
==77074==    by 0x2A4C3F5: {closure#0}<core::pin::Pin<alloc::boxed::Box<reth_cli_runner::run_to_completion_or_panic::{async_fn_env#0}<reth_cli_runner::run_until_ctrl_c::{async_fn_env#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report>, eyre::Report>, alloc::alloc::Global>>> (park.rs:281)
==77074==    by 0x2A4C3F5: with_budget<core::task::poll::Poll<core::result::Result<(), eyre::Report>>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<reth_cli_runner::run_to_completion_or_panic::{async_fn_env#0}<reth_cli_runner::run_until_ctrl_c::{async_fn_env#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report>, eyre::Report>, alloc::alloc::Global>>>> (coop.rs:107)
==77074==    by 0x2A4C3F5: budget<core::task::poll::Poll<core::result::Result<(), eyre::Report>>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<reth_cli_runner::run_to_completion_or_panic::{async_fn_env#0}<reth_cli_runner::run_until_ctrl_c::{async_fn_env#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report>, eyre::Report>, alloc::alloc::Global>>>> (coop.rs:73)
==77074==    by 0x2A4C3F5: UnknownInlinedFun (park.rs:281)
==77074==    by 0x2A4C3F5: UnknownInlinedFun (blocking.rs:66)
==77074==    by 0x2A4C3F5: {closure#0}<core::pin::Pin<alloc::boxed::Box<reth_cli_runner::run_to_completion_or_panic::{async_fn_env#0}<reth_cli_runner::run_until_ctrl_c::{async_fn_env#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report>, eyre::Report>, alloc::alloc::Global>>> (mod.rs:87)
==77074==    by 0x2A4C3F5: tokio::runtime::context::runtime::enter_runtime (runtime.rs:65)
==77074==    by 0x1C4BB2C: block_on<core::pin::Pin<alloc::boxed::Box<reth_cli_runner::run_to_completion_or_panic::{async_fn_env#0}<reth_cli_runner::run_until_ctrl_c::{async_fn_env#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report>, eyre::Report>, alloc::alloc::Global>>> (mod.rs:86)
==77074==    by 0x1C4BB2C: block_on_inner<core::pin::Pin<alloc::boxed::Box<reth_cli_runner::run_to_completion_or_panic::{async_fn_env#0}<reth_cli_runner::run_until_ctrl_c::{async_fn_env#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report>, eyre::Report>, alloc::alloc::Global>>> (runtime.rs:370)
==77074==    by 0x1C4BB2C: block_on<reth_cli_runner::run_to_completion_or_panic::{async_fn_env#0}<reth_cli_runner::run_until_ctrl_c::{async_fn_env#0}<reth_cli_commands::node::{impl#1}::execute::{async_fn_env#0}<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}>, eyre::Report>, eyre::Report>> (runtime.rs:340)
==77074==    by 0x1C4BB2C: reth_cli_runner::CliRunner::run_command_until_exit (lib.rs:43)
==77074==    by 0x2AD01AE: run<reth_ethereum_cli::chainspec::EthereumChainSpecParser, reth::EngineArgs, reth::main::{closure_env#0}, reth::main::{closure#0}::{async_block_env#0}> (mod.rs:157)
==77074==    by 0x2AD01AE: reth::main (main.rs:64)
==77074== 
==77074== HEAP SUMMARY:
==77074==     in use at exit: 39,206 bytes in 210 blocks
==77074==   total heap usage: 957 allocs, 747 frees, 19,447,614 bytes allocated
==77074== 
==77074== LEAK SUMMARY:
==77074==    definitely lost: 0 bytes in 0 blocks
==77074==    indirectly lost: 0 bytes in 0 blocks
==77074==      possibly lost: 14,896 bytes in 49 blocks
==77074==    still reachable: 24,310 bytes in 161 blocks
==77074==         suppressed: 0 bytes in 0 blocks
==77074== Rerun with --leak-check=full to see details of leaked memory
==77074== 
==77074== For lists of detected and suppressed errors, rerun with: -s
==77074== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
zsh: bus error (core dumped)  valgrind reth node --datadir /mnt/reth --chain mainnet

@bartenbach
Copy link
Author

bartenbach commented Feb 7, 2025

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.

@mattsse
Copy link
Collaborator

mattsse commented Feb 7, 2025

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

reth stage unwind num-blocks 100

@bartenbach
Copy link
Author

bartenbach commented Feb 7, 2025

oxide% reth stage unwind --datadir /mnt/reth num-blocks 100
2025-02-07T16:33:16.173296Z  INFO Initialized tracing, debug log directory: /home/reth/.cache/reth/logs/mainnet
2025-02-07T16:33:16.188860Z  INFO Opening storage db_path="/mnt/reth/db" sf_path="/mnt/reth/static_files"
zsh: bus error (core dumped)  reth stage unwind --datadir /mnt/reth num-blocks 100

Core dumped

Edit, added chain and it worked?

oxide% reth stage unwind --datadir /mnt/reth --chain mainnet num-blocks 100
2025-02-07T16:34:47.522860Z  INFO Initialized tracing, debug log directory: /home/reth/.cache/reth/logs/mainnet
2025-02-07T16:34:47.526397Z  INFO Opening storage db_path="/mnt/reth/db" sf_path="/mnt/reth/static_files"
2025-02-07T16:34:47.619109Z  INFO Verifying storage consistency.
2025-02-07T16:34:47.683309Z  INFO Executing a pipeline unwind. target=21764025 highest_static_file_block=21764125
2025-02-07T16:34:47.683817Z  INFO Unwinding{stage=SenderRecovery}: Starting unwind from=21764125 to=21764025 bad_block=None
2025-02-07T16:34:47.696653Z  INFO Unwinding{stage=SenderRecovery}: Stage unwound stage=SenderRecovery unwind_to=21764025 progress=21764025 done=true
2025-02-07T16:34:47.703338Z  INFO Unwinding{stage=Bodies}: Starting unwind from=21764125 to=21764025 bad_block=None
2025-02-07T16:34:47.705586Z  INFO Unwinding{stage=Bodies}: Stage unwound stage=Bodies unwind_to=21764025 progress=21764025 done=true
2025-02-07T16:34:47.733476Z  INFO Unwinding{stage=Headers}: Starting unwind from=21764125 to=21764025 bad_block=None
2025-02-07T16:34:47.750050Z  INFO Unwinding{stage=Headers}: Stage unwound stage=Headers unwind_to=21764025 progress=21764025 done=true
2025-02-07T16:34:47.780459Z  INFO Unwound blocks target=2176

@bartenbach
Copy link
Author

Run attempt after the unwind

oxide% reth node --datadir /mnt/reth --chain mainnet --authrpc.jwtsecret /secrets/jwt.hex 
2025-02-07T16:49:14.453793Z  INFO Initialized tracing, debug log directory: /home/reth/.cache/reth/logs/mainnet
2025-02-07T16:49:14.457226Z  INFO Starting reth version="1.1.5 (3212af2)"
2025-02-07T16:49:14.457239Z  INFO Opening database path="/mnt/reth/db"
2025-02-07T16:49:14.485710Z  INFO Configuration loaded path="/mnt/reth/reth.toml"
2025-02-07T16:49:14.487653Z  INFO Verifying storage consistency.
2025-02-07T16:49:14.550057Z  INFO Database opened
2025-02-07T16:49:14.550123Z  INFO 
Pre-merge hard forks (block based):
- Frontier                         @0
- Homestead                        @1150000
- Dao                              @1920000
- Tangerine                        @2463000
- SpuriousDragon                   @2675000
- Byzantium                        @4370000
- Constantinople                   @7280000
- Petersburg                       @7280000
- Istanbul                         @9069000
- MuirGlacier                      @9200000
- Berlin                           @12244000
- London                           @12965000
- ArrowGlacier                     @13773000
- GrayGlacier                      @15050000
Merge hard forks:
- Paris                            @58750000000000000000000 (network is known to be merged)
Post-merge hard forks (timestamp based):
- Shanghai                         @1681338455
- Cancun                           @1710338135
2025-02-07T16:49:14.550546Z  INFO Transaction pool initialized
2025-02-07T16:49:14.550720Z  INFO Loading saved peers file=/mnt/reth/known-peers.json
2025-02-07T16:49:14.551429Z  INFO P2P networking initialized enode=enode://c61a78e47a0bf3871b0da86133d14f84d29a5ef7d606c5c2f7de1e0bf6a32e031dd16d4238e91eca675876be1aa301d64f712eecb96f8678658f63b875f86e42@0.0.0.0:30303
2025-02-07T16:49:14.551553Z  INFO StaticFileProducer initialized
2025-02-07T16:49:14.551807Z  INFO Pruner initialized prune_config=PruneConfig { block_interval: 5, segments: PruneModes { sender_recovery: None, transaction_lookup: None, receipts: None, account_history: None, storage_history: None, receipts_log_filter: ReceiptsLogPruneConfig({}) } }
2025-02-07T16:49:14.552037Z  INFO Consensus engine initialized
2025-02-07T16:49:14.552076Z  INFO Engine API handler initialized
2025-02-07T16:49:14.556511Z  INFO RPC auth server started url=127.0.0.1:8551
2025-02-07T16:49:14.556537Z  INFO RPC IPC server started path=/tmp/reth.ipc
2025-02-07T16:49:14.556594Z  INFO Starting consensus engine
2025-02-07T16:49:14.561060Z  INFO Preparing stage pipeline_stages=1/12 stage=Headers checkpoint=21764025 target=None
2025-02-07T16:49:14.561069Z  INFO Target block already reached checkpoint=21764025 target=Hash(0xdf7c99b01ef96303a557ba3f01fa1e332a5dcdac404bd1d4374fc265ad5c2543)
2025-02-07T16:49:14.561105Z  INFO Executing stage pipeline_stages=1/12 stage=Headers checkpoint=21764025 target=None
2025-02-07T16:49:14.561117Z  INFO Finished stage pipeline_stages=1/12 stage=Headers checkpoint=21764025 target=None stage_progress=99.99%
2025-02-07T16:49:14.561140Z  INFO Preparing stage pipeline_stages=2/12 stage=Bodies checkpoint=21764025 target=21764025
2025-02-07T16:49:14.561157Z  INFO Executing stage pipeline_stages=2/12 stage=Bodies checkpoint=21764025 target=21764025
2025-02-07T16:49:14.561162Z  INFO Finished stage pipeline_stages=2/12 stage=Bodies checkpoint=21764025 target=21764025 stage_progress=99.99%
2025-02-07T16:49:14.561179Z  INFO Preparing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764025 target=21764025
2025-02-07T16:49:14.561186Z  INFO Executing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764025 target=21764025
2025-02-07T16:49:14.561192Z  INFO Finished stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=21764025 target=21764025 stage_progress=99.99%
2025-02-07T16:49:14.561214Z  INFO Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=21326231 target=21764025
2025-02-07T16:49:14.561226Z  INFO Executing stage pipeline_stages=4/12 stage=Execution checkpoint=21326231 target=21764025
2025-02-07T16:49:17.553322Z  INFO Status connected_peers=0 stage=Execution checkpoint=21326231 target=21764025
2025-02-07T16:49:24.771904Z  INFO Executed block range start=21326232 end=21326348 throughput="177.05 Mgas/second"
2025-02-07T16:49:34.835503Z  INFO Executed block range start=21326349 end=21326576 throughput="343.52 Mgas/second"
2025-02-07T16:49:42.552814Z  INFO Status connected_peers=0 stage=Execution checkpoint=21326231 target=21764025
2025-02-07T16:49:44.843386Z  INFO Executed block range start=21326577 end=21326863 throughput="435.89 Mgas/second"
2025-02-07T16:49:54.846591Z  INFO Executed block range start=21326864 end=21327169 throughput="466.54 Mgas/second"
2025-02-07T16:50:04.865029Z  INFO Executed block range start=21327170 end=21327499 throughput="501.26 Mgas/second"
2025-02-07T16:50:07.552732Z  INFO Status connected_peers=1 stage=Execution checkpoint=21326231 target=21764025
2025-02-07T16:50:14.867703Z  INFO Executed block range start=21327500 end=21327848 throughput="531.28 Mgas/second"
2025-02-07T16:50:24.887822Z  INFO Executed block range start=21327849 end=21328232 throughput="588.88 Mgas/second"
2025-02-07T16:50:32.552921Z  INFO Status connected_peers=1 stage=Execution checkpoint=21326231 target=21764025
2025-02-07T16:50:34.890111Z  INFO Executed block range start=21328233 end=21328646 throughput="629.02 Mgas/second"
2025-02-07T16:50:44.913416Z  INFO Executed block range start=21328647 end=21329065 throughput="638.32 Mgas/second"
2025-02-07T16:50:54.920185Z  INFO Executed block range start=21329066 end=21329511 throughput="682.15 Mgas/second"
2025-02-07T16:50:57.553480Z  INFO Status connected_peers=2 stage=Execution checkpoint=21326231 target=21764025
2025-02-07T16:51:04.931304Z  INFO Executed block range start=21329512 end=21329980 throughput="724.28 Mgas/second"
2025-02-07T16:51:14.950526Z  INFO Executed block range start=21329981 end=21330456 throughput="728.39 Mgas/second"
2025-02-07T16:51:22.553308Z  INFO Status connected_peers=2 stage=Execution checkpoint=21326231 target=21764025
zsh: bus error (core dumped)  reth node --datadir /mnt/reth --chain mainnet --authrpc.jwtsecret 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled
Projects
Status: Todo
Development

No branches or pull requests

3 participants