NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-amd64/42631: Booting 5.0.1/amd64 (or 5.0.1/i386) install kernel gets page fault on Dell Inspiron 545s
The following reply was made to PR port-amd64/42631; it has been noted by GNATS.
From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-amd64/42631: Booting 5.0.1/amd64 (or 5.0.1/i386) install
kernel gets page fault on Dell Inspiron 545s
Date: Fri, 22 Jan 2010 09:22:13 +0000
On Sun, Jan 17, 2010 at 01:05:00PM +0000,
dennis.c.ferguson%gmail.com@localhost wrote:
> I wasn't sure which category to file this under since both the i386
> and amd64 install disks fail in about the same place. I want to
> install an amd64 system, however, so I filed the bug here.
"kern".
> Booting the 5.0.1 installation iso image kernel results in a kernel
> page fault during, or just after, autoconfiguration. When it stops
> it looks like this:
>
> azalia0: codec[0]: Realtek ALC888 (rev. 2.2), HDA rev. 1.0
> uvm_fault(0xffffffff8110eb40, 0xffff800007f37000, 1) -> e
> trap type 6 code 0 rip ffffffff807169e5 cs 8 rflags 10207 cr2
ffff800007f37014 cpl 0 rsp ffff80004e4df918
> kernel: page fault trap, code=0
> Stopped in pid 0.43 (system) at 0xffffffff807159e5: repe movsq (%rsi),
%es:(%rdi)
Does it still crash if you disable azalia? (with boot -c)
If not, the best approach is probably to disable azalia while
installing, then try a kernel from the netbsd-5 branch (5.0_STABLE
rather than 5.0.1 or 5.0.1_PATCH) which will have the replacement
hdaudio(4) driver instead, which works a lot better and will hopefully
not crash.
If the crash still happens that way, it's something else causing it,
and the first step is to extract a stack backtrace from ddb (type
"bt") to see where it blew up.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index