Stefan Krah <stefan-use...@bytereef.org> added the comment: This issue is now apparently causing a segfault:
(gdb) r ./Tools/scripts/run_tests.py -j 1 -u all -W --timeout=3600 Starting program: /home/stefan/pydev/cpython/python ./Tools/scripts/run_tests.py -j 1 -u all -W --timeout=3600 [...] Program received signal SIGSEGV, Segmentation fault. 0x000000000041b038 in PyObject_Repr (v=<unknown at remote 0x7ffff43b7660>) at Objects/object.c:377 377 if (Py_TYPE(v)->tp_repr == NULL) (gdb) l [...] #0 0x000000000041b038 in PyObject_Repr (v=<unknown at remote 0x7ffff43b7660>) at Objects/object.c:377 #1 0x0000000000460db0 in PyUnicode_FromFormatV (format=0x63e3e8 "%R not in sys.modules as expected", vargs= 0x7fffffff1ae0) at Objects/unicodeobject.c:2609 #2 0x00000000004e1be2 in PyErr_Format (exception=<type at remote 0x8e68c0>, format= 0x63e3e8 "%R not in sys.modules as expected") at Python/errors.c:697 #3 0x00000000004ed53f in PyImport_ImportModuleLevelObject (name='multiprocessing.process ---------- priority: high -> release blocker _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14583> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com