From owner-freebsd-stable@FreeBSD.ORG Sun Jan 12 12:46:31 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26812AF1; Sun, 12 Jan 2014 12:46:31 +0000 (UTC) Received: from mail-bk0-x236.google.com (mail-bk0-x236.google.com [IPv6:2a00:1450:4008:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FBC51F02; Sun, 12 Jan 2014 12:46:30 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id u14so466702bkz.13 for ; Sun, 12 Jan 2014 04:46:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=N3USkcuFmLzK/VJtoP8Ry/wXVDVLp0aCU0dUMvOfHMM=; b=JHOtj8SX2cm6AW4Zzpg6zDv4J4bbFKO08mQcj+MeMkhMp9a75aJXN5NUunHc0VaVMa KLvOu7ZXD59Alu9LUCDaV8rCkMVSM3OUwzP1GfMXLoTamFEZtezwYTSuyb/c4cKh/jCu WCyClRNZCam7hMLENRc2TFXXJXAs+/2s+nV9ST8/jvQcNYnxCPoajjNOZ/bZ3truYtJm sxCHq5ObySq6Feih1JXE2SuWVZFe2k06ebOY25pWzwFPso1w6DDfw+utwYlTQNS7njLq BnmL8GzjaGGGhdJZBYi7swAR2joFtfyWBunnueZXY+8/AFdPKiDKmk4yFnIm6PTBQv1r SbZQ== X-Received: by 10.204.114.68 with SMTP id d4mr6887802bkq.13.1389530788147; Sun, 12 Jan 2014 04:46:28 -0800 (PST) Received: from localhost ([178.150.115.244]) by mx.google.com with ESMTPSA id jv7sm8865475bkb.6.2014.01.12.04.46.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jan 2014 04:46:27 -0800 (PST) Sender: Mikolaj Golub Date: Sun, 12 Jan 2014 14:46:25 +0200 From: Mikolaj Golub To: Dmitry Sivachenko Subject: Re: stable/10 panics on boot Message-ID: <20140112124624.GB16750@gmail.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: stable@freebsd.org, Scott Long , Alexander Motin X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 12:46:31 -0000 On Sun, Jan 12, 2014 at 03:46:26PM +0400, Dmitry Sivachenko wrote: > Hello! > > Previously I had stable/10 build on Dec, 20 running. > > Now I upgraded to today's (Jan, 12) snapshot and I get kernel panic on boot: > http://people.freebsd.org/~demon/10-panic.png As it crashes in cam's doneq thread, it might be related to r260385, r260387 (MFC Alexander Motin's GEOM direct dispatch work, by Scott). -- Mikolaj Golub