Package: python3-pyassimp
Version: 5.2.4~ds0-1
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

Current version seem to result in sigsegv of the python process when I
try to load any mesh (i've tried .obj and .fbx). Note that if
I use the assimp c api directly there is no issues.

As a concrete example:

user@debian:~$ python3
Python 3.10.5 (main, Jun  8 2022, 09:26:22) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyassimp
>>> with pyassimp.load("quad.obj") as m:
...     pass
... 
Segmentation fault


The quad.obj file is simply:
v -1 -1 0
v -1 1 0
v 1 1 0
v 1 -1 0

f 1 2 3 4


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.18.0-2-amd64 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-pyassimp depends on:
ii  libassimp5         5.2.4~ds0-1
ii  python3            3.10.4-1+b1
ii  python3-distutils  3.10.5-1
ii  python3-numpy      1:1.21.5-1

python3-pyassimp recommends no packages.

python3-pyassimp suggests no packages.

-- no debconf information

Reply via email to