Date: Fri, 11 Mar 2022 18:59:23 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 262487] lang/python* assumes NSIG includes [SIGRTMIN,SIGRTMAX]; behavior difference from Linux Message-ID: <bug-262487-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262487 Bug ID: 262487 Summary: lang/python* assumes NSIG includes [SIGRTMIN,SIGRTMAX]; behavior difference from Linux Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: ngie@FreeBSD.org NSIG on Linux includes the range [SIGRTMIN,SIGRTMAX]. In order for the code in lang/python* to handle realtime signals, either NS= IG needs to be modified to include SIGRTMAX, or python needs to be modified to allocate and handle this range as well. This will require modifying is_valid_signalnum and other relevant pieces of code in signalmodule.c . A cpython defect is pending as well. Reported by: Alok Sontakke (Dell) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262487-7788>