blob: 35b6e16e69598afd8f2bd9951aaf3e488616897c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
instruction: 0.565
runtime: 0.265
syscall: 0.170
qemu-arm-static crashes "segmentation fault" when running "git clone -s"
I want to use qemu-arm-static to cross-compile software. The compiler itself is a native cross-compiler connected via "distcc".
The problem is that a script tries to do some stuff with "git" and with a "git clone -s" command the whole story reproducibly stops with a "segmentation fault".
I don't know how to properly debug the issue but it happens 100% of the time that I get the "crash" or git just hangs forever with 100% CPU usage.
|