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 program (quoted with %q):
"TEXT$0\xc9:0\n"
panic: runtime error: index out of range goroutine 1 [running]: cmd/asm/internal/asm.(*Parser).asmText(0xc82007de70, 0xc8200b24e0, 0x4, 0xc82007db28, 0x2, 0x3) src/cmd/asm/internal/asm/asm.go:148 +0x75d cmd/asm/internal/asm.(*Parser).pseudo(0xc82007de70, 0xd, 0xc8200b24e0, 0x4, 0xc82007db28, 0x2, 0x3) src/cmd/asm/internal/asm/parse.go:217 +0x222 cmd/asm/internal/asm.(*Parser).line(0xc82007de70, 0xc8200ac160) src/cmd/asm/internal/asm/parse.go:185 +0x9ac cmd/asm/internal/asm.(*Parser).Parse(0xc82007de70, 0xc8200ac160, 0xc8200b8600) src/cmd/asm/internal/asm/parse.go:86 +0x21 main.main() src/cmd/asm/main.go:59 +0xb85
go version devel +499c827 Thu Sep 3 03:02:17 2015 +0000 linux/amd64
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/14498 mentions this issue.
Sorry, something went wrong.
5e89acb
No branches or pull requests
cmd/asm crashes on the following program (quoted with %q):
go version devel +499c827 Thu Sep 3 03:02:17 2015 +0000 linux/amd64
The text was updated successfully, but these errors were encountered: