Go segfault on 32bit Linux non PEA

hi guys, i have a problem with an 32bit (i686) non-PAE Linux System: All GO-Programs crush on startup with a segfault, even the go command itself. If I crosscompile a GO Programm using GOOS=linux GOARCH=386, it runs fine on my AMD64 machine, but if i copy it to the 32 bit machine the programm gets segfault immediatly. Someone had this before, any compiler/linker options to try?

It’s solved, i had to disable SSE2 using GO386=387.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.