NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: copyparty ignores signals (inc. SIGINT)
On Fri, 12 Dec 2025 14:57:47 +0000 (GMT)
Stephen Borrill <netbsd%precedence.co.uk@localhost> wrote:
> I've been testing copyparty on NetBSD 10.1
> https://github.com/9001/copyparty
>
> It runs just fine, but ignores signals such as SIGINT, so you can't quit
> without kill -9.
"Ignores" as in syscall trace shows no signal delivered or signal is
delivered but process continues running? If the latter, then may be the
signal handler installed by copyparty fails to terminate the process
correctly?
Home |
Main Index |
Thread Index |
Old Index