public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Philippe Troin <phil@fifi.org>
To: Dick <dm@chello.nl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: SIGALRM ignored
Date: 08 Nov 2005 16:58:48 -0800	[thread overview]
Message-ID: <87hdamk56f.fsf@ceramic.fifi.org> (raw)
In-Reply-To: <loom.20051108T124813-159@post.gmane.org>

Dick <dm@chello.nl> writes:

> Paul Jackson <pj <at> sgi.com> writes:
> > This is unlikely to be a Linux kernel internal development
> > issue, which is what this "linux-kernel <at> vger.kernel.org"
> > list is focused on.  
> 
> Yesterday I found the following issue:
> http://www.vttoth.com/sigalrm.htm
> 
> which is kernel related, I will try to recompile the kernel for MPENTIUM4 and
> see if it helps.

I doubt it.

> Does someone know a debugging technique to see whats happening?

First make sure that you do not inherit a signal mask where SIGALRM is
blocked, and that you do not inherit a SIG_IGN signal disposition for
SIGALRM either.

Cat /proc/pid/status and look for the SigBlk line (blocked signals)
and the SigIgn (ignored signals).  SIGALRM is 14, look for bit 14,
that is 0000000000002000.  This bit should not be set.

Phil.

  reply	other threads:[~2005-11-09  0:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-07 17:36 SIGALRM ignored Dick
2005-11-08  0:03 ` Paul Jackson
2005-11-08 12:00   ` Dick
2005-11-09  0:58     ` Philippe Troin [this message]
2005-11-09  9:21       ` Dick
2005-11-09 19:28         ` Philippe Troin
2005-11-10 20:04           ` Dick
2005-11-11  1:12             ` Philippe Troin
2005-11-08  2:35 ` Keith Owens
2005-11-08 11:48   ` Dick

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=87hdamk56f.fsf@ceramic.fifi.org \
    --to=phil@fifi.org \
    --cc=dm@chello.nl \
    --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