You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at a linux runtime triggered crashdump. The thread that triggered the dump is in the signal handling code, running on the alternate stack, and !dso for that thread only seems to enumerate references in the signal context or something.
Configuration
Windbg using relatively recent sos, linux crashdump (available if needed).
Description
I was looking at a linux runtime triggered crashdump. The thread that triggered the dump is in the signal handling code, running on the alternate stack, and
!dso
for that thread only seems to enumerate references in the signal context or something.Configuration
Windbg using relatively recent sos, linux crashdump (available if needed).
cc @hoyosjs
The text was updated successfully, but these errors were encountered: