GNU bug report logs - #33718
AIX: timeout: warning: timer_create: Invalid argument

Previous Next

Package: coreutils;

Reported by: Rudy BROSTEAUX <Rudy.BROSTEAUX <at> police.etat.lu>

Date: Wed, 12 Dec 2018 16:22:02 UTC

Severity: normal

Tags: moreinfo

Full log


View this message in rfc822 format

From: Assaf Gordon <assafgordon <at> gmail.com>
To: Rudy BROSTEAUX <Rudy.BROSTEAUX <at> police.etat.lu>, 'Bernhard Voelker' <mail <at> bernhard-voelker.de>, "33718 <at> debbugs.gnu.org" <33718 <at> debbugs.gnu.org>
Subject: bug#33718: Syntaxe problem? I can't find the solution :-(
Date: Fri, 18 Jan 2019 00:22:47 -0700
tags 33718 moreinfo
stop

Hello,

On 2018-12-13 1:54 a.m., Rudy BROSTEAUX wrote:
> Environment: AIX 7.2 TL3 SP1 (on IBM Power Systems)
> Origin of the coreutils RPM used @release 8.30 is perzl.org
> Installed using a yum server.
> 
> ******* /root> /usr/bin/time timeout 2.3 sleep 5
> timeout: warning: timer_create: Invalid argument
> 
> 

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
> 
> No idea.  For an analysis, we need more information:
> timeout version, OS/kernel version, and finally of course a reproducer, i.e., the exact command line you were using.
> 
> timeout works well here:
> 
>    $ /usr/bin/time -f '%e' timeout 2.3 sleep 4.5
>    Command exited with non-zero status 124
>    2.30

I tested coreutils-8.30 built from source on AIX 7.2,
both 64 bit and 32 bit, and both work fine:

  $ file src/timeout
  src/timeout: 64-bit XCOFF executable or object module not stripped
  $ /usr/bin/time ./src/timeout 2.3 sleep 5
  Real   2.31
  User   0.00
  System 0.00

  $ file src/timeout
  src/timeout: executable (RISC System/6000) or object module not stripped
  $ /usr/bin/time ./src/timeout 2.3 sleep 5
  Real   2.30
  User   0.00
  System 0.00


Perhaps it is a problem in the RPM package?

Please try to build from source code and see if you see experience the
issue.

regards,
 - assaf





This bug report was last modified 6 years and 152 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.