Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 11:56:47 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org
Cc:        Kurt Lidl <lidl@pix.net>
Subject:   Re: panic with deactivated geom mirror (both 9.2 and 10.0-RC2)
Message-ID:  <201312231156.47686.jhb@freebsd.org>
In-Reply-To: <52B27BA6.5020500@pix.net>
References:  <52B27BA6.5020500@pix.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312231156.47686.jhb>