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

Go: incorrect stack for object allocated during init #81

Open
GoogleCodeExporter opened this issue Aug 4, 2015 · 1 comment
Open

Go: incorrect stack for object allocated during init #81

GoogleCodeExporter opened this issue Aug 4, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

For the object
var DefaultServeMux = NewServeMux()
declared at pkg/net/http/server.go:842
I've got the following stack:
  Location 0xf84007b540 is 0 bytes inside a block starting at 0xf84007b540 of size 32 allocated by T0 from heap:
    #0   
    #1  net/http.init src/pkg/net/http/chunked.go:3269
    #2  net/http/httptest.init src/pkg/net/http/httptest/server.go:173
    #3  websocket.init src/pkg/websocket/websocket_test.go:274
    #4  main.init src/pkg/websocket/_testmain.go:39
    #5  runtime.main src/pkg/runtime/proc.c:233
(chunked.go contains 170 lines total)

Original issue reported on code.google.com by [email protected] on 16 Jan 2012 at 11:56

@GoogleCodeExporter
Copy link
Author

It has mostly been corrected but some frames still may be lost

Original comment by [email protected] on 16 Jan 2012 at 4:27

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant