[ python-Bugs-868864 ] 8-bit string literal with iso8859 coding => crash

SourceForge.net noreply at sourceforge.net
Thu Jan 1 14:53:04 EST 2004


Bugs item #868864, was opened at 2004-01-01 12:30
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=868864&group_id=5470

>Category: Parser/Compiler
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: L. Peter Deutsch (lpd)
>Assigned to: Martin v. Löwis (loewis)
Summary: 8-bit string literal with iso8859 coding => crash

Initial Comment:
Environment:
Python 2.3.3, built from unmodified out-of-the-tarball
sources
(./configure, make, make install)
Red Hat Linux 7.3, SMP build from source (2 Athlon CPUs)

Symptom:
python out.py
Segmentation fault


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2004-01-01 14:53

Message:
Logged In: YES 
user_id=33168

Looks like there may be an off-by-1 error in the
implementation of PEP263.  Attached is a valgrind report. 
Martin, do you have any ideas?

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

Comment By: L. Peter Deutsch (lpd)
Date: 2004-01-01 12:32

Message:
Logged In: YES 
user_id=8861

'make test' ran with no problems.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=868864&group_id=5470



More information about the Python-bugs-list mailing list