public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 3/3] runner: Log which signal was used to terminate the runner
Date: Fri, 14 Jun 2019 11:08:16 +0300	[thread overview]
Message-ID: <20190614080816.12464-3-arkadiusz.hiler@intel.com> (raw)
In-Reply-To: <20190614080816.12464-1-arkadiusz.hiler@intel.com>

Feed the curious ones, aid the troubleshooters.

Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 runner/executor.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/runner/executor.c b/runner/executor.c
index 6b171c12..488cf699 100644
--- a/runner/executor.c
+++ b/runner/executor.c
@@ -738,7 +738,8 @@ static int monitor_output(pid_t child,
 			} else {
 				/* We're dying, so we're taking them with us */
 				if (settings->log_level >= LOG_LEVEL_NORMAL)
-					printf("Abort requested, terminating children\n");
+					printf("Abort requested via %s, terminating children\n",
+					       strsignal(siginfo.ssi_signo));
 
 				aborting = true;
 				timeout = 2;
-- 
2.21.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2019-06-14  8:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-14  8:08 [igt-dev] [PATCH i-g-t 1/3] runner: Log when watchdog handling fails Arkadiusz Hiler
2019-06-14  8:08 ` [igt-dev] [PATCH i-g-t 2/3] runner: Handle SIGHUP too Arkadiusz Hiler
2019-06-14  8:20   ` Ser, Simon
2019-06-14  8:08 ` Arkadiusz Hiler [this message]
2019-06-14  8:21   ` [igt-dev] [PATCH i-g-t 3/3] runner: Log which signal was used to terminate the runner Ser, Simon
2019-06-14  8:16 ` [igt-dev] [PATCH i-g-t 1/3] runner: Log when watchdog handling fails Ser, Simon
2019-06-14 10:05 ` Petri Latvala
2019-06-14 21:00 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] " Patchwork
2019-06-15 13:07 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190614080816.12464-3-arkadiusz.hiler@intel.com \
    --to=arkadiusz.hiler@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox