-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: fatal error: inconsistent state in stackBarrier #19260
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
Comments
CC @aclements |
@tlbtlbtlb, do you have any GODEBUG environment variable set? Go 1.8 doesn't use stack barrier by default unless enabled by GODEBUG, so I'm confused how this would even be possible. |
@tlbtlbtlb, it appears your binary was actually compiled with Go 1.7.5, not Go 1.8rc3. That's the only version where the line numbers in your traceback match up with the code (specifically the combination of stack.go:950 calling traceback and traceback.go:651 calling traceback1). |
@aclements You're right, I'm sorry, our docker build was getting one version on one system and another version on another system where I copied the |
No bug, no milestone. |
I haven't seen this since I upgraded (correctly) to 1.8rc3. |
Thanks for the confirmation Trevor. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?What did you do?
This is running http://github.com/openai/go-vncdriver, which uses the CGO library to interface with Python. It happened 4 times in 9500 hours of runtime.
I also saw what looks like the same crash with go 1.6: #18718
What did you expect to see?
No crash
What did you see instead?
The text was updated successfully, but these errors were encountered: