Message159500
| Author |
skrah |
| Recipients |
Arfrever, brett.cannon, eric.snow, skrah |
| Date |
2012年04月27日.21:56:20 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1335563781.21.0.132900468818.issue14583@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年04月27日 21:56:21 | skrah | set | recipients:
+ skrah, brett.cannon, Arfrever, eric.snow |
| 2012年04月27日 21:56:21 | skrah | set | messageid: <1335563781.21.0.132900468818.issue14583@psf.upfronthosting.co.za> |
| 2012年04月27日 21:56:20 | skrah | link | issue14583 messages |
| 2012年04月27日 21:56:20 | skrah | create |
|