Skip to content

runtime: print SIGSEGV/SIGBUS fault address from system stack #60894

@prattmic

Description

@prattmic

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 in fatalsignal, which does not attempt to print the fault address.

cc @golang/runtime

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions