From owner-freebsd-current@FreeBSD.ORG Tue Jan 24 11:46:53 2006 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F31D116A41F for ; Tue, 24 Jan 2006 11:46:52 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id E7E9D43D45 for ; Tue, 24 Jan 2006 11:46:51 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 24 Jan 2006 11:46:50 -0000 Received: from v208-017.vps.tuwien.ac.at (EHLO v208-017.vps.tuwien.ac.at) [128.131.208.17] by mail.gmx.net (mp035) with SMTP; 24 Jan 2006 12:46:50 +0100 X-Authenticated: #16703784 From: Stefan Ehmann To: John-Mark Gurney In-Reply-To: <20060124094631.GE69162@funkthat.com> References: <20060124094631.GE69162@funkthat.com> Content-Type: text/plain Date: Tue, 24 Jan 2006 12:46:49 +0100 Message-Id: <1138103209.815.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: current@FreeBSD.org Subject: Re: panic: vm_page_insert: page already inserted X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 11:46:53 -0000 On Tue, 2006-01-24 at 01:46 -0800, John-Mark Gurney wrote: > Ok, now another panic that doesn't involve my code. Simply loading > the bktr module causes this: I got a similar panic when loading iwi. Unfortunately I have no backtrace right now, just panic message. Panic String: vm_page_insert: page already inserted Little background: I need to unload the if_iwi module before suspend, otherwise resuming sometimes takes very long. So I need to reload it on resume. Sometimes (maybe once in 5 resumes) the kernel panics. I don't know if it's the same panic every time since I'm in X most of the time and the system simply resets. I'll provide a backtrace if I'm able to get a good dump.