summary refs log tree commit diff stats
path: root/results/classifier/user-mode-bugs/1696773
blob: 3022b113761c4afa7d2bd7f8572aaa477e27d650 (plain) (blame)
1
2
3
4
5
6
7
8
9
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).