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: test_poll.py fails on SPARCstation LX under Red Hat 5.2
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, gvanrossum, holdenweb
Priority: low Keywords:

Created on 2000-10-10 22:02 by holdenweb, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Messages (3)
msg1994 - (view) Author: Steve Holden (holdenweb) * (Python committer) Date: 2000-10-10 22:02
Attached is a traceback from running the test manually.

Running poll test 1
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
Traceback (most recent call last):
  File "./Lib/test/test_poll.py", line 171, in ?
    test_poll1()
  File "./Lib/test/test_poll.py", line 65, in test_poll1
    poll_unit_tests()
  File "./Lib/test/test_poll.py", line 77, in poll_unit_tests
    r = p.poll()
select.error: (9, 'Bad file descriptor')
msg1995 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2000-12-12 21:01
Is this worth keeping open?
msg1996 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2001-01-24 01:01
I'm closing this bug report; I have no access to the platform in question,
and therefore no way to debug the problem or propose a fix.  If the original reporter can provide a patch, it'll certainly be considered, but that's about all I can do.
History
Date User Action Args
2022-04-10 16:02:30adminsetgithub: 33329
2000-10-10 22:02:28holdenwebcreate