runtime/trace: using cgo introduces goroutine with empty stack #61037
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you see?
The produced trace contains the following two events:
The EvStack for stack 3 contains a single frame, with all values set to zero.
The goroutine seems to be so special that its stack doesn't get printed when sending SIGQUIT to the process.
I've only observed this when using cgo.
/cc @mknyszek
The text was updated successfully, but these errors were encountered: