Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2021 16:23:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 255445] lang/python 3.8/3.9 SIGSEV core dumps in libthr TrueNAS
Message-ID:  <bug-255445-21822-hzh8pAIgB9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255445-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255445-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255445

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

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

--=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-255445-21822-hzh8pAIgB9>