[issue34095] [2.7] test_idle fails with: /usr/bin/xvfb-run: line 181: 3617 Segmentation fault
STINNER Victor
report at bugs.python.org
Wed Jul 11 10:12:26 EDT 2018
STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue34095>
_______________________________________
More information about the Python-bugs-list
mailing list