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

internal error: (*Html).ensureUniqueHeaderID autotmp_734 (type *int) recorded as live on entry, p.Pc=15325 #251

Closed
gyuho opened this issue Apr 1, 2016 · 2 comments

Comments

@gyuho
Copy link

gyuho commented Apr 1, 2016

One of our dependecy (https://github.com/spf13/cobra) imports blackfriday and we have Travis CI running on Go tip. And we got this error:

gopath/src/github.com/coreos/etcd/vendor/github.com/russross/blackfriday/html.go:932: internal error: (*Html).ensureUniqueHeaderID autotmp_734 (type *int) recorded as live on entry, p.Pc=15325

It seems related to Golang GC.

Has anyone seen this error before? I would like to ask here first before I file this to upstream.

Thanks!

@dmitshur
Copy link
Collaborator

dmitshur commented Apr 1, 2016

I've seen it on Go tip (but not Go 1.6) quite consistently in the last few weeks in CI as well.

E.g., see https://travis-ci.org/shurcooL/markdownfmt/jobs/120019027.

@gyuho
Copy link
Author

gyuho commented Apr 8, 2016

Fixed via golang/go#15091. Thanks!

@gyuho gyuho closed this as completed Apr 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants