From owner-freebsd-current@FreeBSD.ORG Wed Aug 1 17:48:16 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 826F716A417 for ; Wed, 1 Aug 2007 17:48:16 +0000 (UTC) (envelope-from mattjreimer@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 43DF813C46B for ; Wed, 1 Aug 2007 17:48:16 +0000 (UTC) (envelope-from mattjreimer@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so62172anc for ; Wed, 01 Aug 2007 10:48:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZkUoYS6S2+uSx4c5zqB+vNcBvosu4KTBXTGawmSaSNT+ymJ1tIoflH0IrfojFe14eMDXC+14cCtAuGHQbtTAgkTGG7j/ZfpcXEJDtTF44YR86DU6OtMyR31gJQSgBBVHnfg1mkE6wz/+5iqFoYjo/Dr8CbrMtshYjwSKoM9CbEE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KaxOVlpsbQf18Th8717qoxjsPfXAhpGN7nvct1Td5iylle0t3I0WNQ3B5HacVZBg5oC3niI5qwJ+K01DWPtPHsSx0VT2dbM/HePnIAZgFmgslbQiavW+DI1J4YiaAkSCDo7h5w7+FDn4w6YHoN7UoE6OBjcXl7O0UFF2MdRUKAU= Received: by 10.100.144.11 with SMTP id r11mr583611and.1185990495439; Wed, 01 Aug 2007 10:48:15 -0700 (PDT) Received: by 10.100.122.7 with HTTP; Wed, 1 Aug 2007 10:48:15 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 10:48:15 -0700 From: "Matt Reimer" To: "Jan Schmidle" In-Reply-To: <468B551C.7070107@jschmidle.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <468B551C.7070107@jschmidle.org> Cc: 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 17:48:16 -0000 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. Matt