From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 28 15:11:45 2006 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.org Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69FD816A403 for ; Thu, 28 Dec 2006 15:11:45 +0000 (UTC) (envelope-from steve@localhost.lu) Received: from linion.ion.lu (linion.ion.lu [80.90.47.168]) by mx1.freebsd.org (Postfix) with ESMTP id BA54C13C466 for ; Thu, 28 Dec 2006 15:11:44 +0000 (UTC) (envelope-from steve@localhost.lu) Received: (qmail 5887 invoked by uid 89); 28 Dec 2006 16:06:00 +0100 Received: from localhost (HELO ?127.0.0.1?) (steve@localhost.lu@127.0.0.1) by linion.ion.lu with SMTP; 28 Dec 2006 16:06:00 +0100 Message-ID: <4593DD1A.40700@localhost.lu> Date: Thu, 28 Dec 2006 16:04:58 +0100 From: Steve Clement User-Agent: Thunderbird 1.5.0.9 (X11/20061222) MIME-Version: 1.0 To: freebsd-hackers@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 28 Dec 2006 16:53:40 +0000 Cc: Subject: repeatedly unloading a stuck module followed by a segfault X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Dec 2006 15:11:45 -0000 Hi, I recently compiled the rather experimental if_wpi driver (Interl 3945 Wireless Card) Now I noticed it would take quite a long time to unload or rather it wouldn't unload because of a bug, so I tried to repeatedly unload it and I had a kernel segfault followed by a reboot :) I wondered whether the actual module has a bug that provokes this segv? Who handles such an event? cheers a lot, Steve Clement