[Bug 278452] misc/py-polars: crashes python at import
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Apr 2024 08:53:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278452
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 freebsd13
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> 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__.cpython-311.pyc'
#
/usr/local/lib/python3.11/site-packages/polars/__pycache__/_cpu_check.cpython-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.cpython-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 matches
/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 matches
/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 object
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")
--
You are receiving this mail because:
You are the assignee for the bug.