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 cfr
Recipients cfr, loewis
Date 2008-07-16.12:50:28
SpamBayes Score 0.00037084112
Marked as misclassified No
Message-id <1216212631.88.0.465220448557.issue3362@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks.

I couldn't get anything from gdb which wasn't already in the crash log -
likely because I don't know how to elicit the information correctly.

Output from a build with the augmented _localemodule.c:

./python.exe 
Python 2.5.2 (r252:60911, Jul 16 2008, 01:44:22) 
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
iType "help", "copyright", "credits" or "license" for more information.
>>> import os, sys, locale
>>> locale.getpreferredencoding()
The value of name is 0x0
It points to '(null)'
Bus error
History
Date User Action Args
2008-07-16 12:50:32cfrsetspambayes_score: 0.000370841 -> 0.00037084112
recipients: + cfr, loewis
2008-07-16 12:50:31cfrsetspambayes_score: 0.000370841 -> 0.000370841
messageid: <1216212631.88.0.465220448557.issue3362@psf.upfronthosting.co.za>
2008-07-16 12:50:30cfrlinkissue3362 messages
2008-07-16 12:50:28cfrcreate