STINNER Victor <vstin...@redhat.com> added the comment:
I don't see how test_idle runs the /usr/bin/xvfb-run command. First, it would be interesting to see what is the argument of the xvfb-run command and check if it does crash alone. Can you please try to trace system calls using the following command and then attached the created trace file to this issue? strace -f -o trace ./python -m test test_idle > test_writelines (idlelib.idle_test.test_io.PseudeOutputFilesTest) ... > /usr/bin/xvfb-run: line 181: 3617 Segmentation fault (core dumped) > DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" 2>&1 What are values of DISPLAY, SERVERNUM and AUTHFILE environment variables? ---------- nosy: +vstinner _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34095> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com