runtime: crash at startup on darwin_386 with -linkmode=external #25083
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Darwin
Milestone
On OS X:
A hello world program, built for 386 with CGO_ENABLED=0 and -linkmode=external, crashes at startup with an error in bsdthread_register:
but works fine with CGO_ENABLED=1:
Note the loadinternal log, which comes from the linker but does not cause a build failure. I don't know if that's related.
This reproduces with every version of Go I've tried. @randall77 says it works fine on OSX 10.11.
cc @aclements since this is pretty old code with no better owner.
The text was updated successfully, but these errors were encountered: