Hi Axel, Am 06.06.21 um 16:24 schrieb Axel Braun:
Hi,
running tests on a python package I suddenly get:
[ 293s] ./tests/run.sh: line 6: 31240 Segmentation fault (core dumped) pytest -v tests/test_gui_website.py
Is this coming from (an outdated) pytest?
Very unlikely. In that case many many more packages in Factory and d:l:p would also segfault. Did you check the coredump? The name "_gui_" indicates, that the package needs a display. Do you use pytest-xvfb or xvfb-run? Those sometimes produce segfaults if they cannot open a display which suits their needs. Sometimes a font is missing or the display is simply not large enough (try `xvfb-run --server-args "-screen 0 1920x1080x24"`) If you track it down, please help in fixing it upstream or in the offending package. Cheers, Ben