From owner-freebsd-current@FreeBSD.ORG Tue Aug 23 11:44:53 2011 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 02CC3106566B for ; Tue, 23 Aug 2011 11:44:53 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9291C8FC0C for ; Tue, 23 Aug 2011 11:44:52 +0000 (UTC) Received: by ewy1 with SMTP id 1so8329ewy.13 for ; Tue, 23 Aug 2011 04:44:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fgBkqsobhAv08PlkdH29mthOHhw2vIpCdWPqk1BIZXQ=; b=cdtOICDlmFetR8bStQ199mYzTJZgJNSH9amH1uaWcSbtM37snPafii9YXtH35/YtZh PrFIjuA5pe9XFvw4F+p8pM0fHFs4DwdGyl/p/aZkg5npqSCQmZCVhDMBPDtwiHH3349V NCWVLlOO10L7UcWn5UAlC8CwD3X/0Buuql07I= MIME-Version: 1.0 Received: by 10.14.147.15 with SMTP id s15mr1011178eej.100.1314098257755; Tue, 23 Aug 2011 04:17:37 -0700 (PDT) Received: by 10.14.98.73 with HTTP; Tue, 23 Aug 2011 04:17:37 -0700 (PDT) In-Reply-To: <049301cc6183$7d3299e0$7797cda0$@grohnwaldt.eu> References: <049301cc6183$7d3299e0$7797cda0$@grohnwaldt.eu> Date: Tue, 23 Aug 2011 15:17:37 +0400 Message-ID: From: Sergey Kandaurov To: Uwe Grohnwaldt Content-Type: text/plain; charset=ISO-8859-1 Cc: current@freebsd.org Subject: Re: Panic with 9.0 Beta 1 (arcmsr.c) 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: Tue, 23 Aug 2011 11:44:53 -0000 On 23 August 2011 14:57, Uwe Grohnwaldt wrote: > Hi, > > i tried to install FBSD 9.0 beta 1. Booting the install-cd stopped with a > kernel panic: > > panic: _mtx_lock_sleep: recursed on non-recursive mutex arcmsr Q buffer lock > @ /usr/src/sys/dev/arcmsr/arcmsr.c:2093 > > A screenshot from the panic can be found here: > http://ugrohnwaldt.web02.lando.us/FBSD/arcmsr.png HI, that should be fixed in head (and in forthcoming BETA2). You can apply this patch from head to fix panic: http://svnweb.freebsd.org/base/head/sys/dev/arcmsr/arcmsr.c?view=patch&r1=224905&r2=224904&pathrev=224905 -- wbr, pluknet