blob: 4263c75c921dfef3c9b4cc674c17c77f88f187ce (
plain) (
blame)
1
2
3
4
5
6
7
|
golang calls to exec crash user emulation
An example program can be found here:
https://github.com/willnewton/qemucrash
This code starts a goroutine (thread) and calls exec repeatedly. This works ok natively but when run under ARM user emulation it segfaults (usually, there are occasionally other failures).
|