[Python-bugs-list] [Bug #111667] unicode core dump

noreply@sourceforge.net noreply@sourceforge.net
Fri, 11 Aug 2000 05:42:18 -0700


Bug #111667, was updated on 2000-Aug-11 04:38
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: unicode core dump

Details: This two-liner faults inside PyUnicode_EncodeRawUnicodeEscape

>>> import cPickle
>>> cPickle.dumps(u'')


Follow-Ups:

Date: 2000-Aug-11 05:42
By: lemburg

Comment:
On which platform do you get this seg fault ?
FYI, I can reproduce it on Linux, but the gdb stack
trace doesn't really show any hint as to what is
failing... could be a compiler optimization bug.

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=111667&group_id=5470