From owner-freebsd-current@FreeBSD.ORG Thu Dec 2 18:40:22 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 262E11065675 for ; Thu, 2 Dec 2010 18:40:22 +0000 (UTC) (envelope-from vkushnir@bigmir.net) Received: from ex.volia.net (ex.volia.net [82.144.192.10]) by mx1.freebsd.org (Postfix) with ESMTP id CDA8B8FC22 for ; Thu, 2 Dec 2010 18:40:21 +0000 (UTC) Received: from em.volia.net ([82.144.192.9]) by ex.volia.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1POA1b-0001BS-8d; Thu, 02 Dec 2010 16:20:43 +0200 Received: from enough.saddler.volia.net ([93.72.207.82] helo=kushnir1.kiev.ua) by em.volia.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1POA1b-000Lum-5P; Thu, 02 Dec 2010 16:20:43 +0200 Received: from localhost (localhost [IPv6:::1]) by kushnir1.kiev.ua (8.14.4/8.14.4) with ESMTP id oB2EK8lf080558; Thu, 2 Dec 2010 16:20:08 +0200 (EET) (envelope-from vkushnir@bigmir.net) Date: Thu, 2 Dec 2010 16:20:08 +0200 (EET) From: Vladimir Kushnir X-X-Sender: vkushnir@kushnir1.kiev.ua To: Christian Gusenbauer In-Reply-To: <201012021427.32669.c47g@gmx.at> Message-ID: References: <4C7011B9.4020902@protected-networks.net> <201012021427.32669.c47g@gmx.at> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Volia-Original-IP: 93.72.207.82 Cc: Buganini , freebsd-current@freebsd.org Subject: Re: softupdate with journal panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 18:40:22 -0000 Me too :-( On Thu, 2 Dec 2010, Christian Gusenbauer wrote: > Hi all! > > I second that. I can reproduce it on my i386 current machine (svn rev. > #216073) when running "make all" in ports/sysutils/coreutils. > > (kgdb) list *0xc06821c9 > 0xc06821c9 is in free_jremref ~~~~~~~~~~~~~ > On Thursday 02 December 2010 13:09:02 Buganini wrote: >> I just bumped into this problem again during port upgrading. >> >> Fatal trap 12: page fault while in kernel mode <......> >> #7 0xffffffff808a5a5c in free_jremref (jremref=0x0) ~~~~~~~~~~~~ Sorry I skipped everything 'cept this point. I got precisely this for cd /usr/ports/archivers/gtar make configure (it checked for rename()). This panic case was submitted as PR kern/150796 back on 21 Sep 2010 (on "Wed Sep 22 12:24:16 UTC 2010" "Assign to maintainer(s)"). No response so far. I WISH I could fix it myself but... Regards, Vladimir