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

Fix nil pointer in Hive tests #9546

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Fix nil pointer in Hive tests #9546

merged 1 commit into from
Feb 29, 2024

Conversation

yperbasis
Copy link
Member

After PR #9408 cfg.Genesis may be nil. Fixes the following issue in Hive tests:

runtime error: invalid memory address or nil pointer dereference" stack="[main.go:29 panic.go:914 panic.go:261 signal_unix.go:861 stageloop.go:540 backend.go:773 node.go:124 main.go:65 make_app.go:52 command.go:279 app.go:337 app.go:311 main.go:34 proc.go:267 asm_amd64.s:1650]

@yperbasis yperbasis merged commit 52e7007 into devel Feb 29, 2024
7 checks passed
@yperbasis yperbasis deleted the hive_withdrawal7 branch February 29, 2024 13:32
mriccobene pushed a commit to mriccobene/erigon that referenced this pull request Mar 13, 2024
After PR erigontech#9408 `cfg.Genesis` may be `nil`. Fixes the following issue in
Hive tests:
```
runtime error: invalid memory address or nil pointer dereference" stack="[main.go:29 panic.go:914 panic.go:261 signal_unix.go:861 stageloop.go:540 backend.go:773 node.go:124 main.go:65 make_app.go:52 command.go:279 app.go:337 app.go:311 main.go:34 proc.go:267 asm_amd64.s:1650]
```
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

Successfully merging this pull request may close these issues.

2 participants