From owner-freebsd-current@FreeBSD.ORG Thu Apr 22 05:18:32 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 AAE4116A4CE for ; Thu, 22 Apr 2004 05:18:32 -0700 (PDT) Received: from imf19aec.mail.bellsouth.net (imf19aec.mail.bellsouth.net [205.152.59.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F40943D46 for ; Thu, 22 Apr 2004 05:18:32 -0700 (PDT) (envelope-from jdoolittle@kingsquarry.net) Received: from mercury.kingsquarry.net ([65.1.130.141]) by imf19aec.mail.bellsouth.netESMTP <20040422121831.UAJI1774.imf19aec.mail.bellsouth.net@mercury.kingsquarry.net> for ; Thu, 22 Apr 2004 08:18:31 -0400 Received: by mercury.kingsquarry.net (Postfix, from userid 1000) id B711B45A; Thu, 22 Apr 2004 08:18:27 -0400 (EDT) Received: from kingsquarry.net (mars.kingsquarry.net [192.168.1.71]) by mercury.kingsquarry.net (Postfix) with ESMTP id 1E75543 for ; Thu, 22 Apr 2004 08:18:16 -0400 (EDT) Message-ID: <4087B807.5050508@kingsquarry.net> Date: Thu, 22 Apr 2004 08:18:15 -0400 From: Jeff Doolittle User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mercury.kingsquarry.net X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 Subject: atacontrol create RAID0+1 = panic 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: Thu, 22 Apr 2004 12:18:32 -0000 atacontrol is causing a panic when I attempt to create a RAID0+1 array. I refreshed the sources shortly after midnight and did a fresh build this morning because in my prior build's atacontrol was causing a panic when I attempted to delete a RAID0 array. Please let me know if any information besides the following is required: saturn# atacontrol create RAID0+1 2000 ad4 ad6 ad2 ad3 ar0: 381564MB [48624/255/63] status: READY subdisks: disk0 READY on ad4 at ata2-master disk1 READY on ad6 at ata3-master disk2 READY on ad2 at ata1-master disk3 READY on ad3 at ata1-slave Slab at 0xc4770ccc, freei 0 = 0. panic: Duplicate free of item 0xc4a0d000 from zone 0xc10261c0(2048) at line 271 in file /usr/src/sys/vm/uma_dbg.c cpuid = 0; Debugger("panic") Stopped at Debugger+0x46: xchgl %ebx,in_Debugger.0 db> The machine is a ASUS P4C800-E Deluxe with Hyper Threading enabled, EIDE/SATA enhanced mode disabled (aka; compatibility/legacy), and the onboard Promise RAID is configured for standard IDE (non-RAID). Thanks.