Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2024 08:53:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278452] misc/py-polars: crashes python at import
Message-ID:  <bug-278452-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 278452
           Summary: misc/py-polars: crashes python at import
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: makc@FreeBSD.org
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

package: py311-polars-0.20.19

Python 3.11.9 (main, Apr  9 2024, 14:19:22) [Clang 17.0.6
(https://github.com/llvm/llvm-project.git llvmorg-17.0.6-0-g600970 on freeb=
sd13
Type "help", "copyright", "credits" or "license" for more information.
>>>=20
>>> import polars
#
/usr/local/lib/python3.11/site-packages/polars/__pycache__/__init__.cpython=
-311.pyc
matches /usr/local/lib/python3.11/site-packages/polars/__init__.py
# code object from
'/usr/local/lib/python3.11/site-packages/polars/__pycache__/__init__.cpytho=
n-311.pyc'
#
/usr/local/lib/python3.11/site-packages/polars/__pycache__/_cpu_check.cpyth=
on-311.pyc
matches /usr/local/lib/python3.11/site-packages/polars/_cpu_check.py
# code object from
'/usr/local/lib/python3.11/site-packages/polars/__pycache__/_cpu_check.cpyt=
hon-311.pyc'
# /usr/local/lib/python3.11/__pycache__/__future__.cpython-311.pyc matches
/usr/local/lib/python3.11/__future__.py
# code object from
'/usr/local/lib/python3.11/__pycache__/__future__.cpython-311.pyc'
import '__future__' # <_frozen_importlib_external.SourceFileLoader object at
0x82e0467d0>
# /usr/local/lib/python3.11/ctypes/__pycache__/__init__.cpython-311.pyc mat=
ches
/usr/local/lib/python3.11/ctypes/__init__.py
# code object from
'/usr/local/lib/python3.11/ctypes/__pycache__/__init__.cpython-311.pyc'
# extension module '_ctypes' loaded from
'/usr/local/lib/python3.11/lib-dynload/_ctypes.cpython-311.so'
# extension module '_ctypes' executed from
'/usr/local/lib/python3.11/lib-dynload/_ctypes.cpython-311.so'
import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at
0x82e050350>
# /usr/local/lib/python3.11/__pycache__/struct.cpython-311.pyc matches
/usr/local/lib/python3.11/struct.py
# code object from
'/usr/local/lib/python3.11/__pycache__/struct.cpython-311.pyc'
# extension module '_struct' loaded from
'/usr/local/lib/python3.11/lib-dynload/_struct.cpython-311.so'
# extension module '_struct' executed from
'/usr/local/lib/python3.11/lib-dynload/_struct.cpython-311.so'
import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at
0x82e053e90>
import 'struct' # <_frozen_importlib_external.SourceFileLoader object at
0x82e053a50>
# /usr/local/lib/python3.11/ctypes/__pycache__/_endian.cpython-311.pyc matc=
hes
/usr/local/lib/python3.11/ctypes/_endian.py
# code object from
'/usr/local/lib/python3.11/ctypes/__pycache__/_endian.cpython-311.pyc'
import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader obje=
ct
at 0x82e05e510>
import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at
0x82e047090>
# /usr/local/lib/python3.11/__pycache__/typing.cpython-311.pyc matches
/usr/local/lib/python3.11/typing.py
# code object from
'/usr/local/lib/python3.11/__pycache__/typing.cpython-311.pyc'
# extension module '_typing' loaded from
'/usr/local/lib/python3.11/lib-dynload/_typing.cpython-311.so'
# extension module '_typing' executed from
'/usr/local/lib/python3.11/lib-dynload/_typing.cpython-311.so'
import '_typing' # <_frozen_importlib_external.ExtensionFileLoader object at
0x82e06d790>
import 'typing' # <_frozen_importlib_external.SourceFileLoader object at
0x82e047710>
import 'polars._cpu_check' # <_frozen_importlib_external.SourceFileLoader
object at 0x82e045390>
<jemalloc>: Error in dlsym(RTLD_NEXT, "pthread_create")

--=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-278452-7788>