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/net/publicsuffix: generating publicsuffix table with -crush=false fails #14541

Closed
jsha opened this issue Feb 27, 2016 · 1 comment
Closed

Comments

@jsha
Copy link

jsha commented Feb 27, 2016

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?

1.6

  1. What operating system and processor architecture are you using (go env)?

Linux amd64

  1. What did you do?
    (Use play.golang.org to provide a runnable example, if possible.)

$ go run $GOPATH/src/golang.org/x/net/publicsuffix/gen.go -version xxx -crush=false -url https://publicsuffix.org/list/public_suffix_list.dat
text offset/length is too large: 32771/10
exit status 1

  1. What did you expect to see?

Successful generation of table.go

  1. What did you see instead?

Failure (see above). cc @bradfitz @weppos

@ianlancetaylor ianlancetaylor changed the title Generating publicsuffix table with -crush=false fails x/net/publicsuffix: generating publicsuffix table with -crush=false fails Feb 27, 2016
@ianlancetaylor ianlancetaylor added this to the Unreleased milestone Feb 27, 2016
@jsha
Copy link
Author

jsha commented Feb 29, 2016

Closing as not a bug. I noticed this behavior is actually documented in the comments of gen.go.

@jsha jsha closed this as completed Feb 29, 2016
@golang golang locked and limited conversation to collaborators Feb 28, 2017
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