Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Seebs <seebs@seebs.net>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] pseudo: update to latest master
Date: Fri, 16 Feb 2018 11:51:47 -0600	[thread overview]
Message-ID: <20180216115147.2869fdf2@seebsdell> (raw)
In-Reply-To: <CA+chaQeEdY8tjp4PMsMCfZNoi2NwGqZoOcOqme9Ju-Ext6FkaQ@mail.gmail.com>

On Fri, 16 Feb 2018 17:55:54 +0100
Martin Jansa <martin.jansa@gmail.com> wrote:

> $ grep -c "tried to close client 0 (highest is 1)"
> update-rc.d/0.7-r5/pseudo/pseudo.log
> 579655922
> 
> All pseudo processes I've seen on various servers which were building
> with this change included got stuck until disk space run out..

Oh-hoh! That could be the epoll thing that I wasn't able to reproduce.

> commit 26e30fa2e1a0fe4e885d7eea3f55d23cd2c3158f
> Author: Seebs <seebs@seebs.net>
> Date:   Fri Feb 16 11:49:49 2018 -0600
>
>     Allow closing client 0

Added a thing to master. It looks like the failure mode is that a
client ended up on fd 0, and for some reason, back in 2010, I thought
that would be invalid and did not allow it. So change is to replace "<=
0" with "< 0".

-s


  parent reply	other threads:[~2018-02-16 17:57 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-16  9:56 [PATCH] pseudo: update to latest master Alexander Kanavin
2018-02-16 16:55 ` Martin Jansa
2018-02-16 17:26   ` Alexander Kanavin
2018-02-16 17:51   ` Seebs [this message]
2018-02-16 19:11     ` Martin Jansa
2018-02-16 19:25       ` Seebs
2018-02-17 11:22         ` Alexander Kanavin
2018-02-17 11:56           ` Martin Jansa
2018-02-17 12:03             ` Martin Jansa
2018-02-17 13:28               ` Alexander Kanavin
2018-02-17 20:17                 ` Seebs
2018-02-18 11:43                   ` Martin Jansa
2018-02-18 20:23                     ` Martin Jansa
2018-02-19  9:38                       ` Alexander Kanavin
2018-02-19  9:27                   ` Alexander Kanavin
2018-02-19 17:55                     ` Seebs
2018-02-19 18:37                       ` Alexander Kanavin
2018-02-19 19:01                       ` Martin Jansa
2018-02-19 19:36                         ` Seebs
  -- strict thread matches above, loose matches on Subject: below --
2018-03-01 13:53 Alexander Kanavin
2018-03-01 15:06 ` Seebs

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=20180216115147.2869fdf2@seebsdell \
    --to=seebs@seebs.net \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.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