From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 1 14:40:03 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FF47106566C for ; Mon, 1 Mar 2010 14:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 65B938FC0A for ; Mon, 1 Mar 2010 14:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o21Ee39Q004381 for ; Mon, 1 Mar 2010 14:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o21Ee3xI004380; Mon, 1 Mar 2010 14:40:03 GMT (envelope-from gnats) Date: Mon, 1 Mar 2010 14:40:03 GMT Message-Id: <201003011440.o21Ee3xI004380@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruno Ducrot Cc: Subject: Re: kern/141956: [libc] signal(3): siginfo-> si_pid null in signal handler [regression] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruno Ducrot List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2010 14:40:03 -0000 The following reply was made to PR kern/141956; it has been noted by GNATS. From: Bruno Ducrot To: bug-followup@FreeBSD.org, joel.bertrand@systella.fr Cc: Subject: Re: kern/141956: [libc] signal(3): siginfo->si_pid null in signal handler [regression] Date: Mon, 01 Mar 2010 15:31:59 +0100 Hi, Actually, the problem was with thr_kill(), and not kill(2). Just commited a fix for this, with kib review. Expect this problem being MFCd in 2 weeks if you stick with RELENG_8. Cheers, -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.