[New-bugs-announce] [issue21334] nntplib throws exceptions making sinntp unusable

randomcoder1 report at bugs.python.org
Wed Apr 23 11:42:41 CEST 2014


New submission from randomcoder1:

Sinntp is a nntp client. It uses nntplib from Python as a nntp library to fetch messages from NNTP servers.

I've tested this on two environments with the following package versions:

1) Ubuntu 12.04.4 , python-support 1.0.14ubuntu2, Python 2.7.3-0ubuntu2.2 , sinntp 1.4-1 , libpython2.7 2.7.3-0ubuntu3.4
2) Debian jessie , python-support 1.0.15, Python 2.7.5-5, sinntp 1.5-1 , libpython2.7 version 2.7.6-8

sinntp crashed on 2) and threw NNTP* exceptions which are described in more detail in the bugreport-data.tgz file that comes with this  bugreport. I was also able to isolate one NNTP article that caused it to crash, that's also included.

I've included above the libpython2.7 version because
user at machine:/tmp$ sudo apt-file -x search 'nntplib.py$'
[..]
libpython2.7-stdlib: /usr/lib/python2.7/nntplib.py
[..]

Upon trying to replace the sinntp 1.5-1 on 2) with the one in 1) , the problem was still present, so I believe sinntp can be excluded.

I think the bug is caused by the newer version of libpython2.7 in 2).

----------
components: Library (Lib)
files: bureport-data.tgz
messages: 217060
nosy: randomcoder1
priority: normal
severity: normal
status: open
title: nntplib throws exceptions making sinntp unusable
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file35008/bureport-data.tgz

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


More information about the New-bugs-announce mailing list