From owner-freebsd-current@FreeBSD.ORG Thu Jul 19 22:59:17 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8060A16A469 for ; Thu, 19 Jul 2007 22:59:17 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 6355713C461 for ; Thu, 19 Jul 2007 22:59:17 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.14.1) with ESMTP id l6JMxG3L005895 for ; Thu, 19 Jul 2007 15:59:16 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.14.1/Submit) id l6JMxG2g005894 for freebsd-current@freebsd.org; Thu, 19 Jul 2007 15:59:16 -0700 (PDT) (envelope-from sgk) Date: Thu, 19 Jul 2007 15:59:16 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20070719225916.GA46703@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: panic: _mtx_lock_sleep ... ahc_lock 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: Thu, 19 Jul 2007 22:59:17 -0000 While taking the Xorg 7.2 upgrade plunge on my newly installed ULE driven box. I got the following panic. panic: _mtx_lock_sleep: recursed on non-recursive mutex ahc_lock@/usr/src/sys/dev/aic7xxx/aic7xxx_osm.h:203 cpuid = 0 Uptime: 12s panic: _mtx_lock_sleep: recursed on non-recursive mutex ahc_lock@/usr/src/sys/cam/cam_periph.h:182 At this point, the keyboard was locked up so getting a backtrace wasn't possible. The relevant lines from dmesg are ahc0: port 0xb800-0xb8ff mem 0xfeafe000-0xfeafefff irq 16 at device 4.0 on pci3 ahc0: [ITHREAD] aic7880: Ultra Single Channel A, SCSI Id=7, 16/253 SCBs sa0 at ahc0 bus 0 target 5 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 5.000MB/s transfers (5.000MHz, offset 15) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 10.000MB/s transfers (10.000MHz, offset 15) da0: Command Queueing Enabled da0: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) -- Steve