[ python-Bugs-1003195 ] segfault when running smtplib example
SourceForge.net
noreply at sourceforge.net
Mon Dec 27 11:30:32 CET 2004
Bugs item #1003195, was opened at 2004-08-04 13:43
Message generated for change (Comment added) made by bertramscharpf
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: Bertram Scharpf (bertramscharpf)
Date: 2004-12-27 11:30
Message:
Logged In: YES
user_id=1097255
> I'll close this bug as "Won't fix".
I think that's OK.
----------------------------------------------------------------------
Comment By: Facundo Batista (facundobatista)
Date: 2004-12-26 23:00
Message:
Logged In: YES
user_id=752496
Please, could you verify if this problem persists in Python 2.3.4
or 2.4?
If yes, in which version? Can you provide a test case?
If the problem is solved, from which version?
Note that if you fail to answer in one month, I'll close this bug
as "Won't fix".
Thank you!
. Facundo
----------------------------------------------------------------------
Comment By: Bertram Scharpf (bertramscharpf)
Date: 2004-08-08 09:14
Message:
Logged In: YES
user_id=1097255
Indeed, I did compile python 2.2.1 with Gcc versions 2.95,
3.0 and 3.3. The segfault only occurs in the 2.95 compiled code.
----------------------------------------------------------------------
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