From owner-freebsd-bugs@FreeBSD.ORG Wed May 21 03:30:24 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D3F337B401 for ; Wed, 21 May 2003 03:30:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB7443FB1 for ; Wed, 21 May 2003 03:30:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4LAUNUp093049 for ; Wed, 21 May 2003 03:30:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4LAUIS9092916; Wed, 21 May 2003 03:30:18 -0700 (PDT) Date: Wed, 21 May 2003 03:30:18 -0700 (PDT) Message-Id: <200305211030.h4LAUIS9092916@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jilles Tjoelker Subject: Re: kern/51964: panic: race condition with realitexpire() called for zombie X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 10:30:24 -0000 The following reply was made to PR kern/51964; it has been noted by GNATS. From: Jilles Tjoelker To: Tor.Egge@cvsup.no.freebsd.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/51964: panic: race condition with realitexpire() called for zombie Date: Wed, 21 May 2003 12:26:00 +0200 The system has not panicked since I upgraded and applied the patch (about 8 days ago), so it seems to be fixed. The X server has been started and shut down many times (we use X -once -query ...). The patch should perhaps be committed. The race condition (when callout_stop() is called, another thread may still be executing in the callout function) may be present in other parts of the system as well. Jilles