From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47569 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3Txv-0000EV-Qb for qemu-devel@nongnu.org; Sat, 26 Mar 2011 09:55:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3Txu-00004t-PX for qemu-devel@nongnu.org; Sat, 26 Mar 2011 09:55:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3Txu-0008WF-BE for qemu-devel@nongnu.org; Sat, 26 Mar 2011 09:55:42 -0400 Date: Sat, 26 Mar 2011 15:55:37 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCHv3] report that QEMU process was killed by a signal Message-ID: <20110326135537.GH14544@redhat.com> References: <20110315115604.GY10151@redhat.com> <20110325120413.GF14544@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On Sat, Mar 26, 2011 at 03:50:46PM +0200, Blue Swirl wrote: > On Fri, Mar 25, 2011 at 2:04 PM, Gleb Natapov wrote: > > Ping? > > Does not work: > INT: > Got signal 951049944 from pid 0 > TERM: > Got signal -1553068904 from pid 0 You use SDL correct? This is SDL problem and I fixed it in SDL upstream. > HUP: > Got signal 1 from pid 16185 > Even here the pid is not correct, it should be 3098. HUP should work. Why do you think that pid should be 3098? Bash has its own build in kill command IIRC. -- Gleb.