[New-bugs-announce] [issue4177] Crash in MIMEText on FreeBSD

Sérgio Surkamp report at bugs.python.org
Wed Oct 22 20:40:39 CEST 2008


New submission from Sérgio Surkamp <sergio at gruposinternet.com.br>:

If you try to create a MIMEText object from a very large string (test
case include a 40Mbytes string), the program just eat all the CPU and
with high memory usage or raise a MemoryError. Sometimes it just
deadlocks when using _charset = "iso-8859-1".

Use the submited file and the script to test the case.

** On Linux its very slow, but work's ** - the problem occour on a
FreeBSD installation.

----------
components: Library (Lib), Unicode
files: test_MIMEText.tar.bz2
messages: 75097
nosy: surkamp
severity: normal
status: open
title: Crash in MIMEText on FreeBSD
type: behavior
versions: Python 2.5, Python 2.5.3
Added file: http://bugs.python.org/file11859/test_MIMEText.tar.bz2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4177>
_______________________________________


More information about the New-bugs-announce mailing list