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 ronaldoussoren
Recipients ned.deily, ronaldoussoren
Date 2012-08-22.09:11:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345626662.02.0.424582717463.issue15761@psf.upfronthosting.co.za>
In-reply-to
Content
I can now reproduce the isue:

env PYTHONHOME=/Library/Frameworks/Python.framework/Versions/3.3  PYTHONEXECUTABLE=/bin/bash  MallocGuardEdges=1 MallocStackLogging=1 MallocScribble=1 MallocStackLoggingNoCompact=1 MallocCheckHeapEach=1 arch -i386 python3.3 -c 'import sys; print(sys.executable)'

This also fails with Python 3.2, but then it fails with a unicode error


UnicodeEncodeError: 'utf-8' codec can't encode character '\udffa' in position 17: surrogates not allowed


The error goes away when I used a patched version of python.exe, but that's one was not a framework build. 

Next step: rebuild and reinstall the 3.3 framework with my patch and check that the problem goes away.

All of this on an OSX 10.8 box, deployment target 10.8 and archs=intel.

Other notes:
* The 'Malloc....' variables aren't necessary to reproduce
* 'arch -i386' is necessary, no crash with 'arch -x86_64'
History
Date User Action Args
2012-08-22 09:11:02ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2012-08-22 09:11:02ronaldoussorensetmessageid: <1345626662.02.0.424582717463.issue15761@psf.upfronthosting.co.za>
2012-08-22 09:11:01ronaldoussorenlinkissue15761 messages
2012-08-22 09:11:01ronaldoussorencreate