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

runtime: garbage collector found invalid heap pointer *(0x1a737ea0+0x0)=0x30 s=nil #10175

Closed
tryor opened this issue Mar 16, 2015 · 4 comments
Closed

Comments

@tryor
Copy link

tryor commented Mar 16, 2015

runtime: garbage collector found invalid heap pointer *(0x1a737ea0+0x0)=0x30 s=nil
runtime: found *(0x2edc55f0+0x8) = 0x1a737ea0+0x0

see #9872

@RLH
Copy link
Contributor

RLH commented Mar 16, 2015

Any chance you have the stacks? Was this one a 386 machine, or on Windows
perhaps?
Thanks in advance.

On Mon, Mar 16, 2015 at 5:59 AM, trywen notifications@github.com wrote:

runtime: garbage collector found invalid heap pointer
*(0x1a737ea0+0x0)=0x30 s=nil
runtime: found *(0x2edc55f0+0x8) = 0x1a737ea0+0x0

see #9872 #9872


Reply to this email directly or view it on GitHub
#10175.

@tryor
Copy link
Author

tryor commented Mar 16, 2015

system is windows 7, go is 1.4.2

@RLH
Copy link
Contributor

RLH commented Mar 16, 2015

Thanks, I'll assume this is a 64 bit machine so we can rule out
#9872. The GC is seeing the value 0x30
that it has been told is a pointer and it is not. This could well be
related to #9125 in which case could
you make sure that the 0x30 is not being returned from Windows and
incorrectly typed as a pointer.

On Mon, Mar 16, 2015 at 12:42 PM, trywen notifications@github.com wrote:

system is windows 7, go is 1.4.2


Reply to this email directly or view it on GitHub
#10175 (comment).

@mikioh mikioh changed the title garbage collector found invalid heap pointer *(0x1a737ea0+0x0)=0x30 s=nil runtime: garbage collector found invalid heap pointer *(0x1a737ea0+0x0)=0x30 s=nil Mar 16, 2015
@rsc
Copy link
Contributor

rsc commented Apr 10, 2015

Can you make this happen again?
We need the full stack trace for the garbage collector reporting the crash in order to make any progress at all here. Ideally I'd like to see the stacks of all the goroutines in the dump.

If you can get that information, please file a new bug. Thanks.

@rsc rsc closed this as completed Apr 10, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
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