|
|
|
|
|
by nitwit005
3065 days ago
|
|
I thought of creating a fix myself way back, and the issue was that Go made use of system calls directly. You basically have to re-implement posix_spawn in Go. If you look at their change, it includes updates to chipset specific files, and the fix only seems to work on a CPU that reports as amd64. |
|
Low level syscall ABI is architecture dependent.