[Python-bugs-list] [Bug #115617] poll problem on Linux 2.0.38, glibc 2.0.7

noreply@sourceforge.net noreply@sourceforge.net
Fri, 29 Sep 2000 01:32:58 -0700


Bug #115617, was updated on 2000-Sep-28 14:37
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: poll problem on Linux 2.0.38, glibc 2.0.7

Details: Originally reported by Neil Schemenauer in a
comment in patch #101682:

After this patch the selectmodule compiles but test_poll fails with: 
File "Lib/test/test_poll.py", line 77, in poll_unit_tests 
r = p.poll() 
error: (9, 'Bad file descriptor') 

The kernel is 2.0.38 if that makes a difference.

Follow-Ups:

Date: 2000-Sep-29 01:31
By: jpettit

Comment:
I get the exact same result on OpenBSD 2.5 with the most current CVS version.  On OpenBSD 2.7 (this has Python 2.0b2 installed), I get:

test_support.TestSkipped: select.poll not defined -- skipping test_poll

Both versions of OpenBSD appear to support the poll mechanism.

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

Date: 2000-Sep-29 01:32
By: jpettit

Comment:
I get the exact same result on OpenBSD 2.5 with the most current CVS version.  On OpenBSD 2.7 (this has Python 2.0b2 installed), I get:

test_support.TestSkipped: select.poll not defined -- skipping test_poll

Both versions of OpenBSD appear to support the poll mechanism.

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

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115617&group_id=5470