From owner-freebsd-current@FreeBSD.ORG Wed Aug 1 23:59:15 2007 Return-Path: Delivered-To: Current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1D3316A420 for ; Wed, 1 Aug 2007 23:59:15 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 7896413C469 for ; Wed, 1 Aug 2007 23:59:15 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l71NxAP7092541; Wed, 1 Aug 2007 17:59:11 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46B11E47.2030505@samsco.org> Date: Wed, 01 Aug 2007 17:59:03 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2 MIME-Version: 1.0 To: Matt Reimer References: <468B551C.7070107@jschmidle.org> In-Reply-To: X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Wed, 01 Aug 2007 17:59:12 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: Jan Schmidle , Current@freebsd.org Subject: Re: Panic with areca and dd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Aug 2007 23:59:15 -0000 Matt Reimer wrote: > On 7/4/07, Jan Schmidle wrote: >> I reduced my Problem from zfs to a general disk, i/o problem. >> But now i don't know if it is areca driver related or a >> general freebsd-current problem. >> >> When I start two dd's like "dd if=/dev/zero of=/dev/da1 bs=1024" >> on different disks, the machine panics with the following backtrace and >> stuff. >> I also appended a complete dmesg before the crash. The machine is >> running a cvsuped GENERIC >> kernel from yesterday. >> >> Does anybody know, how to solve this ? >> >> Jan > > Jan, > > Scott Long just committed a fix for the arcmsr driver that solved a > similar crash for us. > That reminds me, could you update to what's in CVS and verify it works the same as the patch I gave you? Thanks, Scott