From owner-freebsd-current Thu Feb 27 15:30:21 2003 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 0D65737B401 for ; Thu, 27 Feb 2003 15:30:20 -0800 (PST) Received: from bluejay.mail.pas.earthlink.net (bluejay.mail.pas.earthlink.net [207.217.120.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D26F43FAF for ; Thu, 27 Feb 2003 15:30:19 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0207.cvx40-bradley.dialup.earthlink.net ([216.244.42.207] helo=mindspring.com) by bluejay.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18oXTl-0007OO-00; Thu, 27 Feb 2003 15:30:18 -0800 Message-ID: <3E5E9F3A.7016542@mindspring.com> Date: Thu, 27 Feb 2003 15:28:58 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Patrick Stinson Cc: freebsd-current Subject: Re: smbfs crashes References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a462aa4c0ad09b2da0f616f0a1f77e39d7a2d4e88014a4647c350badd9bab72f9c350badd9bab72f9c Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Patrick Stinson wrote: > whenever I move a file from a node mounted with mount_smbfs to a local fs, > the system crashes with a kernel page fault. > > is this a known problem? This was supposedly fixed a while ago. It was a problem that was introduced in the page fault handler when handling a fault from SMBFS, when the fault was satisfied as a result of an interrupt, with no process context present. I believe the fix was to lock around and assign the proc * earlier, so it was there when the request was satisfied. Have you tried updating? PS: Next time: minimally a trap message and preferrably a trap message and a traceback. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message