Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: fail nicely on start-up on softfloat mips systems if binary built with GOMIPS=hardfloat (the default) #23621

Closed
bradfitz opened this issue Jan 30, 2018 · 1 comment
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@bradfitz
Copy link
Contributor

From @randall77 comment at #23614 (comment):

It would also be nice if the binary startup detected the problem and reported a nicer error message than "segmentation fault".
We do this on 386 to detect non-MMX chips and fail nicely.

/cc @vstefanovic

@bradfitz bradfitz added help wanted NeedsFix The path to resolution is known, but the work has not been done. labels Jan 30, 2018
@bradfitz bradfitz added this to the Go1.11 milestone Jan 30, 2018
@bradfitz
Copy link
Contributor Author

Nevermind, we'll just re-use the other bug.

@golang golang locked and limited conversation to collaborators Jan 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants