[ python-Bugs-1003195 ] segfault when running smtplib example

SourceForge.net noreply at sourceforge.net
Sat Aug 7 16:30:56 CEST 2004


Bugs item #1003195, was opened at 2004-08-04 13:43
Message generated for change (Comment added) made by ronaldoussoren
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1003195&group_id=5470

Category: Python Interpreter Core
Group: Python 2.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Bertram Scharpf (bertramscharpf)
Assigned to: Nobody/Anonymous (nobody)
Summary: segfault when running smtplib example

Initial Comment:
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



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

Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2004-08-07 16:30

Message:
Logged In: YES 
user_id=580910

I cannot reproduce this.

I've tested: 

Python 2.3 (#1, Sep 13 2003, 00:49:11) 
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

Python 2.3.4 (#2, Jul  5 2004, 09:15:05) 
[GCC 3.3.4 (Debian 1:3.3.4-2)] on linux2

Python 2.2.3+ (#1, Jun 20 2004, 13:32:48) 
[GCC 3.3.4 (Debian)] on linux2

The first is the system python on MacOS X, the other two are current 
Debian packages (python2.3 and python2.2) on Debian stable.



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

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


More information about the Python-bugs-list mailing list