We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Checkrr version 3.2.0 Commit: e6e3d6d Built On: 2023-10-05T02:14:14Z panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x10 pc=0xbb54f4]
goroutine 130 [running]: github.com/aetaric/checkrr/features.(*Stats).Write.func1({0xc000038aa0, 0x654966b5, {0xfcc6e5, 0x6}}) /Users/aetaric/src/checkrr/features/stats.go:208 +0x314 created by github.com/aetaric/checkrr/features.(*Stats).Write in goroutine 1 /Users/aetaric/src/checkrr/features/stats.go:195 +0x51e
To Reproduce Steps to reproduce the behavior: Start Checkrr with the minimal config
Expected behavior Checkrr to work
Desktop (please complete the following information):
Additional context I know this is fixed in main, any chance we can get a release for it?
The text was updated successfully, but these errors were encountered:
It's in 3.2.1 now. Thanks for reminding me!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Checkrr version 3.2.0
Commit: e6e3d6d
Built On: 2023-10-05T02:14:14Z
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x10 pc=0xbb54f4]
goroutine 130 [running]:
github.com/aetaric/checkrr/features.(*Stats).Write.func1({0xc000038aa0, 0x654966b5, {0xfcc6e5, 0x6}})
/Users/aetaric/src/checkrr/features/stats.go:208 +0x314
created by github.com/aetaric/checkrr/features.(*Stats).Write in goroutine 1
/Users/aetaric/src/checkrr/features/stats.go:195 +0x51e
To Reproduce
Steps to reproduce the behavior:
Start Checkrr with the minimal config
Expected behavior
Checkrr to work
Desktop (please complete the following information):
Additional context
I know this is fixed in main, any chance we can get a release for it?
The text was updated successfully, but these errors were encountered: