From owner-freebsd-stable@FreeBSD.ORG Fri Mar 9 05:42:19 2007 Return-Path: X-Original-To: stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D5C216A405 for ; Fri, 9 Mar 2007 05:42:19 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 253A313C4B6 for ; Fri, 9 Mar 2007 05:42:18 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: (qmail 23849 invoked from network); 9 Mar 2007 05:42:18 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 9 Mar 2007 05:42:18 -0000 Received: from aldan.algebra.com (aldan [127.0.0.1]) by aldan.algebra.com (8.13.8/8.13.8) with ESMTP id l295gHwB002844 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Mar 2007 00:42:17 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.13.8/8.13.8/Submit) id l295gGfg002843; Fri, 9 Mar 2007 00:42:16 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: stable@FreeBSD.org Date: Fri, 9 Mar 2007 00:42:16 -0500 User-Agent: KMail/1.9.5 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: sos@FreeBSD.org Subject: panic in ATA (atacontrol reinit ata2) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 05:42:19 -0000 Hello! I can reinit the ata0 (no devices) and ata1 (a single DVD drive) without any problems -- they are both IDE (PATA). Reinit-ing ata2 (with one SATA drive) hangs the machine solid. Most of the time... This one time, however, it paniced and dumped core instead of hanging. Here is the debugging session (something is wrong with most of the stack): http://aldan.algebra.com/~mi/ata-crash-kgdb.txt Let me know, if you need the contents of other variables... I'm using 6.2-STABLE/amd64 as of March 2nd on a quad-core Opteron system with 4Gb of RAM. The system and home drives are SCSI, but this 500Gb one is where I keep my backups, pictures, and videos... The drive has recently developed a nasty habit of detaching (maybe, due to heat?) -- but interrogating it with smartmontools does not show any errors... Either way, the kernel is not supposed to panic -- there is not even any swap on the drive. Thanks! -mi