From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQPPm-0003ax-91 for qemu-devel@nongnu.org; Tue, 05 Aug 2008 12:29:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQPPl-0003aV-AK for qemu-devel@nongnu.org; Tue, 05 Aug 2008 12:29:37 -0400 Received: from [199.232.76.173] (port=38357 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQPPl-0003aP-71 for qemu-devel@nongnu.org; Tue, 05 Aug 2008 12:29:37 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:11351) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQPPk-0001x4-J2 for qemu-devel@nongnu.org; Tue, 05 Aug 2008 12:29:37 -0400 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KQPPf-0003H1-Pg for qemu-devel@nongnu.org; Tue, 05 Aug 2008 18:29:31 +0200 Date: Tue, 5 Aug 2008 17:29:31 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH] catch signals Message-ID: <20080805162931.GY4478@implementation.uk.xensource.com> References: <48987B43.4090207@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <48987B43.4090207@redhat.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Gerd Hoffmann, le Tue 05 Aug 2008 18:09:39 +0200, a écrit : > + sigaction(SIGINT, &act, NULL); > + sigaction(SIGTERM, &act, NULL); > + sigaction(SIGQUIT, &act, NULL); > + sigaction(SIGSEGV, &act, NULL); > + sigaction(SIGBUS, &act, NULL); + SIGHUP and SIGPIPE? Samuel