From owner-freebsd-current@FreeBSD.ORG Mon Dec 23 19:44:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C51B713; Mon, 23 Dec 2013 19:44:00 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74A69191A; Mon, 23 Dec 2013 19:44:00 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 700FEB9C6; Mon, 23 Dec 2013 14:43:59 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: panic with deactivated geom mirror (both 9.2 and 10.0-RC2) Date: Mon, 23 Dec 2013 11:56:47 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <52B27BA6.5020500@pix.net> In-Reply-To: <52B27BA6.5020500@pix.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201312231156.47686.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 23 Dec 2013 14:43:59 -0500 (EST) Cc: Kurt Lidl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 23 Dec 2013 19:44:00 -0000 On Wednesday, December 18, 2013 11:52:54 pm Kurt Lidl wrote: > Greetings all - > > I've got a completely reproducible panic when issuing a > 'gmirror status' command on a recently deactivated gmirror. > > NOTE: This only happens on a machine with more than 1 CPU. > > I filed a bug report on it: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=184985 > > Script to reproduce the panic: > (assumes /dev/ada0p3 is a scratch partition) > > while : > do > gmirror label -v scratch /dev/ada0p3 > newfs /dev/mirror/scratch > mount /dev/mirror/scratch /mnt > umount -f /mnt > gmirror deactivate scratch /dev/ada0p3 > gmirror status scratch > done > > I've attached the core.txt.0 file from the crash under 10.0-RC2. > Probably stripped by the mailing list. A copy is at > http://www.pix.net/staff/lidl/freebsd/core.txt.0 Can you do 'frame 9' and then 'p *gp' and 'p *sc' in kgdb? -- John Baldwin