-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
runtime: wrong goroutine in newstack #15438
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
Comments
Does the application use unsafe? Cgo?
Have you tried to run it under race detector?
|
Yeah, run it under the race detector and double check all the unsafe and
cgo usages.
|
bradfitz
added
the
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
label
Apr 26, 2016
Trying out the new msan instrumentation might also be helpful. |
I've updated to latest version of node_exporter and do not face this any more (with go 1.5). Unfortunately I don't have time for debugging this, so I'll close this for now. |
@hryamzik Thanks for following up. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Please answer these questions before submitting your issue. Thanks!
go version
)?1.6.2
go env
)?Build on MacOS, run on linux x64. Running prometheus/node_exporter build with 1.6.2 ended up with an unresponsive.
Here's some info from gdb:
And here's the panic log:
The text was updated successfully, but these errors were encountered: