Re: how to automatically generate a backtrace from within sbuild

2025-03-12 Thread Jochen Sprickerhof
Hi Fred, * PICCA Frederic-Emmanuel [2025-03-12 11:12]: Hello during the build of vitables, the reunit test fail with a segfault. [..] Extension modules: numpy._core._multiarray_umath, numpy.linalg._umath_linalg, tables._comp_lzo, tables._comp_bzip2, tables.utilsextension, numexpr.interpre

Re: how to automatically generate a backtrace from within sbuild

2025-03-12 Thread Jochen Sprickerhof
* PICCA Frederic-Emmanuel [2025-03-12 12:31]: $ gbp clone vcsgit:vitables $ cd vitables $ gbp buildpackage --git-builder=sbuild --chroot-mode=unshare --no-clean-source --anything-failed-commands %s # inside the chroot # apt install gdb # cd /build/reproducible-path/vitables-3.1.0/.pybuild/cpyth

Re: how to automatically generate a backtrace from within sbuild

2025-03-12 Thread PICCA Frederic-Emmanuel
> $ gbp clone vcsgit:vitables > $ cd vitables > $ gbp buildpackage --git-builder=sbuild --chroot-mode=unshare > --no-clean-source > --anything-failed-commands %s > # inside the chroot > # apt install gdb > # cd /build/reproducible-path/vitables-3.1.0/.pybuild/cpython3_3.13/build > # export DEBUGIN

how to automatically generate a backtrace from within sbuild

2025-03-12 Thread PICCA Frederic-Emmanuel
Hello during the build of vitables, the reunit test fail with a segfault. platform linux -- Python 3.13.2, pytest-8.3.5, pluggy-1.5.0 rootdir: /<> configfile: pyproject.toml plugins: typeguard-4.4.2, xvfb-3.0.0 collected 72 items tests/test_calculator.py .