Comment 8 for bug 1696353

Revision history for this message
John Paul Adrian Glaubitz (glaubitz) wrote :

I just gave it a test with qemu-arm and Go binaries still crash for me, albeit differently:

root@nofan:/# cat hello.go
package main

import "fmt"

func main() {
    fmt.Println("hello world")
}
root@nofan:/# gccgo-7 hello.go -o hello
root@nofan:/# ./hello
mmap errno 9
fatal error: mmap

runtime stack:
mmap errno 9
fatal error: mmap
panic during panic

runtime stack:
mmap errno 9
fatal error: mmap
stack trace unavailable
root@nofan:/#

Should I file a new bug report?