Skip to content
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: TestGdbPython fails with GDB 8.2 on FreeBSD #29455

Closed
paulzhol opened this issue Dec 29, 2018 · 1 comment
Closed

runtime: TestGdbPython fails with GDB 8.2 on FreeBSD #29455

paulzhol opened this issue Dec 29, 2018 · 1 comment

Comments

@paulzhol
Copy link
Member

FreeBSD updated the binary GDB packages to 8.2. The test is now failing on the arm builder (recently updated to FreeBSD 12.0):

Example:
https://build.golang.org/log/f262478ed3c90cf506b7e45e4735624266814b61

        BEGIN info goroutines
        * 1 running  syscall.Syscall
          2 waiting  runtime.gopark
          3 waiting  runtime.gopark
          17 runnable runtime.runfinq
        END
        BEGIN goroutine 1 bt
        No such goroutine:  1
        END
    runtime-gdb_test.go:277: goroutine 1 bt failed: No such goroutine:  1
FAIL
FAIL	runtime	283.007s
@katiehockman
Copy link
Contributor

Thanks for reporting. This is a duplicate of #28679. Closing this issue.

@golang golang locked and limited conversation to collaborators Jan 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants