You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Put http://play.golang.org/p/5NNL6PMHHL into foo.go
2. Run GOARCH=arm go build foo.go
3. Run qemu-arm foo
What is the expected output?
(nothing)
What do you see instead?
fatal error: rt_sigaction failure
goroutine 1 [runnable]:
Which compiler are you using (5g, 6g, 8g, gccgo)?
5g
Which operating system are you using?
$ uname -a
Linux t520 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64
x86_64 GNU/Linux
Which version are you using? (run 'go version')
$ go version
go version devel +bea6199b09ea Tue Apr 30 17:47:39 2013 -0700 linux/amd64
Please provide any additional information below.
$ qemu-arm -version
qemu-arm version 1.4.0 (Debian 1.4.0+dfsg-1expubuntu4), Copyright (c) 2003-2008 Fabrice
Bellard
The text was updated successfully, but these errors were encountered:
by fuzxxl:
The text was updated successfully, but these errors were encountered: