From owner-freebsd-current@FreeBSD.ORG Wed Jun 9 06:21:25 2004 Return-Path: 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 8DFCA16A4D0 for ; Wed, 9 Jun 2004 06:21:25 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id B728143D31 for ; Wed, 9 Jun 2004 06:21:24 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i596LMHO055277 for ; Wed, 9 Jun 2004 08:21:23 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40C6AC62.2070604@FreeBSD.org> Date: Wed, 09 Jun 2004 08:21:22 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@FreeBSD.org X-Enigmail-Version: 0.84.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: kernel panic on smb activity X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 09 Jun 2004 06:21:25 -0000 Scenario: I use a smb shared file system (win2k) via mount_smbfs and all is working fine (copy from/to, delete, etc.) Issue: today I found a file that causes kernel panic if I try to copy it to the share. # cp gaim.diff /mnt/ Fatal trap 12: page fault while in kernel mode [...] The panic is 100% reproducible with this particular file, a very simple diff file (available at http://www.alexdupre.com/gaim.diff). The system is a today's current. -- Alex Dupre