From owner-cvs-src@FreeBSD.ORG Tue Sep 23 10:20:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6500316A4B3; Tue, 23 Sep 2003 10:20:21 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18C6943FF3; Tue, 23 Sep 2003 10:20:20 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id h8NHKIRA042198; Tue, 23 Sep 2003 21:20:19 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id h8NHKIR4042197; Tue, 23 Sep 2003 21:20:18 +0400 (MSD) (envelope-from ache) Date: Tue, 23 Sep 2003 21:20:18 +0400 From: Andrey Chernov To: Poul-Henning Kamp Message-ID: <20030923172018.GA42103@nagual.pp.ru> References: <20030923121526.GB29844@nagual.pp.ru> <3531.1064337315@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3531.1064337315@critter.freebsd.dk> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 17:20:21 -0000 On Tue, Sep 23, 2003 at 19:15:15 +0200, Poul-Henning Kamp wrote: > In message <20030923121526.GB29844@nagual.pp.ru>, Andrey Chernov writes: > >On Tue, Sep 23, 2003 at 00:53:59 -0700, Poul-Henning Kamp wrote: > >> phk 2003/09/23 00:53:59 PDT > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/geom geom_disk.c > >> Log: > >> Be more careful in dumpconf: softc may be NULL for departing devices. > >> > >> Allow drivers to initialize the d_devstat if they want magic params. > > > >Is this commit supposed to fix g_up panic which I report recently (now > >with stack)? > > I don't know, I have still not been able to figure anything out with > that backtrace. See another report from Igor with subject Re: Panic: Fatal trap 12: page fault while in kernel mode there is the same panic in GEOM, but with function arguments shown, not like in my backtrace.