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 on OS X #9927

Closed
josharian opened this issue Feb 19, 2015 · 2 comments
Closed

runtime: TestGdbPython fails on OS X #9927

josharian opened this issue Feb 19, 2015 · 2 comments
Milestone

Comments

@josharian
Copy link
Contributor

The support script is not being loaded.

$ go test -run=Gdb -v runtime
=== RUN TestGdbPython
--- FAIL: TestGdbPython (0.29s)
    runtime-gdb_test.go:68: failed to load Go runtime support: Breakpoint 1 at 0x2000: file /private/var/folders/jw/xrvq7wz95p5bwvjyx9yc2npm390cfb/T/go-build145181164/main.go, line 4.
FAIL
exit status 1
FAIL    runtime 0.296s

This is not #8973 or #5221; the symbol is present.

This is not #9820; otool -s __DWARF __debug_gdb_scri a.exe yields the correct language identifier and script path.

Suggestions for what to try next? Objections to simply disabling the test on OS X, as most OS X users use lldb anyway?

@josharian josharian added the gdb label Feb 19, 2015
@josharian josharian added this to the Go1.5 milestone Feb 19, 2015
@minux
Copy link
Member

minux commented Feb 19, 2015 via email

@josharian
Copy link
Contributor Author

Thanks, Minux. I was somehow convinced that it worked in Go 1.3...and I was wrong.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
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