what is this KASSERT() testing?

2010-12-05 Thread matthew green
hi. my devbox just crashed with this: panic: kernel diagnostic assertion pg == NULL || pg == PGO_DONTCARE failed: file /usr/src/sys/miscfs/genfs/genfs_io.c, line 243 but i don't understand the KASSERT(). it seems that this sequence of events will always trigger: nfound =

Re: what is this KASSERT() testing?

2010-12-05 Thread Antti Kantee
On Mon Dec 06 2010 at 11:55:05 +1100, matthew green wrote: hi. my devbox just crashed with this: panic: kernel diagnostic assertion pg == NULL || pg == PGO_DONTCARE failed: file /usr/src/sys/miscfs/genfs/genfs_io.c, line 243 but i don't understand the KASSERT(). it seems that this