-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: invalid heap pointer found in bss on openbsd/386 #9954
Comments
Similar (probably same) crash on windows/386. http://build.golang.org/log/748faf9891dc31268e8757abb5718ad2b91d70d6
|
Might be related to #9872 . If that symbol is runtime.buckhash, the chance of relatedness goes up 10x. |
Thanks Keith. Will ask Brad to update those builders to Go 1.4.2 and see if that fixes it. |
Will do. (Russ, ignore my earlier question about which bug. I see this now.) |
I got same problem on my environment(win32). but fixed with upgrading bootstrap-base of go to 1.4.2. |
@bradfitz did it fix it? |
The builder's go1.4-openbsd-386.tar.gz was last updated on Feb 23, 2015. So the builders are happy now. Removed the Go 1.4.3 label from this. |
The program being run is the new Go compiler written in Go,
but it's compiled against Go 1.4, hence the runtime sources with .c extensions.
If someone can get onto the openbsd/386 builder it should work to just
grab the new8g binary and look to see what address 8363f80 (or whatever
the binary prints) is in the nm output.
Probably an openbsd/386 runtime bug.
http://build.golang.org/log/1f001aa4bdcc36cadb2eaa79b82d5d2bc03fd0ae
The text was updated successfully, but these errors were encountered: