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

cmd/asm: hang (3) #12656

Closed
dvyukov opened this issue Sep 17, 2015 · 1 comment
Closed

cmd/asm: hang (3) #12656

dvyukov opened this issue Sep 17, 2015 · 1 comment

Comments

@dvyukov
Copy link
Member

dvyukov commented Sep 17, 2015

cmd/asm hangs on the following program:

#ifdef C
CALL C

Abort stack:

SIGABRT: abort
PC=0x49775d m=0

goroutine 1 [running]:
cmd/asm/internal/lex.(*Input).Next(0xc8200c2080, 0x4)
    src/cmd/asm/internal/lex/input.go:116 +0x28d fp=0xc82007d9a8 sp=0xc82007d8e8
cmd/asm/internal/asm.(*Parser).line(0xc82007de70, 0xc82000a480)
    src/cmd/asm/internal/asm/parse.go:99 +0x63 fp=0xc82007db78 sp=0xc82007d9a8
cmd/asm/internal/asm.(*Parser).Parse(0xc82007de70, 0xc82000a480, 0xc820018780)
    src/cmd/asm/internal/asm/parse.go:85 +0x21 fp=0xc82007db90 sp=0xc82007db78
main.main()
    src/cmd/asm/main.go:59 +0xb93 fp=0xc82007df50 sp=0xc82007db90
runtime.main()
    src/runtime/proc.go:111 +0x2b0 fp=0xc82007dfa0 sp=0xc82007df50
runtime.goexit()
    src/runtime/asm_amd64.s:1745 +0x1 fp=0xc82007dfa8 sp=0xc82007dfa0

go version devel +5512ac2 Wed Sep 16 17:56:14 2015 +0000 linux/amd64

@gopherbot
Copy link

CL https://golang.org/cl/14710 mentions this issue.

@golang golang locked and limited conversation to collaborators Sep 22, 2016
@rsc rsc unassigned robpike Jun 23, 2022
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