Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2023 09:39:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 269813] lang/python3: Possible deadlock at shutdown while recursively acquiring head lock
Message-ID:  <bug-269813-21822-McZixxpCUf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269813-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269813-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=3D269813

--- Comment #3 from L=C3=A1szl=C3=B3 K=C3=A1rolyi <laszlo@karolyi.hu> ---
(In reply to Charlie Li from comment #1)
Upon looking into the 3.8 branch, the original commit that caused the hangi=
ng
is not backported into it. According to the python site, 3.8 and 3.9 is only
getting security updates now.

That said, I can't even get python to compile in the 3.8 branch now, checki=
ng
out from the source. Probably there was some patch in ports involved which I
didn't apply:

 CC=3D'cc -pthread' LDSHARED=3D'cc -pthread -shared    ' OPT=3D'-DNDEBUG -g=
 -fwrapv
-O3 -Wall'  _TCLTK_INCLUDES=3D'' _TCLTK_LIBS=3D''  ./python -E ./setup.py  =
build
Traceback (most recent call last):
  File "./setup.py", line 2320, in <module>
    class PyBuildInstallLib(install_lib):
  File "./setup.py", line 2327, in PyBuildInstallLib
    shlib_suffix =3D sysconfig.get_config_var("SHLIB_SUFFIX")
  File "/usr/local/src/cpython/Lib/sysconfig.py", line 615, in get_config_v=
ar
    return get_config_vars().get(name)
  File "/usr/local/src/cpython/Lib/sysconfig.py", line 564, in get_config_v=
ars
    _init_posix(_CONFIG_VARS)
  File "/usr/local/src/cpython/Lib/sysconfig.py", line 432, in _init_posix
    _temp =3D __import__(name, globals(), locals(), ['build_time_vars'], 0)
ModuleNotFoundError: No module named
'_sysconfigdata__freebsd13_x86_64-unknown-freebsd13'
*** Error code 1

--=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-269813-21822-McZixxpCUf>