Subject: Re: crashes with recent -current
To: None <dlagno@rambler.ru, current-users@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: current-users
Date: 06/07/2005 18:55:43
On Tue, Jun 07, 2005 at 08:23:56PM +0400, Denis Lagno wrote:
> db{1}> bt
> uvm_fault(0xcf9742a8, 0, 0, 1) -> 0xe
> kernel: page fault trap, code=0
> Faulted in DDB; continuing...
> 
> db{1}> continue
> uvm_fault(0xc05b6220, 0xcb8a5000, 0, 2) -> 0xe
> kernel: page fault trap, code=0
> Stopped in pid 5030.1 (sox) at  netbsd:memset+0x26:     movl    %eax,0xfffffffc(
> %edi,%ecx,1)

Can you provide a trace as well (the 't' command in DDB)? That would
make it much easier to spot where the problem is. You're probably
right that it is in the audio code.

- Frank