x/debug: nil ptr dereference when parsing runtime.itabTableType #72878
Labels
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go1.25-20250216-RC00
Output of
go env
in your module/workspace:What did you do?
Ran
viewcore
on a coredump that had aruntime.itabTableType
type allocated in heap. This caused the application to crash with a nil ptr dereference.What did you see happen?
What did you expect to see?
Expected program to parse core file gracefully
The text was updated successfully, but these errors were encountered: