Hello, On Thu, 14 Nov 2019 17:39:11 +0100 Gianfranco Costamagna <locutusofb...@debian.org> wrote: > Source: assimp > Version: 5.0.0~ds2-1 > Severity: serious > > Hello, looks like the autopkgtest is failing... Can you please have a look? > > https://ci.debian.net/packages/a/assimp/ > [3 4 5] > [3 5 6]]bash: line 1: 1849 Segmentation fault > /tmp/autopkgtest-lxc.niblnjc6/downtmp/build.0PA/src/debian/tests/quicktest.py > 2> >(tee -a /tmp/autopkgtest-lxc.niblnjc6/downtmp/quicktest.py-stderr >&2) > > >(tee -a /tmp/autopkgtest-lxc.niblnjc6/downtmp/quicktest.py-stdout) >
I can easily reproduce with: python3 -c 'import pyassimp;pyassimp.load("/usr/share/assimp/models/Collada/cameras.dae", processing=pyassimp.postprocess.aiProcess_Triangulate)' Segmentation fault (core dumped) G.