From owner-freebsd-current@FreeBSD.ORG Sun Nov 23 12:16:14 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346D916A4CE; Sun, 23 Nov 2003 12:16:14 -0800 (PST) Received: from rosebud.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id C665D43F3F; Sun, 23 Nov 2003 12:16:12 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.9p2/8.12.9) with ESMTP id hANKGBA1003455; Sun, 23 Nov 2003 12:16:11 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.9p2/8.12.9/Submit) id hANKGAh3003452; Sun, 23 Nov 2003 12:16:10 -0800 (PST) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16321.5514.14905.384718@rosebud.alerce.com> Date: Sun, 23 Nov 2003 12:16:10 -0800 To: freebsd-current@freebsd.org, freebsd-mobile@freebsd.org In-Reply-To: <16320.8955.485537.857428@rosebud.alerce.com> References: <16320.8955.485537.857428@rosebud.alerce.com> X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid Subject: More info [was Re: Sony PCG-GRX570 laptop, panic on boot w/ 5.1R...] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 20:16:14 -0000 George Hartzell writes: > > I've been trying to install something 5-ish on a Sony PCG-GRX570 > laptop. > > I started off trying to boot off of the 5.1 release CD, normally, > w/out acpi, and safe. Every option panic-ed, with essentially the > same message (see below), although it followed a different driver > depending on how it was booted. > > Then I installed 4.7 (since I had the CD), cvsup-ed my repository, and > cvs up'ed /usr/src to the 5-current. I followed the section on moving > from 4 to 5-current in UPDATING to build the world, etc.... I had to > work around a bit of previously reported 4.7/5 weirdness in > /usr/include, but it went w/out any trouble. > > When I reached the point where I was supposed to boot the new kernel > in single user mode, the 5-current kernel paniced: > > miibus0: in fxp0 > inphy0: on miibus0 > inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x63696d20 > fault code = supervisor write, page not present > instruction pointer = 0x8:0xc0659df3 > stack pointer = 0x10:0xc0c217ac > frame pointer = 0x10:0xc0c217cc > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 0 (swapper) > kernel: type 12 trap, code=0 > Stopped at ithread_add_handler+0x163: movl %ebx,0(%eax) > db> > > I've seen several similar reports in the archives for late last > summer. The general answer seemed to be that people were having > hardware trouble. I don't think that is the case in my case, unless > -current is doing something very strange, since the same machine runs > well enough under 4.7 to buildworld and buildkernel, and the same > hardware has been running Suse and Win2000. > > How can I help get this solved? It turns out that the 5.0 release CD also boots successfully, so it seems to be something that's happened in -current since then. Help? g.