-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: marked free object in span (freebsd/amd64/go1.20rc1) #57322
Comments
Thanks for the report. Was this just one compiler crash, or something you've been seeing repeatedly happen? |
I ran the tests repeatedly a lot and each run of the tests does a lot of compilation. It wasn't frequent but the compiler did crash multiple times. I don't think it was more than once every 100 times the tests of pkg/proc were run, and each run does around 100 distinct executions of the compiler. So the frequency would be around 0.01%. |
Not sure if there's much to do here. It would be nice to know if this was freebsd related or not. Can you try on a Linux machine? Or give us instructions so we can do it ourselves? |
Or you could just compile every file in the _fixtures directory over and over, with |
Which version of FreeBSD were you running? I'm trying to reproduce but so far, no luck. (Though |
|
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Got a compiler crash while running delve's tests (which run the compiler a lot with -gcflags='-N -l'):
I found #55156, #55167, #55161 all of which look similar but none looks like an obvious duplicate.
The text was updated successfully, but these errors were encountered: