-
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: tests fail with GDB 8.2 on linux/amd64 #29963
Comments
Btw, when I remove gdb temporarily from my system all tests pass. |
Note that you don't need to run the tests to build Go. You can simply use But the test failure seems relevant. There's #28679 for GDB 8.2 as well, but the errors seem different. |
I can reproduce on master:
|
Hmm .. this was raised before (#27933) and fixed with https://go-review.googlesource.com/c/go/+/135055. So, a regression ? |
Nice find! |
F.Y.I |
The current release version of GDB appears to be 9.1. Do the tests fail with GDB 9.1? If not, should we still bother investigating 8.2? |
I recently compiled 1.14 with gdb 9.1 present and didn't experience any problems. |
Thanks. In that case, closing as obsolete (unless anyone wants to volunteer to maintain support for old GDBs..?). |
What version of Go are you using (
go version
)?n/a
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?linux/amd64
What did you do?
Trying to build Go 1.11 from sources (git checkout release-branch.go1.11). I've tried to build it with my installed Go 1.11.4 version and also with a 1.4 compiler. Seems to be related to something in gdb 8.2.
I get the same error with 1.4 and 1.11.4 as the build compiler.
What did you expect to see?
All tests pass.
What did you see instead?
The text was updated successfully, but these errors were encountered: