Date: Tue, 24 Jan 2006 23:00:09 +1100 From: Peter Jeremy <PeterJeremy@optushome.com.au> To: current@FreeBSD.org Subject: Re: panic: vm_page_insert: page already inserted Message-ID: <20060124120009.GX25397@cirb503493.alcatel.com.au> In-Reply-To: <20060124094631.GE69162@funkthat.com> References: <20060124094631.GE69162@funkthat.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2006-Jan-24 01:46:31 -0800, John-Mark Gurney wrote: >Ok, now another panic that doesn't involve my code. Simply loading >the bktr module causes this: >panic: vm_page_insert: page already inserted ... >vm_page_insert(c1655fb8,c075a440,11eb1,0) at vm_page_insert+0x36 >contigmalloc2(c1655fb8,8,0,1,c1655fb8) at contigmalloc2+0x106 If you have a crashdump, can you print the vm_page_t at 0xc1655fb8, it's object, the address of kernel_object_store and the vm_object_t at 0xc075a440 if it's not kernel_object_store. I've been seeing these panics with a patched version contigmalloc() and it would be nice to know if there's a bug outside these patches. -- Peter Jeremy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060124120009.GX25397>