All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Paul Maurides <stud1313@di.uoa.gr>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.x signal handler bug
Date: Fri, 25 Jun 2004 17:07:51 -0700	[thread overview]
Message-ID: <20040625170751.2acb3a67.akpm@osdl.org> (raw)
In-Reply-To: <40DCBBC3.2010308@di.uoa.gr>

Paul Maurides <stud1313@di.uoa.gr> wrote:
>
> void catcher(int sig){
>     signal(SIGSEGV,catcher);
>     printf("requested: %9d malloced: %9d\n",len,real);
>     longjmp(env, 1);
> }

Use siglongjmp()

  reply	other threads:[~2004-06-26  0:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-25 23:56 2.6.x signal handler bug Paul Maurides
2004-06-26  0:07 ` Andrew Morton [this message]
2004-06-26  1:33 ` David Wagner
2004-06-28 21:56 ` Jörn Engel
  -- strict thread matches above, loose matches on Subject: below --
2004-06-26 14:33 Steve G
2004-06-26 16:05 ` Davide Libenzi
2004-06-27 22:16   ` Andries Brouwer
2004-06-27 22:45     ` Davide Libenzi
2004-06-27 22:51       ` Davide Libenzi
2004-06-28  2:01         ` Steve G
2004-06-28 11:26         ` Steve G
2004-06-28 14:56           ` Davide Libenzi

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=20040625170751.2acb3a67.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stud1313@di.uoa.gr \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.