runtime: sync fatal error swallows panic message #67792
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Removing the sync.Mutex, the program crashes with
Note that the panic text is missing from the original crash.
Just as nested panics print all the panic values, so too this fatal error should print the earlier panic value.
The text was updated successfully, but these errors were encountered: