public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Lutz Vieweg <lutz.vieweg@is-teledata.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: select() not returning though pipe became readable
Date: Wed, 30 Mar 2005 19:29:13 +0200	[thread overview]
Message-ID: <424AE1E9.8050804@is-teledata.com> (raw)
In-Reply-To: <20050324170731.70a31f99.akpm@osdl.org>

Andrew Morton wrote:
> Lutz Vieweg <lutz.vieweg@is-teledata.com> wrote:
> 
>>I'm currently investigating the following problem, which seems to indicate
>>a misbehaviour of the kernel:
>>
>>A server software we implemented is sporadically "hanging" in a select()
>>call since we upgraded from kernel 2.4 to (currently) 2.6.9 (we have to wait
>>for 2.6.12 before we can upgrade again due to the shared-mem-not-dumped-into-
>>core-files problem addressed there).
   ...
>>Any ideas?
>>Any hints on what to do to investigate the problem further?
> 
> 
> Could you at least test 2.6.12-rc1?  Otherwise we might be looking for a
> bug whicj isn't there.

We'll do that, but it will take some time, as the server requirements are such
that we cannot easily setup yet another instance, we don't have that many 32GB-RAM
4-way-opterons :-)


Jim Nance wrote:
>>We are using that pipe, which is known only to the same one process, to
>>cause select() to return immediately if a signal (SIGUSR1) had been
>>delivered to the process (by another process), there's a signal handler
>>installed that does nothing but a (non-blocking) write of 1 byte to the
>>writing end of the pipe.
> 
> 
> I'm not sure if this is what is causing your problem, but shouldnt you
> be doing a blocking write?  It may be that the pipe is not writeable
> at the moment the signal arives.  I think that could cause the symptoms
> you describe.

If the pipe wasn't writeable at the time when the signal handler tried to
write a byte, that would mean there were already N (probably 4096) bytes in
the pipe, causing the select() to fall through, anyway. The semantic of
the pipe is not to count signal deliveries, but only to contain "something"
if there had been a reason to fall through the select().

Regards,

Lutz Vieweg



  reply	other threads:[~2005-03-30 17:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-24 15:46 select() not returning though pipe became readable Lutz Vieweg
2005-03-25  1:07 ` Andrew Morton
2005-03-30 17:29   ` Lutz Vieweg [this message]
2005-03-31 16:14   ` Lutz Vieweg

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=424AE1E9.8050804@is-teledata.com \
    --to=lutz.vieweg@is-teledata.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.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