We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 crashes on the following special kind of modem noise:
TEXT C(SB),$0 LOOP(PC)
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0xf6 pc=0x57b0a7] goroutine 1 [running]: cmd/internal/obj/x86.xfol(0xc820116000, 0xc820122140, 0xc82007d7a8) src/cmd/internal/obj/x86/obj6.go:1174 +0x357 cmd/internal/obj/x86.follow(0xc820116000, 0xc82011e000) src/cmd/internal/obj/x86/obj6.go:965 +0xca cmd/internal/obj.Writeobjdirect(0xc820116000, 0xc82000a360) src/cmd/internal/obj/objfile.go:295 +0x30f main.main() src/cmd/asm/main.go:65 +0xd9b
go version devel +5512ac2 Wed Sep 16 17:56:14 2015 +0000 linux/amd64
The text was updated successfully, but these errors were encountered:
As far as I can tell, this is a valid (ish) assembly program and obj is mishandling it. Reassigning.
Sorry, something went wrong.
Can't be reproduced since go1.9 (and above).
No branches or pull requests
cmd/asm crashes on the following special kind of modem noise:
go version devel +5512ac2 Wed Sep 16 17:56:14 2015 +0000 linux/amd64
The text was updated successfully, but these errors were encountered: