runtime: print SIGSEGV/SIGBUS fault address from system stack #60894
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Normally
sigpanic
is responsible for printing the fault address of a SIGSEGV / SIGBUS, but when a signal occurs on the system stack, we convert to a throw. Thus the signal print occurs infatalsignal
, which does not attempt to print the fault address.cc @golang/runtime
The text was updated successfully, but these errors were encountered: