tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Go binary panics on amd64-current - SIG*unknown



I think the issue is caused by linux defining signals from 1 to
LINUX__NSIG, while the linux compat code in netbsd recognises signals
from 1 to LINUX__NSIG-1. That's why the binary is aborting when
calling sigaction on signal 64, which is LINUX__NSIG on amd64.

- S


Home | Main Index | Thread Index | Old Index