zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Re: Drat, Test/A05 still hanging sometimes
Date: Sun, 26 Oct 2014 17:40:40 -0700	[thread overview]
Message-ID: <141026174040.ZM7975@torch.brasslantern.com> (raw)
In-Reply-To: <20141014093458.GN5405@sym.noone.org>

On Oct 14, 11:34am, Axel Beckert wrote:
}
} One build failure so far (four slower/busier architectures still
} outstanding), but it happened on the architecture where it happened
} the most often so far (kfreebsd-amd64). It was inside A05, but not at
} the above location but at the test starting at line 179

At that point there should be exactly one child process (the sleep
that is being killed), so there shouldn't be any confusion between
waiting for a foreground job and waiting for that background job.

So it must somehow be the case that the SIGCHLD has been received
(post-kill) but the jobtab state of the sleep process did not get
properly updated; and now zsh is in an infinite (but not busy, as
it stops each pass in sigsuspend()) loop looking for a new SIGCHLD
followed by a state change of that process, which is never going to
happen.

I'll be curious to see if the patch from 33531 changes this at all.


      reply	other threads:[~2014-10-27  0:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-06 20:42 Bart Schaefer
2014-10-07 14:07 ` Peter Stephenson
2014-10-09  7:52   ` Axel Beckert
2014-10-12 18:47     ` Bart Schaefer
2014-10-13  3:03       ` Axel Beckert
2014-10-13 17:18         ` Bart Schaefer
2014-10-14  9:34           ` Axel Beckert
2014-10-27  0:40             ` Bart Schaefer [this message]

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=141026174040.ZM7975@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).