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.

classification
Title: Segment Violation when using smtp with tls
Type: crash Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: facundobatista, hareldvd
Priority: normal Keywords:

Created on 2008-03-11 11:20 by hareldvd, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
t2.py hareldvd, 2008-03-11 11:20
Messages (4)
msg63460 - (view) Author: David Harel (hareldvd) Date: 2008-03-11 11:20
Using Linux (Gentoo), when closing the socket of an smtp connection
using tls (you can use the example at:
http://snippets.dzone.com/posts/show/757).
Attached code example with my e-mail data. (I don't mind).
Also tested on Debian with Python 2.3.5 where everything seems OK.
msg63472 - (view) Author: David Harel (hareldvd) Date: 2008-03-12 12:36
Found a problem in my python installation where SSL was unintentionally
  disabled.
msg63473 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2008-03-12 12:40
Should we close this?
msg63474 - (view) Author: David Harel (hareldvd) Date: 2008-03-12 12:55
Yep. Close it.
History
Date User Action Args
2022-04-11 14:56:31adminsetgithub: 46525
2008-03-12 12:57:22facundobatistasetstatus: open -> closed
resolution: not a bug
2008-03-12 12:55:58hareldvdsetmessages: + msg63474
2008-03-12 12:40:59facundobatistasetnosy: + facundobatista
messages: + msg63473
2008-03-12 12:36:30hareldvdsetmessages: + msg63472
2008-03-11 11:20:35hareldvdcreate