blob: 9eea4be1adb24221a274d05fb55db94c2c30a3c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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).
|