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

debug/dwarf: funcs have size -1 #21097

Closed
randall77 opened this issue Jul 20, 2017 · 5 comments
Closed

debug/dwarf: funcs have size -1 #21097

randall77 opened this issue Jul 20, 2017 · 5 comments

Comments

@randall77
Copy link
Contributor

The DWARF type of a func has size -1. That's wrong. It should be pointer sized.
The problem compounds: [4]func() has size -4.

@randall77 randall77 added this to the Go1.10 milestone Jul 20, 2017
@randall77 randall77 self-assigned this Jul 20, 2017
@gopherbot
Copy link

CL https://golang.org/cl/50230 mentions this issue.

@meggamind
Copy link

hey @randall77 : Can I work on this issue? I'm fairly new. I may need your help. Thanks

@ALTree
Copy link
Member

ALTree commented Jul 26, 2017

@meggamind It looks like Keith already mailed a fix for this issue (look at the gopherbot post above yours)

@meggamind
Copy link

meggamind commented Jul 26, 2017

👍 my bad.
@ALTree : I know this is not the correct channel, But I'm having a hard time finding a bug to work on. Is there a way where someone can assign me one ? (or a filter that I should use which helps me get open, unassigned, fix needed issues ?)

@gopherbot
Copy link

Change https://golang.org/cl/55551 mentions this issue: cmd/link,compile: Provide size for func types

@golang golang locked and limited conversation to collaborators Aug 14, 2018
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

4 participants