From owner-freebsd-geom@FreeBSD.ORG Wed Dec 21 20:56:02 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74F6E16A41F; Wed, 21 Dec 2005 20:56:02 +0000 (GMT) (envelope-from lk@tempest.sk) Received: from proxy.dgrp.sk (proxy.dgrp.sk [195.28.127.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B1E43D55; Wed, 21 Dec 2005 20:55:53 +0000 (GMT) (envelope-from lk@tempest.sk) Received: by proxy.dgrp.sk (Postfix, from userid 1003) id 60E31800A; Wed, 21 Dec 2005 21:55:52 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on proxy.dgrp.sk X-Spam-Level: X-Spam-Status: No, score=0.3 required=4.0 tests=AWL autolearn=ham version=3.1.0 Received: from webmail.tempest.sk (domino1.tempest.sk [195.28.100.38]) by proxy.dgrp.sk (Postfix) with ESMTP id DAD868009; Wed, 21 Dec 2005 21:55:49 +0100 (CET) Received: from lk.tempest.sk ([195.28.109.47]) by webmail.tempest.sk (Lotus Domino Release 6.5.4) with ESMTP id 2005122121554776-9435 ; Wed, 21 Dec 2005 21:55:47 +0100 Received: from lk.tempest.sk (localhost [127.0.0.1]) by lk.tempest.sk (8.13.3/8.12.9) with ESMTP id jBLKtgLQ070851; Wed, 21 Dec 2005 21:55:42 +0100 (CET) (envelope-from lk@lk.tempest.sk) Received: (from koren@localhost) by lk.tempest.sk (8.13.3/8.13.1/Submit) id jBLKtgMw070848; Wed, 21 Dec 2005 21:55:42 +0100 (CET) (envelope-from lk) X-Authentication-Warning: lk.tempest.sk: koren set sender to lk using -f Sender: lk@tempest.sk To: Lukas Ertl References: <8764pi7778.fsf@lk.tempest.sk> From: Ludo Koren Date: 21 Dec 2005 21:55:42 +0100 In-Reply-To: Message-ID: <87u0d25fw1.fsf@lk.tempest.sk> Lines: 56 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on Domino1/DGRP(Release 6.5.4|March 27, 2005) at 21.12.2005 21:55:47, Serialize by Router on Domino1/DGRP(Release 6.5.4|March 27, 2005) at 21.12.2005 21:55:49, Serialize complete at 21.12.2005 21:55:50, Serialize by Router on Domino1/DGRP(Release 6.5.4|March 27, 2005) at 21.12.2005 21:55:50 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable@freebsd.org, freebsd-geom@freebsd.org Subject: Re: gvinum: adding plex and subdisks to existing volume panic X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 20:56:03 -0000 >>>>> "Lukas Ertl" == Lukas Ertl writes: Lukas Ertl> On Wed, 21 Dec 2005, Ludo Koren wrote: >> When I try to do: # gvinum create gvinum.conf >> >> it ends up in immediate panic (page fault). The gvinum.conf >> file: Lukas Ertl> It would be easier to track down this problem if you Lukas Ertl> could provide the place where the panic happens or Lukas Ertl> even better a backtrace. # kgdb /usr/obj/usr/src/sys/GENERIC/kernel vmcore.15 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". (no debugging symbols found)...Attempt to extract a component of a value that is not a structure pointer. (kgdb) (kgdb) (kgdb) bt #0 0xc0618252 in doadump () #1 0xc06187dc in boot () #2 0xc0618a70 in panic () #3 0xc07c82bc in trap_fatal () #4 0xc07c8023 in trap_pfault () #5 0xc07c7c65 in trap () #6 0xc07b7bba in calltrap () #7 0xc28d0018 in ?? () #8 0xc27b0010 in ?? () #9 0xc2760010 in ?? () #10 0xc2765800 in ?? () #11 0x00000000 in ?? () #12 0xe4db2848 in ?? () #13 0xe4db282c in ?? () #14 0xc26a8500 in ?? () #15 0x00000001 in ?? () #16 0xc08e6ed0 in runq () #17 0x00000000 in ?? () #18 0x0000000c in ?? () #19 0x00000000 in ?? () #20 0xc09f38c5 in ?? () #21 0x00000008 in ?? () #22 0x00010286 in ?? () #23 0xc26a8500 in ?? () #24 0xc261c280 in ?? () #25 0xe4db2ca0 in ?? () #26 0xc09eb422 in ?? () #27 0xc26a8500 in ?? () #28 0xc060eaa1 in free () Previous frame inner to this frame (corrupt stack?) (kgdb)