From owner-cvs-all Wed Jul 25 17:14:55 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id ABD7E37B401; Wed, 25 Jul 2001 17:14:46 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15PYoZ-0001Ur-00; Thu, 26 Jul 2001 02:15:43 +0200 From: Sheldon Hearn To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/libiconv Makefile In-reply-to: Your message of "Wed, 25 Jul 2001 13:52:36 MST." Date: Thu, 26 Jul 2001 02:15:42 +0200 Message-ID: <5756.996106542@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 25 Jul 2001 13:52:36 MST, John Baldwin wrote: > > I haven't connected this to the modules build because I can't test that > > it works. Sure, it loads fine, but I get a reproducible kernel mode > > page fault in the rl(4) interrupt handler when I actually try to use it. > > > Did you make the smbfs module depend on the libiconv module via a > MODULE_DEPEND()? What if you kldload libiconv.ko first and then try > the mount, does it still panic? The page fault in the rl(4) interrupt handler was a red herring. No idea why that happened. What actually happens is this: /usr/src/sys/netsmb/smb_iod.c:693 (rev 1.1) /usr/src/sys/kern/kern_mutex.c:680 (rev 1.64) /usr/src/sys/kern/subr_witness.c:395 (rev 1.80) BANG Thanks for all the offline help with debugging. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message