From owner-freebsd-current@FreeBSD.ORG Fri Dec 7 20:10:27 2012 Return-Path: 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 562B75CA for ; Fri, 7 Dec 2012 20:10:27 +0000 (UTC) (envelope-from break19@gmail.com) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) by mx1.freebsd.org (Postfix) with ESMTP id 13DDB8FC13 for ; Fri, 7 Dec 2012 20:10:26 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id c12so2155084ieb.9 for ; Fri, 07 Dec 2012 12:10:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=xrlHkm6IKMlrpYOe+H+6iUZG19t3b3T1g+4H2qyzwG0=; b=LKWxmStVe91Yiz+bzXHX/KmjU17VWEqCt9bE/juL/590jmaNVZmZTWKNpU6GapXAUU 6Eih6ateky8DlPtJFOEqUFyc9DZcqwTTt+OPkSzKLJ1QGFUwmHwRTVMXDgYSQlp6k4wI fGwdzX2AIDrSmpft6SyvFD5bfGD5Yts9C9zJw6CXHIWGg88MVdNhAeL1HbM//kZX+YjY z3f4P40pEJJKU5uJgfEmGNZkmTR/iQClYqLSYxnlatH7YlzgTZJTzCUOVehYPjfx2mbs zI6LWE88NjE+3c/em66UW9arJF6VgXcHsJSKnsIVvt8l3msLGrzIO8UDWOXGqP9I8LLJ QXpQ== Received: by 10.50.195.196 with SMTP id ig4mr214826igc.33.1354911020573; Fri, 07 Dec 2012 12:10:20 -0800 (PST) Received: from [192.168.0.199] ([173.157.54.125]) by mx.google.com with ESMTPS id as6sm18984917igc.8.2012.12.07.12.10.18 (version=SSLv3 cipher=OTHER); Fri, 07 Dec 2012 12:10:19 -0800 (PST) Message-ID: <50C24D2D.9060906@gmail.com> Date: Fri, 07 Dec 2012 14:10:21 -0600 From: Chuck Burns User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: 9.1-RC3 AMD64 reproducible kernel panic References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Dec 2012 20:10:27 -0000 On 12/7/2012 12:31 PM, CeDeROM wrote: > Hello :-) > > After days of problem with my system storage (?) I think I have located the > issue, or at least I am able to reproduce it, please take a look at > attached picture (photo of a crash). > > At first I thought that was the Ext2 filesystem issue, but then I have > replaced the filesystem to UFS2-SU+J (which increased transfer efficiency > and dramatically reduced filesystem check time compared to Ext2) but the > issue persisted. This problem occurs also when only / is mounted (no > additional storage locations only the OS). This can mean there is a > corruption on / that is marked clean. > > Right now I am not sure if this is storage related anymore... there is > however some note on ffs double alloc. Crash occurs after I start Xorg > (Kde3 WM, all packages installed from binary packages with portinstall). > Please let me know if you need additional information/tests :-) > > Best regards :-) > Tomek I could be blind, but I do not see any attachment. Best to upload it to an image-sharing site, and then post the link anyway. How have you ruled out a hardware issue? Just because it works fine under another OS doesn't necessarily mean that the hardware is fine, just that other OS may not probe/use/access it in exactly the same manner. -- Chuck Burns