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

SIGILL: illegal instruction while trying to install. #32

Closed
mobilediesel opened this issue Jun 12, 2014 · 5 comments
Closed

SIGILL: illegal instruction while trying to install. #32

mobilediesel opened this issue Jun 12, 2014 · 5 comments

Comments

@mobilediesel
Copy link

When I try to install using:
go get -u github.com/dinedal/textql

I get:

SIGILL: illegal instruction
PC=0x81a6489

math.init·1()
/usr/local/go/src/pkg/math/pow10.go:34 +0x19 fp=0xb74e3f34
math.init()
/usr/local/go/src/pkg/math/unsafe.go:21 +0x3e fp=0xb74e3f38
strconv.init()
/usr/local/go/src/pkg/strconv/quote.go:442 +0x44 fp=0xb74e3f4c
go/parser.init()
/usr/local/go/src/pkg/go/parser/parser.go:2441 +0x49 fp=0xb74e3f58
main.init()
/usr/local/go/src/cmd/go/zdefaultcc.go:6 +0x44 fp=0xb74e3f98
runtime.main()
/usr/local/go/src/pkg/runtime/proc.c:213 +0xd6 fp=0xb74e3fcc
runtime.goexit()
/usr/local/go/src/pkg/runtime/proc.c:1394 fp=0xb74e3fd0

eax 0x0
ebx 0x1891b080
ecx 0x189010a0
edx 0x1891b080
edi 0x1891b080
esi 0x20
ebp 0x0
esp 0xb74e3f30
eip 0x81a6489
eflags 0x10206
cs 0x73
fs 0x0
gs 0x33

@dinedal
Copy link
Owner

dinedal commented Jun 12, 2014

Go version? Platform / OS ?

@mobilediesel
Copy link
Author

Debian 7
Go 1.2.2

@dinedal
Copy link
Owner

dinedal commented Jun 12, 2014

Does your Go arch match your machine arch?

The failures are pretty explicit in their source, from the core Go packages. This makes me pretty suspect it's something to do with the environment. I will attempt to reproduce soon however.

@mobilediesel
Copy link
Author

Downloaded go1.2.2.linux-386.tar.gz for a 32 bit system.
uname reports: 3.2.0-4-686-pae #1 SMP Debian 3.2.57-3+deb7u2 i686 GNU/Linux

@mobilediesel
Copy link
Author

Finally got a new Motherboard/CPU. It seems that Go did not like my old hardware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants