From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: "Gerrit Bruchhäuser" <gbruchhaeuser@orga-systems.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: accept does not return in case a signal arrives
Date: Wed, 03 Nov 2004 13:21:51 +0000 [thread overview]
Message-ID: <1099488110.29560.30.camel@localhost.localdomain> (raw)
In-Reply-To: <4188DC90.9030503@orga-systems.com>
On Mer, 2004-11-03 at 13:26, Gerrit Bruchhäuser wrote:
> Dear Kernel-team,
>
> on Linux, 'accept' system call does not return in case I send SIGTERM to
> my application; while it does on OSF-Alpha.
signal() may or may not interrupt some system calls. Use sigaction if
you want to force a given behaviour (and write portable code)
next prev parent reply other threads:[~2004-11-03 14:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-03 13:26 accept does not return in case a signal arrives Gerrit Bruchhäuser
2004-11-03 13:21 ` Alan Cox [this message]
2004-11-03 14:18 ` Andreas Schwab
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=1099488110.29560.30.camel@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=gbruchhaeuser@orga-systems.com \
--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