[Python-bugs-list] [Bug #113047] test_poll fails on FreeBSD 4.1

noreply@sourceforge.net noreply@sourceforge.net
Tue, 29 Aug 2000 08:51:25 -0700


Bug #113047, was updated on 2000-Aug-29 08:51
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: test_poll fails on FreeBSD 4.1

Details: We have a FreeBSD 4.1 system at BeOpen now, and when I build Python all tests succeed except for test_poll.  The error is this assert in test_poll1():

  assert len(buf) == MSG_LEN

When I add a print statement, len(buf) is zero.

Any suggestion as to what I should do next?


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