NCPA 3.2.0 Python Errors
Posted: Fri Aug 22, 2025 2:23 pm
I updated NCPA to 3.2.0-1 on Oracle Linux 9 servers. I am now seeing errors in /var/log/messages:
Aug 22 15:16:47 ncpa[25708]: Exception ignored in: <function _after_fork at 0x7f347b1e1120>
Aug 22 15:16:47 ncpa[25708]: Traceback (most recent call last):
Aug 22 15:16:47 ncpa[25708]: File "threading.py", line 1588, in _after_fork
Aug 22 15:16:47 ncpa[25708]: File "threading.py", line 1424, in _after_fork
Aug 22 15:16:47 ncpa[25708]: File "threading.py", line 934, in _after_fork
Aug 22 15:16:47 ncpa[25708]: AttributeError: '_DummyThread' object has no attribute '_handle'
Aug 22 15:16:47 ncpa[25708]: Exception ignored in: <bound method _ForkHooks.after_fork_in_child of <gevent.threading._ForkHooks object at 0x7f347a76f620>>
Aug 22 15:16:47 ncpa[25708]: Traceback (most recent call last):
Aug 22 15:16:47 ncpa[25708]: File "gevent/threading.py", line 376, in after_fork_in_child
It looks like NCPA starts and is functioning, but those errors continually repeat and are filling up the log.
Aug 22 15:16:47 ncpa[25708]: Exception ignored in: <function _after_fork at 0x7f347b1e1120>
Aug 22 15:16:47 ncpa[25708]: Traceback (most recent call last):
Aug 22 15:16:47 ncpa[25708]: File "threading.py", line 1588, in _after_fork
Aug 22 15:16:47 ncpa[25708]: File "threading.py", line 1424, in _after_fork
Aug 22 15:16:47 ncpa[25708]: File "threading.py", line 934, in _after_fork
Aug 22 15:16:47 ncpa[25708]: AttributeError: '_DummyThread' object has no attribute '_handle'
Aug 22 15:16:47 ncpa[25708]: Exception ignored in: <bound method _ForkHooks.after_fork_in_child of <gevent.threading._ForkHooks object at 0x7f347a76f620>>
Aug 22 15:16:47 ncpa[25708]: Traceback (most recent call last):
Aug 22 15:16:47 ncpa[25708]: File "gevent/threading.py", line 376, in after_fork_in_child
It looks like NCPA starts and is functioning, but those errors continually repeat and are filling up the log.