unique: fatal error: getWeakHandle on invalid pointer
with sbrk=1
#69729
Labels
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.24-0206eb9679, 1.23.1
Output of
go env
in your module/workspace:What did you do?
I noticed that my go1.23.1 app panics when run with
GODEBUG="sbrk=1"
and tracked it down tonet/netip
, specifically this line. I saw #69458 and thought this issue might already be fixed so I rebuilt with go master but saw the same issue. Any app that importsnet/netip
will crash when run withGODEBUG="sbrk=1"
What did you see happen?
What did you expect to see?
no crash
The text was updated successfully, but these errors were encountered: