summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/tcg/1696773
blob: c16cc471c3bea966fa32012244e24226c02823b0 (plain) (blame)
1
2
3
4
5
6
7
8
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).