From owner-freebsd-stable Thu Nov 15 14:22:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id E276637B416; Thu, 15 Nov 2001 14:22:27 -0800 (PST) Received: (from ken@localhost) by panzer.kdm.org (8.11.6/8.9.1) id fAFMMRc35129; Thu, 15 Nov 2001 15:22:27 -0700 (MST) (envelope-from ken) Date: Thu, 15 Nov 2001 15:22:26 -0700 From: "Kenneth D. Merry" To: Dirk Froemberg Cc: stable@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: kernel panic if using SCSI CDROM as root device Message-ID: <20011115152226.A35113@panzer.kdm.org> References: <20011115003027.A87962@physik.TU-Berlin.DE> <20011115120432.A18404@physik.TU-Berlin.DE> <20011115145615.A34719@panzer.kdm.org> <20011115231115.B84012@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20011115231115.B84012@physik.TU-Berlin.DE>; from dirk@FreeBSD.ORG on Thu, Nov 15, 2001 at 11:11:16PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 15, 2001 at 23:11:16 +0100, Dirk Froemberg wrote: > Hi Kenneth! > > On Thu, Nov 15, 2001 at 02:56:15PM -0700, Kenneth D. Merry wrote: > > [...] > > Can you find out what line of code in dsioctl is causing the problem? > > > > If you built a debug kernel, you can do the following: > > > > gdb -k kernel.debug > > list *(dsioctl+0x42) > > > > That should indicate which line in dsioctl is blowing up. > > Yes, of course: > > % gdb -k kernel.debug > GNU gdb 4.18 > [...] > (kgdb) list *(dsioctl+0x42) > 0xc01b5216 is in dsioctl (/usr/src/sys/kern/subr_diskslice.c:357). > 352 struct partition *pp; > 353 > 354 slice = dkslice(dev); > 355 ssp = *sspp; > 356 sp = &ssp->dss_slices[slice]; > 357 lp = sp->ds_label; > 358 switch (cmd) { > 359 > 360 case DIOCGDVIRGIN: > 361 lp = (struct disklabel *)data; > (kgdb) > > Regards Dirk Thanks! Poul-Henning, any idea why this might be blowing up? It looks like the slice pointer isn't initialized for some reason. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message