-
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: SIGSEGV from runtime.(*timersBucket).addtimerLocked on darwin/arm64 #24790
Comments
Another: https://build.golang.org/log/6fba185086de5d7f290fbe607d78cb2427c3d930 Also darwin/arm64. Edit: and again: https://build.golang.org/log/b9f8377ebcf316dd50baeff1adc1b3107ea8126a |
Perhaps this is an example of concurrent access to time.Timer instances, #25686. |
@ianlancetaylor you rewrote the |
@nvanbenschoten Thanks for asking. I don't know what caused this. But the code is completely different, so I feel confident that this is fixed. As far as I can tell it hasn't happened since April, 2018, so it may have been fixed (somehow) before the rewrite. I'm going to close this issue. |
From the builder https://build.golang.org/log/2447525d04850cf62fc23eae4c5f7d2e003a2cfc.
The text was updated successfully, but these errors were encountered: