cmd/link: bss section offset exceeds the end of its segment #47168
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
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
build a simple
hello.go
and readelf its binary.readelf
OutputFor example, the
.noptrbss
section offset is 0x154d20 that is larger than its segment(the fourth segment) end (0x10e000 + 0x17e00)What did you expect to see?
.bss and .noptrbss both offset at 0x10e000 + 0x17e00
What did you see instead?
.bss and .noptrbss offset exceed 0x10e000 + 0x17e00
The text was updated successfully, but these errors were encountered: