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 bertramscharpf
Recipients
Date 2004-08-04.11:43:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
On my system, running the simple smtplib Example
from the Documentation results in a segmentation fault.
Execution stops and no mail is submitted.

I debugged into the Python source code, but my
understanding of the inner mechanisms doesn't
suffice to fix the problem.

I update my system periodically using "apt-get update ;
apt-get upgrade". I don't remember, when it was the last
time Python was upgraded.

I made the files availabe:

http://www.bertram-scharpf.de/tmp/smtpex.py.txt
http://www.bertram-scharpf.de/tmp/smtpex.desc.txt

History
Date User Action Args
2007-08-23 14:24:49adminlinkissue1003195 messages
2007-08-23 14:24:49admincreate