bug-sh-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sleep bug


From: rafal polonski
Subject: sleep bug
Date: Wed, 20 Dec 2000 23:54:07 +0100

Hello.
Test machine.
Debian GNU Linux
Shellutils: 2.0
libc6:      2.1.3

runnig 'sleep' I discovered probable bug.

$ sleep 1000 <enter>
<control-z>
[1]+  Stopped                 sleep 1000

$ jobs
[1]+  Stopped                 sleep 1000

$ bg %1
[1]+ sleep 1000 &

After that (immediately)
[1]+  Done                    sleep 1000

So sleep "dies" without proper sleeping.
Is this a bug or a feature?

Such "sleep" on Solaris 7 and HP-UX 10.0 works properly (not GNU sleep).

sincerely,
rafal 
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]