GNU bug report logs - #8938
make timeout and CTRL-C

Previous Next

Package: coreutils;

Reported by: shay shimony <shayshim <at> gmail.com>

Date: Sun, 26 Jun 2011 21:48:01 UTC

Severity: normal

Fixed in version 8.13

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: shay shimony <shayshim <at> gmail.com>
To: 8938 <at> debbugs.gnu.org
Subject: bug#8938: make timeout and CTRL-C
Date: Sun, 26 Jun 2011 22:20:37 +0300
[Message part 1 (text/plain, inline)]
Hello coreutils team,

I found that if you run timeout inside make file then CTRL-C doesn't work.
Really frustrating because I use timeout to terminate deadlocked tests, but
can't stop them with CTRL-C as I used to.

To reproduce copy the following into file named Makefile:

all:
        timeout 12 sleep 10

Note there is a tab before "timeout 12 sleep 10".
Then run at same directory where the file is located "make" and try to press
CTRL-C.

Notes:
CTRL-Z works.
When executing timeout without make CTRL-C works.
When executing make without timeout CTRL-C works.

Thanks,
Shay
[Message part 2 (text/html, inline)]

This bug report was last modified 14 years and 25 days ago.

Previous Next


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