From owner-freebsd-current Mon Mar 12 16:43:19 2001 Delivered-To: freebsd-current@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 948E937B718 for ; Mon, 12 Mar 2001 16:43:15 -0800 (PST) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id QAA05033; Mon, 12 Mar 2001 16:43:15 -0800 Date: Mon, 12 Mar 2001 16:43:11 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Andrea Campi Cc: current@freebsd.org Subject: Re: new breakage in mounting root? a devfs issue? In-Reply-To: <20010313013638.E1898@webcom.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 13 Mar 2001, Andrea Campi wrote: > Just today I started using DEVFS again after a long time, and it works > perfectly. From the scarce info you provide, our only apparent difference > is I don't have SCSI. > > If it weren't you, I'd ask if you are sure you have the very latest > sources, but of course I wonder you have more than enough clue to already > have checked that ;-) > > Seriously, if it's a new breakage, it's not breaking for everybody. Huh... Yeah.. it's top of tree... and it's the first devfs breakage I've had in quite a while. It may not even be that... well, we got some garbage pointer in vfs_object_create... this alpha funnies maybe....guess I'll try and track it down... > > > On Mon, Mar 12, 2001 at 04:30:52PM -0800, Matthew Jacob wrote: > > > > complete fresh build, etc.... > > > > da0: invalid primary partition table: no magic > > start_init: trying /sbin/init > > > > fatal kernel trap: > > > > trap entry = 0x4 (unaligned access fault) > > a0 = 0xc3615fe1a88f382 > > a1 = 0x29 > > a2 = 0x1b > > pc = 0xfffffc0000467578 > > ra = 0xfffffc00004627c4 > > curproc = 0xfffffe0009f5dbe0 > > pid = 1, comm = init > > > > Stopped at vfs_object_create+0x38: jsr ra,(pv),vfs_object_create+0x3c > > > > db> t > > vfs_object_create() at vfs_object_create+0x38 > > getnewvnode() at getnewvnode+0x564 > > devfs_allocv() at devfs_allocv+0xe0 > > devfs_root() at devfs_root+0x38 > > devfs_mount() at devfs_mount+0xf0 > > vfs_mount() at vfs_mount+0x910 > > mount() at mount+0xd8 > > syscall() at syscall+0x3f4 > > XentSys1() at XentSys1+0x10 > > > > > > > > > > Ummm... > > > > vfs_object_create(vp, p, p->p_ucred); > > > > > > is there actually a ucred this early in startup? > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message