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

Panic error while running json formatter inside docker container #52

Open
ssdshaikh opened this issue Mar 9, 2023 · 1 comment
Open

Comments

@ssdshaikh
Copy link

ssdshaikh commented Mar 9, 2023

Getting panic error when executing the standalone cucumber-json-formatter inside docker container.
Using version 19.0.0 (cucumber-json-formatter-linux-amd64)

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x4c2f23]

goroutine 1 [running]:
math/rand.(*rngSource).Seed(0xc0000416c8, 0x40d647)
/opt/hostedtoolcache/go/1.17.10/x64/src/math/rand/rng.go:226 +0x143
math/rand.NewSource(...)
/opt/hostedtoolcache/go/1.17.10/x64/src/math/rand/rand.go:45
math/rand.init()
/opt/hostedtoolcache/go/1.17.10/x64/src/math/rand/rand.go:293 +0x34

@chezsmithy
Copy link

Could this be related to a upx bug?

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

No branches or pull requests

2 participants