From owner-freebsd-current@FreeBSD.ORG Fri Jun 15 23:12:08 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23BE016A46B for ; Fri, 15 Jun 2007 23:12:08 +0000 (UTC) (envelope-from alexjeffburke@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 8D30D13C458 for ; Fri, 15 Jun 2007 23:12:07 +0000 (UTC) (envelope-from alexjeffburke@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1049474uge for ; Fri, 15 Jun 2007 16:12:06 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=cH2OyEQdTQqgoMoXLMUzCpOlBJuVNqsZHANg3la31QhTcRTOL9OJVKO21yCm31Ai5YWnVTrzb7hXVNCaltfVrmGTHI0la69vIQG1CPaqcmEWEUJBOA1cXoYJVAu2tN1ZjhWe920hJ1fRNIHAs31yXTdeXW0Yuvy+S1SIejQW3Js= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=juqPwO8Uo3oC/PBOfCV6mDP2WKDaCgOnJ2cBzZ0TGENCdj7vk5zxX8LfMI82YB+fwWicY7Wtf52ftxqdWn86krKeb2vqO/vVaDc+PvdtDh3vx+3aTuA7LMPNK/5rNeFzJXdHYnzb8zdLtyJ1p2kqGNXZBe7nBNLleOk0zkSV7Qo= Received: by 10.82.152.16 with SMTP id z16mr6703981bud.1181947379125; Fri, 15 Jun 2007 15:42:59 -0700 (PDT) Received: by 10.82.179.8 with HTTP; Fri, 15 Jun 2007 15:42:59 -0700 (PDT) Message-ID: Date: Fri, 15 Jun 2007 23:42:59 +0100 From: "Alex Burke" To: "FreeBSD CURRENT" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Access to tape drive caused following backtrace 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: Fri, 15 Jun 2007 23:12:08 -0000 Hi, I was just doung a tar -tf /dev/sa0 when I got (hand transcribed): uma_zalloc_arg: zone "32" with the following non-sleepable locks held: exclusive sleep mutex ahc_lock r = 0 (0xc3cb2eb0) locked @ /usr/src/sys/cam/cam_ periph.h:182 KDB: stack backtrace: db_trace_self_wrapper(c01afca0,df502850,c076fcfd,c0a20063,df502864,...) at db_tr ace_self_wrapper+0x26 kdb_backtrace(c0a20063,df502864,4,1,0,...) at kdb_backtrace+0x29 witness_warn(5,0,c0a3a76f,c0a408e1,c3b76000,...) at witness_warn+0x41cd uma_zalloc_arg(c1472b40,0,102,2,c3ef6400,...) at uma_zalloc_arg+0x34 malloc(1c,c0a564e0,102,df502900,c09d8343,...) at malloc+0xd2 sagetparams(c3ef6484,c3ef6480,c3ef6488,df50299f,c3ef6485,...) at sagetparams+0x4 2c samount(c3e81a80,14c,c09d88343,b6,6,...) at samount+0x6df saopen(c3de8900,1,2000,c4080600,c0a56760,...) at sa_open+0x124 giant_open(c3de8900,1,2000,c4080600,c3f08200,...) at giant_open+0x4f devfs_open(df502a8c,c4080600,df502b80,df502b1c,...) at devfs_open+0x230 VOP_OPEN_APV(c0ac19e0,df502a8c,df502a78,246,c424a000,...) at VOP_OPEN_APV+0xa5 vn_open_cred(df502b80,df502c78,0,c4233180,c4064e58,...) at vn_open_cred+0x44b vn_open(df502b80,df502c78,0,c4064e58,246,...) at vn_open+0x33 kern_open(c4080600,df502cfc,c,c,c0ac4918,...) at kern_open+0xc3 open(c4080600,df502cfc,c,c,c0ac4918,...) at open+0x30 syscall(df502d38) at syscall+0x288 Xint0x80_syscall() at Xint0x80_syscall+0x20 --- syscall (5, FreeBSD ELF32, open), eip = 0x28194a7b, esp = 0xbfbfe9fc, ebp = 0xbfbfea88 --- The machine did not panic, seemed to still be responsive. Maybe the problem has been fixed since the CURRENT I am running, but I thought I should post this anyway. Cheers, Alex J Burke.