-
Notifications
You must be signed in to change notification settings - Fork 18k
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: intermittent checkmarks failures #9309
Comments
/cc @rsc |
The GC has a STW mark checker that preforms a second STW mark phase after On Sun, Dec 14, 2014 at 8:47 AM, Brad Fitzpatrick notifications@github.com
|
It also happened on windows/386 with the net package, so it's probably not a dragonfly specific problem. There might be some races in the concurrent mark phase. http://build.golang.org/log/6a305ee5d22f7d102906d8318325be862f264025 |
Things are unstable enough now that it's probably not worth a bug report for every crash like this. If you are still seeing them in two weeks let us know. |
I run all.bash three times, and this only happened once:
The text was updated successfully, but these errors were encountered: