-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Open
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Description
Go version
go1.25
Output of go env in your module/workspace:
n/aWhat did you do?
Call debug.SetCrashOutput and run a program that deliberately causes a fatal error.
What did you see happen?
I see crash.txt only include a bunch of stack traces.
What did you expect to see?
I expect crash.txt to start with:
fatal error: concurrent map writes
Note that a regular panic that is not recovered includes the panic message in the crash output, so the intent seems to be that the fatal message should be captured.
adonovan
Metadata
Metadata
Assignees
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
In Progress