This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jhalcrow
Recipients Arfrever, barry, ezio.melotti, jhalcrow, lemburg, loewis, pitrou, valhallasw, vstinner
Date 2010-12-15.21:29:49
SpamBayes Score 0.0189704
Marked as misclassified No
Message-id <1292448591.44.0.070411500232.issue10254@psf.upfronthosting.co.za>
In-reply-to
Content
I think I've come across a related problem.  I am experiencing a segfault when NFC-normalizing a certain string [1].
The crash occurs with 2.7.1 in OS X (built from source with homebrew).   

Here is the backtrace:
#0  0x0025a96e in _PyUnicode_Resize ()
#1  0x00601673 in nfc_nfkc ()
#2  0x00601bb7 in unicodedata_normalize ()
#3  0x0029834b in PyEval_EvalFrameEx ()
#4  0x00299f13 in PyEval_EvalCodeEx ()
#5  0x0029a0fe in PyEval_EvalCode ()
#6  0x002bd5f0 in PyRun_FileExFlags ()
#7  0x002be430 in PyRun_SimpleFileExFlags ()
#8  0x002d5bd6 in Py_Main ()
#9  0x00001f8f in _start ()
#10 0x00001ebd in start ()


[1] http://pastebin.com/cfNd2QEz
History
Date User Action Args
2010-12-15 21:29:51jhalcrowsetrecipients: + jhalcrow, lemburg, loewis, barry, pitrou, vstinner, ezio.melotti, Arfrever, valhallasw
2010-12-15 21:29:51jhalcrowsetmessageid: <1292448591.44.0.070411500232.issue10254@psf.upfronthosting.co.za>
2010-12-15 21:29:49jhalcrowlinkissue10254 messages
2010-12-15 21:29:49jhalcrowcreate