-
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
cmd/cgo: panic: overlapping edits #33061
Comments
It looks like I failed to properly quote certain characters in my initial bug report, so here it is formatted with Markdown, which should do the right thing with
|
It's kind of a terrible error message, but note that your program is invalid. |
Indeed, I just minimized this to a simple reproducing case. The original program was much larger, and the bad error message made it difficult to track down what was wrong (it was also some C function being called with the wrong number of arguments). |
Change https://golang.org/cl/185797 mentions this issue: |
@gopherbot Please open a backport issue for 1.12. |
Backport issue(s) opened: #33081 (for 1.12). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://golang.org/wiki/MinorReleases. |
Backport issue(s) opened: #33082 (for 1.12). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://golang.org/wiki/MinorReleases. |
Change https://golang.org/cl/185997 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
No panic messages.
What did you see instead?
A panic message.
The text was updated successfully, but these errors were encountered: