This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Wed Nov 29 10:19:32 2023 Received: from spaans.ds9a.nl (adsl-xs4all.ds9a.nl [213.84.159.51]) by kylie.puddingonline.com (8.11.6/8.11.6) with SMTP id g8J00pX03717 for ; Thu, 19 Sep 2002 02:00:51 +0200 Received: (qmail 4148 invoked from network); 18 Sep 2002 09:13:06 -0000 Received: from unknown (HELO spaans.ds9a.nl) (3ffe:8280:10:360:202:44ff:fe2a:a1dd) by mayo.ipv6.ds9a.nl with SMTP; 18 Sep 2002 09:13:06 -0000 Received: (qmail 23849 invoked by uid 1000); 17 Sep 2002 19:58:19 -0000 Received: (maildatabase); juh Received: (qmail 15220 invoked by alias); 14 Jan 2001 14:35:36 -0000 Received: (qmail 15217 invoked from network); 14 Jan 2001 14:35:36 -0000 Received: from vger.kernel.org (199.183.24.194) by spaans.ds9a.nl with SMTP; 14 Jan 2001 14:35:36 -0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 14 Jan 2001 09:35:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 14 Jan 2001 09:34:55 -0500 Received: from barn.holstein.com ([198.134.143.193]:2830 "EHLO holstein.com") by vger.kernel.org with ESMTP id ; Sun, 14 Jan 2001 09:34:45 -0500 Received: from imail.holstein.com (unverified [204.80.219.214]) by scrubber.holstein.com (Integralis SMTPRS 2.0.15) with ESMTP id ; Sun, 14 Jan 2001 09:37:49 -0500 Received: from holstein.com ([204.80.219.10]) by imail.holstein.com (Lotus Domino Release 5.0.1b) with ESMTP id 2001011409294802:2868 ; Sun, 14 Jan 2001 09:29:48 -0500 Message-Id: <3A61B841.81B1D0F5@holstein.com> Date: Sun, 14 Jan 2001 09:31:29 -0500 From: "Todd M. Roy" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.0 i586) X-Accept-Language: en Mime-Version: 1.0 To: Andrea Arcangeli , "Heinz J. Mauelshagen" , linux-kernel@vger.kernel.org Subject: lvm 0.9.1-beta1 still segfaults vgexport References: <3A45192F.8C149F93@softhome.net> <20001227205336.A10446@athlon.random> <200101081918.f08JIrT06681@pcx4168.holstein.com> <20010108234339.F27646@athlon.random> <3A5B3422.F63D7DDD@holstein.com> <20010109170424.A29468@athlon.random> <3A5BBD0E.9F7DA88B@holste X-MIMETrack: Itemize by SMTP Server on Imail/Holstein(Release 5.0.1b|September 30, 1999) at 01/14/2001 09:29:49 AM, Serialize by Router on Imail/Holstein(Release 5.0.1b|September 30, 1999) at 01/14/2001 09:29:50 AM, Serialize complete at 01/14/2001 09:29:50 AM X-Priority: 3 (Normal) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org Andrea, Sorry to say but lvm 0.9.1-beta1 still segfaults at the same place, line 140 of pv_read_all_pv_of_vg.c pv_this is still null. This with a straight 2.4.0 kernel with an onstream tape patch and the generated lvm patch. Lvm is a module (on my home machine).  -- todd -- gdb /sbin/vgexport core: ... #0 0x400427f3 in pv_read_all_pv_of_vg (vg_name=0xbffff794 "vg01PV_EXP", pv=0xbffff710, reread=0) at pv_read_all_pv_of_vg.c:140 140 for ( p = 0; pv_this[p] != NULL; p++) { (gdb) print pv_this $1 = (pv_v2_t **) 0x0 (gdb) bt #0 0x400427f3 in pv_read_all_pv_of_vg (vg_name=0xbffff794 "vg01PV_EXP", pv=0xbffff710, reread=0) at pv_read_all_pv_of_vg.c:140 #1 0x400487af in vg_read (vg_name=0xbffff794 "vg01PV_EXP", vg=0xbffff750) at vg_read.c:61 #2 0x4004733d in vg_check_exist (vg_name=0xbffff794 "vg01PV_EXP") at vg_check_exist.c:54 #3 0x80491ee in main (argc=2, argv=0xbffff8cc) at vgexport.c:182 #4 0x4007b213 in __libc_start_main (main=0x8048d00
, argc=2, ubp_av=0xbffff8cc, init=0x80489c4 <_init>, fini=0x80495b4 <_fini>, rtld_fini=0x4000d660 <_dl_fini>, stack_end=0xbffff8c4) at ../sysdeps/generic/libc-start.c:129 ... ********************************************************************** This footnote confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ********************************************************************** - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/