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

invalid memory address or nil pointer dereference #74

Closed
roadlit opened this issue Jul 9, 2018 · 1 comment
Closed

invalid memory address or nil pointer dereference #74

roadlit opened this issue Jul 9, 2018 · 1 comment

Comments

@roadlit
Copy link

roadlit commented Jul 9, 2018

Hi there,

Please notice that this is an issue tracker reserved for bug reports and feature requests.

For general questions please use the gitter channel.

OS Version:

Windows

Commit hash : (if develop)

Expected behavior

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x997ad0]

goroutine 240 [running]:
github.com/vechain/thor/cmd/thor/node.(*Node).txStashLoop(0xc042e2e720, 0xbd7ec0, 0xc0422e6b40)
D:/Code/GoCode/src/github.com/vechain/thor/cmd/thor/node/node.go:223 +0x580
github.com/vechain/thor/cmd/thor/node.(*Node).Run.func2()
D:/Code/GoCode/src/github.com/vechain/thor/cmd/thor/node/node.go:77 +0x43
github.com/vechain/thor/co.(*Goes).Go.func1(0xc042e2e720, 0xc042e24740)
D:/Code/GoCode/src/github.com/vechain/thor/co/goes.go:22 +0x56
created by github.com/vechain/thor/co.(*Goes).Go
D:/Code/GoCode/src/github.com/vechain/thor/co/goes.go:20 +0x69

Steps to reproduce the behavior

just run the thor client

@qianbin
Copy link
Member

qianbin commented Jul 9, 2018

Fixed by #75

@qianbin qianbin closed this as completed Jul 9, 2018
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