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

x/tools/cmd/bundle: panic while bundling package math #20751

Closed
josharian opened this issue Jun 22, 2017 · 3 comments
Closed

x/tools/cmd/bundle: panic while bundling package math #20751

josharian opened this issue Jun 22, 2017 · 3 comments
Labels
FrozenDueToAge help wanted Suggested Issues that may be good for new contributors looking for work to do.
Milestone

Comments

@josharian
Copy link
Contributor

josharian commented Jun 22, 2017

$ cd $GOROOT/src/math
$ bundle -o out.go .
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x11e15f8]

goroutine 1 [running]:
main.bundle(0x7fff5fbff9bc, 0x1, 0xc420012357, 0x4, 0xc420014ca8, 0x4, 0x0, 0x0, 0x126355f, 0x3d, ...)
	/Users/josh/src/golang.org/x/tools/cmd/bundle/main.go:205 +0x1a8
main.main()
	/Users/josh/src/golang.org/x/tools/cmd/bundle/main.go:163 +0x12d

Instrumentation says that info is nil.

Probably an easy fix, but I'm distracted elsewhere.

golang.org/s/owners doesn't list anyone for this package, so... cc @bradfitz @kevinburke @alandonovan @shurcooL

@josharian josharian added help wanted Suggested Issues that may be good for new contributors looking for work to do. labels Jun 22, 2017
@josharian josharian added this to the Unreleased milestone Jun 22, 2017
@bradfitz
Copy link
Contributor

bundle is @alandonovan

@alandonovan alandonovan self-assigned this Jun 22, 2017
@gopherbot
Copy link

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

@josharian
Copy link
Contributor Author

Thanks, Brad. Added to /s/owners.

@golang golang locked and limited conversation to collaborators Jun 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge help wanted Suggested Issues that may be good for new contributors looking for work to do.
Projects
None yet
Development

No branches or pull requests

4 participants