-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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/trace: failure with SIGSEGV (and no other output) on linux-ppc64-buildlet #55074
Comments
I started looking into this. I was able to to reproduce a similar segfault on the VM on the same commit. I was able to get a core and save it off. The backtrace of the fault:
|
Hmm, the fault in |
At the point of failure, I see that, |
CL https://golang.org/cl/428656 is supposed to fix the nil m case. Is the failure before or after that CL? Thanks. |
@cherrymui, this is 2 commits prior to that patch. Though, if |
That check is guarding on the previous loop iteration. i.e., in the previous loop |
I am not able to reproduce this with CL 428655. I think this has been fixed by CL 428656. |
greplogs -l -e 'signal: segmentation fault \(core dumped\)\nFAIL\s+runtime/trace' --since=2022-01-01
2022-09-06T15:49:30-c35bc69/linux-ppc64-buildlet
(CC @golang/runtime @golang/ppc64)
The text was updated successfully, but these errors were encountered: