bug-coreutils
[Top][All Lists]
Advanced

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

bug#7359: sleep 9999999999


From: Pádraig Brady
Subject: bug#7359: sleep 9999999999
Date: Tue, 09 Nov 2010 22:33:11 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 09/11/10 20:31, Matthew Bachmann wrote:
> Here's what I'm running:
> 
> address@hidden,d1r17733u07 | uname -a
> Linux ita1bbx40 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 
> x86_64 x86_64 GNU/Linux
> address@hidden,d1r17733u07 | cat /etc/issue
> CentOS release 5.3 (Final)
> Kernel \r on an \m
> 
> address@hidden,d1r17733u07 | 
> 
> I'm in a large shared environment where I can't upgrade sleep.  I just wanted 
> to bring this to your attention, I can work around and don't need a fix.  
> Thanks.

If you had a compiler, then doing the following would
help us eliminate already handled issues:

  wget http://ftp.gnu.org/pub/gnu/coreutils/coreutils-8.6.tar.gz
  gzip -dc coreutils-8.6.tar.gz | tar -x
  cd coreutils-8.6
  ./configure --quiet && make
  strace -e nanosleep src/sleep 9999999999

If not then an strace of the existing binary would help

  strace -e nanosleep sleep 9999999999

I tried the command on 32 bit FC5 (coreutils-5.97, kernel-2.6.17) without issue.

cheers,
Pádraig.





reply via email to

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