From owner-freebsd-questions@FreeBSD.ORG Tue Sep 14 16:29:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADDF16A4CE for ; Tue, 14 Sep 2004 16:29:40 +0000 (GMT) Received: from mx1.portjeff.net (mx1.portjeff.net [216.168.142.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91F4743D39 for ; Tue, 14 Sep 2004 16:29:40 +0000 (GMT) (envelope-from c.rued@xsb.com) Received: from localhost (localhost [127.0.0.1]) by mx1.portjeff.net (Postfix) with ESMTP id C9638354F6 for ; Tue, 14 Sep 2004 12:28:25 -0400 (EDT) Received: from mx1.portjeff.net ([127.0.0.1]) by localhost (mx1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01515-09 for ; Tue, 14 Sep 2004 12:28:23 -0400 (EDT) Received: from xsb.com (mail.portjeff.net [216.168.142.132]) by mx1.portjeff.net (Postfix) with ESMTP id 264053547E for ; Tue, 14 Sep 2004 12:28:22 -0400 (EDT) Received: from [10.25.1.120] [129.49.16.170] by xsb.com with ESMTP (SMTPD32-7.15) id AAD74B200BA; Tue, 14 Sep 2004 12:22:47 -0400 Message-ID: <41471C6C.7040005@xsb.com> Date: Tue, 14 Sep 2004 12:29:32 -0400 From: Christopher Rued User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mx1.portjeff.net Subject: Reproducible panic kldunloading nvidia X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 16:29:41 -0000 Hi all, I recently noticed (while updating my ports) that attempting to unload the nvidia driver causes the kernel to panic. I can load/unload other modules without a problem. If I kldunload nvidia, it immediately panics with a fatal trap 12. * The nvidia driver port version is nvidia-driver-1.0.6113 * uname -a output: FreeBSD ool-18beb73b.dyn.optonline.net 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #0: Wed Apr 28 10:26:54 EDT 2004 root@ool-18bacefa.dyn.optonline.net:/usr/obj/usr/src/sys/FRANKENSTEIN i386 * It might be significant that I do not currently have an nvidia card installed in this machine (I did at one point). Any idea what might be wrong here? Any hints on how I can gather more info. to file a bug report if that becomes necessary? Thanks, --Chris PS: Please be sure to include my email address in any reply, as I am not subscribed to this list.