GNU bug report logs - #32521
coreutils timeout in a bash script not transparent for the application

Previous Next

Package: coreutils;

Reported by: "Rafal Jankowski" <jankowsr <at> oceanic.wsisiz.edu.pl>

Date: Fri, 24 Aug 2018 19:04:02 UTC

Severity: normal

Tags: notabug

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Rafal Jankowski <jankowsr <at> oceanic.wsisiz.edu.pl>, 32521 <at> debbugs.gnu.org
Subject: bug#32521: coreutils timeout in a bash script not transparent for the application
Date: Fri, 24 Aug 2018 13:04:20 -0700
Rafal Jankowski wrote:
> https://stackoverflow.com/questions/52008104/coreutils-timeout-in-a-bash-script-not-transparent-for-the-application
> 
> I have not done enough investigation to claim this is a true timeout bug
> but I'm wondering if you could advise on this issue?

I can't reproduce the bug on Fedora 28. I don't have fabric.api installed, but 
when my Python program looked like this:

#!/usr/bin/python
import time
time.sleep (20)

the output of the script was RETCODE=124 as expected, and when the Python 
program looked like this:

#!/usr/bin/python
import time
time.sleep (5)

the exit status was 0 as expected.

Perhaps the problem is within fabric.api.




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

Previous Next


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