From owner-freebsd-stable@FreeBSD.ORG Wed Jul 17 09:56:58 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E12D6AB8 for ; Wed, 17 Jul 2013 09:56:58 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id AC0C81C4 for ; Wed, 17 Jul 2013 09:56:58 +0000 (UTC) Received: from mr129166.localdomain (mr129166.cri.univ-rennes1.fr [129.20.129.166]) by smtp.lamaiziere.net (Postfix) with ESMTPA id BE75A536B; Wed, 17 Jul 2013 11:56:56 +0200 (CEST) Received: from mr129166 (localhost [127.0.0.1]) by mr129166.localdomain (Postfix) with ESMTP id 05C69397; Wed, 17 Jul 2013 11:56:56 +0200 (CEST) Date: Wed, 17 Jul 2013 11:56:53 +0200 From: Patrick Lamaiziere To: Konstantin Belousov Subject: Re: (9.2) panic under disk load (gam_server / knlist_remove_kq) Message-ID: <20130717115653.00768608@mr129166> In-Reply-To: <20130717053718.GO5991@kib.kiev.ua> References: <20130714115953.1afd6e90@davenulle.org> <20130714163353.2367a6a4@davenulle.org> <20130715142647.GA9293@dft-labs.eu> <20130715185009.052d7614@davenulle.org> <20130716060555.GF91021@kib.kiev.ua> <20130716221436.672d0fba@davenulle.org> <20130717053718.GO5991@kib.kiev.ua> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: Mateusz Guzik , freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 09:56:59 -0000 Le Wed, 17 Jul 2013 08:37:18 +0300, Konstantin Belousov a écrit : Hello, > > Thanks Konstantin. I'm trying your patch and that looks better. > > poudriere runs since 3 hours now (before the box paniced few minutes > > after I start a poudriere bulk) > > > > (I've removed the previous change to panic on the warning "WARNING: > > destroying knlist w/ knotes on it!" / I guess it is ok ?) > > > > As far I can see gamin still works (xfce sees changes and the > > "testgam" tool works fine : > > https://people.gnome.org/~veillard/gamin/debug.html) > Does stopping the gamin server work as well ? Yes. $ export GAMIN_DEBUG_SERVER="/usr/pkg/usr/ports/devel/gamin/work/gamin-0.1.10/server/gam_server" $ export GAM_CLIENT_ID=test $ export GAM_DEBUG= $ /usr/pkg/usr/ports/devel/gamin/work/gamin-0.1.10/tests/testgam - > connect test FAMOpen() Reusing socket directory /tmp/fam-patrick Asking to launch /usr/pkg/usr/ports/devel/gamin/work/gamin-0.1.10/server/gam_server with client id test /// (ps shows this process) > mondir /poudriere_data/build/9amd64-default ... (some events) ^C $ Then after the end of the client testgam, the gam_server disappears so that looks good. Thanks Konstantin and Mateusz. Regards.