Message172097
| Author |
Gregory.Andersen |
| Recipients |
Gregory.Andersen |
| Date |
2012年10月05日.16:45:14 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1349455516.0.0.465126799391.issue16143@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Seems unicode_empty is still NULL at this point.
A gdb backtrace from an x86_64 build. Reproduced on i686 and mips build as well.
Program received signal SIGSEGV, Segmentation fault.
0x000000000044f61e in PyUnicode_DecodeUTF8Stateful (s=0x59a767 "", size=0, errors=0x0, consumed=0x0) at Objects/unicodeobject.c:4726
4726 Py_INCREF(unicode_empty);
(gdb) bt
#0 0x000000000044f61e in PyUnicode_DecodeUTF8Stateful (s=0x59a767 "", size=0, errors=0x0, consumed=0x0) at Objects/unicodeobject.c:4726
#1 0x0000000000433087 in PyType_Ready (type=0x7d5340) at Objects/typeobject.c:4235
#2 0x00000000004332ae in PyType_Ready (type=<optimized out>) at Objects/typeobject.c:4116
#3 PyType_Ready (type=0x7d54e0) at Objects/typeobject.c:4146
#4 0x000000000041bbfe in _Py_ReadyTypes () at Objects/object.c:1576
#5 0x00000000004a6eb0 in _Py_InitializeEx_Private (install_sigs=<optimized out>, install_importlib=<optimized out>) at Python/pythonrun.c:301
#6 Py_InitializeEx (install_sigs=<optimized out>) at Python/pythonrun.c:401
#7 Py_Initialize () at Python/pythonrun.c:407
#8 0x00000000004bb9fc in Py_Main (argc=1, argv=0x82f010) at Modules/main.c:646
#9 0x000000000041949e in main (argc=1, argv=0x7fffffffe658) at ./Modules/python.c:66 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年10月05日 16:45:16 | Gregory.Andersen | set | recipients:
+ Gregory.Andersen |
| 2012年10月05日 16:45:15 | Gregory.Andersen | set | messageid: <1349455516.0.0.465126799391.issue16143@psf.upfronthosting.co.za> |
| 2012年10月05日 16:45:15 | Gregory.Andersen | link | issue16143 messages |
| 2012年10月05日 16:45:14 | Gregory.Andersen | create |
|