Re: double fault [Was: clang compiled kernel panic when mounting zfs root on i386]

2012-12-23 Thread Hans Petter Selasky
On Saturday 22 December 2012 13:59:11 Dimitry Andric wrote: > On 2012-12-22 12:11, Andriy Gapon wrote: > > on 21/12/2012 18:38 Hans Petter Selasky said the following: > >> I've built a 10-current i386 kernel as of today, and I see double fault > >> when USB audio is allocating memory. Anyone knows

Re: double fault [Was: clang compiled kernel panic when mounting zfs root on i386]

2012-12-22 Thread Dimitry Andric
On 2012-12-22 12:11, Andriy Gapon wrote: on 21/12/2012 18:38 Hans Petter Selasky said the following: I've built a 10-current i386 kernel as of today, and I see double fault when USB audio is allocating memory. Anyone knows why? kdb_enter() vpanic() panic() dblfault_handler() vm_map_lookup() vm_

double fault [Was: clang compiled kernel panic when mounting zfs root on i386]

2012-12-22 Thread Andriy Gapon
on 21/12/2012 18:38 Hans Petter Selasky said the following: > I've built a 10-current i386 kernel as of today, and I see double fault when > USB audio is allocating memory. Anyone knows why? > > kdb_enter() > vpanic() > panic() > dblfault_handler() > vm_map_lookup() > vm_fault_hold() > vm_fault()