-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: FileLine result is incorrect for addresses within init() functions that span files #4020
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
Labels
Milestone
Comments
The attached tarfile contains a minimal program to reproduce the bug. Notice the negative line number and incorrect source file for the #1 callframe; the expected result is a.go:16. 0 0x00424edd /home/adonovan/src-go/google3/bug/src/b/a.go:10 1 0x00425081 /home/adonovan/src-go/google3/bug/src/b/b.go:-1 2 0x00400cd8 /home/adonovan/src-go/google3/bug/src/c.go:0 3 0x0040cec4 /home/adonovan/go/src/pkg/runtime/proc.c:234 4 0x0040cf88 /home/adonovan/go/src/pkg/runtime/proc.c:271 |
Issue #2807 has been merged into this issue. |
Issue #3689 has been merged into this issue. |
Comment 9 by jaq@spacepants.org: http://webcache.googleusercontent.com/search?q=cache:http://man.cat-v.org/plan_9_2nd_ed/6/a.out documents the plan9 a.out format. |
This issue was closed by revision 5d363c6. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Attachments:
The text was updated successfully, but these errors were encountered: