-
Notifications
You must be signed in to change notification settings - Fork 18.1k
runtime/debug: SIGSEGV in dumpgoroutine #35172
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
Seems a flaky for me, another fail https://build.golang.org/log/ac9672a53d4ece77dcb8acca1cf4a468c719cceb |
Here's one on |
This is on the line dumpint(uint64(uintptr(unsafe.Pointer(d.fn.fn)))) where @danscales, didn't open-coded defers make it possible for there to be a defer object on the chain with Probably we should just emit nil in the heap dump in that case. To the extent that the heap dump is meaningful at all at this point, I think the defer records are only used to find roots the way the GC does, and the GC just ignores |
Change https://golang.org/cl/203697 mentions this issue: |
The Goexit failure is discussed here
#34575
…On Sat, Oct 26, 2019 at 3:05 AM Cuong Manh Le ***@***.***> wrote:
Seems a flaky for me, another fail
https://build.golang.org/log/ac9672a53d4ece77dcb8acca1cf4a468c719cceb
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#35172?email_source=notifications&email_token=ACH7BDFBHYMN4RAQ44MD6DDQQP24BA5CNFSM4JFLKWLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECKCSSY#issuecomment-546580811>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACH7BDCMRBKB7VJLG2U6SATQQP24BANCNFSM4JFLKWLA>
.
|
From
linux-ppc64le-buildlet
in https://build.golang.org/log/e905b629a5a27c512d13fcbeffe416796327bba3:CC @cuonglm @aclements @cherrymui
The text was updated successfully, but these errors were encountered: