-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle error from
semaphore.Aquire
(#12417)
``` panic: semaphore: released more than held goroutine 10342 [running]: golang.org/x/sync/semaphore.(*Weighted).Release(0xc002e8cdc0, 0x1114288c0?) golang.org/x/sync@v0.8.0/semaphore/semaphore.go:127 +0xb8 github.com/erigontech/erigon/turbo/execution/eth1.(*EthereumExecutionModule).Start(0xc003766780, {0x10fef16f8, 0xc001901d60}) github.com/erigontech/erigon/turbo/execution/eth1/ethereum_execution.go:349 +0x167 created by github.com/erigontech/erigon/eth.(*Ethereum).Start in goroutine 1 github.com/erigontech/erigon/eth/backend.go:1516 +0xddf exit status 2 ```
- Loading branch information
1 parent
cc28d26
commit 3137718
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters