[Bug 255445] lang/python 3.8/3.9 SIGSEV core dumps in libthr TrueNAS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 30 16:23:11 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255445

--- Comment #17 from Victor Stinner <victor.stinner at gmail.com> ---
Backporting "bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848)"
sounds dangerous. This fix relies on many other fixes. Without the other fixes,
clearing daemon threads earlier can hang or crash.

I suggest you to not rely on implicit resource management. If you really have
to, use Python 3.9 which seems to work for your issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list