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: presumably heap corruption #9727

Closed
dvyukov opened this issue Jan 29, 2015 · 2 comments
Closed

runtime: presumably heap corruption #9727

dvyukov opened this issue Jan 29, 2015 · 2 comments

Comments

@dvyukov
Copy link
Member

dvyukov commented Jan 29, 2015

$ GOGC=1 go test -short -cpu=16,16,16,16,16,16,16,16 crypto/rsa
Fails with:
--- FAIL: TestPSSGolden-16 (0.06s)
pss_test.go:160: crypto/rsa: verification error

git bisect points to:
commit 13aff78
Author: Rick Hudson
Date: Mon Jan 26 13:51:39 2015 -0500
runtime: avoid redundant scans

Race builders also detected fatal errors on this commit:
http://build.golang.org/log/bfca7707a0ccb2dd15e8228eb5b97434c33d1143
http://build.golang.org/log/c0e4c3f3407b621265b706c67b780d32d4c7564e

@dvyukov
Copy link
Member Author

dvyukov commented Jan 29, 2015

/cc @RLH @randall77 @rsc

@RLH RLH self-assigned this Jan 29, 2015
@RLH
Copy link
Contributor

RLH commented Jan 29, 2015

I understand the crypto/rsa bug, not sure about the Race builders.

@RLH RLH closed this as completed in 27aed3c Jan 29, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc unassigned RLH Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants