Subject: Re: Freeze
To: None <port-i386@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 07/04/2000 16:24:06
(That should have read "Doing a ./configure in ccvs" hence getting stuck in tr
or even sed later)
This seems to have something to do with Cyrix. I just moved the
disks / peripherals to a
cpu0: family 5 model 4 step 3
cpu0: Intel Pentium/MMX (586-class)
as opposed to a
cpu0: family 6 model 0 step 0
cpu0: Cyrix 6x86MX (686-class)
and even ran "top" in another window given the thread "Strange crashes
involving ps?" ie., changed CPU/motherboard/memory. Note that during the
freeze, the cyrix would still respond to pings. telnet would connect, but no
prompt would appear. All terminal windows would freeze.
Cheers,
Patrick
On Mon, Jul 03, 2000 at 09:59:00PM +0100, Patrick Welche wrote:
> Doing a make check compiling cvs, said cyrix without PMAP_PAGEIDLEZERO defined
> just freezes (2nd time in a row)
>
> PID PPID PGRP UID S FLAGS COMMAND WAIT
> >1014 1012 128 2171 7 0x4006 tr
> db> t
> cpu_Debugger(c0415a00,1,0,c512d802,c530ea78) at cpu_Debugger+0x4
> comintr(c0444400) at comintr+0xcd
> Xintr4() at Xintr4+0x70
> --- interrupt ---
> lockmgr(c51e58a4,1,0) at lockmgr+0x931
> uvm_fault(c51e58a0,3b096000,0,1,0) at uvm_fault+0xf9
> trap() at trap+0x405
> --- trap (number 6) ---
> end(c51e58a0,804d000,0,3,0) at 0xc0370078
> trap() at trap+0x405
> --- trap (number 6) ---
> copyout(c0430920,7,c530eef4,c530ef88,c51f98a0) at copyout+0x38
> soreceive(c047370c,0,c530eef4,0,0) at soreceive+0x6d8
> soo_read(c51f98a0,c51f98bc,c530eef4,c048a380,1) at soo_read+0x1d
> dofileread(c52c9af4,0,c51f98a0,804d000,1000) at dofileread+0x6c
> sys_read(c52c9af4,c530ef88,c530ef80,0,804b1e8) at sys_read+0x67
> syscall() at syscall+0x10d
> --- syscall (number 3) ---
> 0x480d8823:
>
> Strange...
>
> Patrick