[Python-bugs-list] [Bug #110708] bug in time.sleep (PR#64)

noreply@sourceforge.net noreply@sourceforge.net
Fri, 25 Aug 2000 07:03:44 -0700


Bug #110708, was updated on 2000-Jul-31 14:29
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 3
Summary: bug in time.sleep (PR#64)

Details: Jitterbug-Id: 64
Submitted-By: ddula@atl.mediaone.net
Date: Wed, 25 Aug 1999 14:02:51 -0400 (EDT)
Version: 152c1
OS: Debian Alpha Linux (potato) 2.2.1


This is a interesting bug that seems to have started after I upgraded to debian
potato from slink.

It must be a library related bug but this report might help somebody
troubleshoot.

At first I thought it was a bug in threading because it prevented the solaris
hack sleep from returning
thus my thread.start() never returned.

But further digging show that

import time
time.sleep(0.1) # will always hang on on this platform

Work around is to always sleep at least one second - I will do some more looking
at the time class when I get a chance.

Dave Dula


====================================================================
Audit trail:
Mon Aug 30 12:35:54 1999	guido	moved from incoming to platformbug
Mon Aug 30 12:36:15 1999	guido	changed notes

Follow-Ups:

Date: 2000-Aug-25 07:03
By: jhylton

Comment:
I poked the original contributor.  If he responds, I'll raise the priority.

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

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