Skip to content

runtime: fatal error: invalid runtime symbol table #12279

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

Closed
ebfe opened this issue Aug 23, 2015 · 1 comment
Closed

runtime: fatal error: invalid runtime symbol table #12279

ebfe opened this issue Aug 23, 2015 · 1 comment

Comments

@ebfe
Copy link
Contributor

ebfe commented Aug 23, 2015

$ go version
go version devel +c049d34 Sun Aug 23 10:43:46 2015 +0000 linux/amd64

$ go get -u rsc.io/github/godash

$ godash
godash: fetching CLs: exit status 2
runtime: invalid pc-encoded table f=x_cgo_thread_start pc=0x679f91 targetpc=0x679fb7 tab=[0/0]0x0
        value=-1 until pc=0x679f70
        value=-1 until pc=0x679f70
        value=-845797 until pc=0x679f70
        value=-845797 until pc=0x679f70
        value=-845797 until pc=0x679f70
        value=-845769 until pc=0x679f91
        value=-845762 until pc=0x679f91
fatal error: invalid runtime symbol table
runtime: panic before malloc heap initialized

runtime stack:
runtime.throw(0x7e79b0, 0x1c)
        /src/go/src/runtime/panic.go:527 +0x96 fp=0x7ffc5463f560 sp=0x7ffc5463f548
runtime.pcvalue(0x9285b0, 0xe210c, 0x679fb7, 0x5463f701, 0x37)
        /src/go/src/runtime/symtab.go:260 +0x379 fp=0x7ffc5463f608 sp=0x7ffc5463f560
runtime.moduledataverify1(0x9332c0)
        /src/go/src/runtime/symtab.go:142 +0x9a2 fp=0x7ffc5463f770 sp=0x7ffc5463f608
runtime.moduledataverify()
        /src/go/src/runtime/symtab.go:97 +0x32 fp=0x7ffc5463f788 sp=0x7ffc5463f770
runtime.schedinit()
        /src/go/src/runtime/proc1.go:54 +0x5d fp=0x7ffc5463f7d0 sp=0x7ffc5463f788
runtime.rt0_go(0x7ffc5463f808, 0x2, 0x7ffc5463f808, 0x0, 0x7f4b67184dba, 0x2, 0x7ffc54640b26, 0x7ffc54640b29, 0x0, 0x7ffc54640b2f, ...)
        /src/go/src/runtime/asm_amd64.s:109 +0x135 fp=0x7ffc5463f7d8 sp=0x7ffc5463f7d0
@ebfe
Copy link
Contributor Author

ebfe commented Aug 23, 2015

This was caused by an old cl binary, not an issue anymore.

@ebfe ebfe closed this as completed Aug 23, 2015
@mikioh mikioh changed the title fatal error: invalid runtime symbol table runtime: fatal error: invalid runtime symbol table Aug 24, 2015
@golang golang locked and limited conversation to collaborators Aug 24, 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

2 participants