From owner-freebsd-current@FreeBSD.ORG Sat Mar 10 08:42: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 09D4816A403 for ; Sat, 10 Mar 2007 08:42:08 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id A09F613C442 for ; Sat, 10 Mar 2007 08:42:07 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.227] (helo=fw.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60) (envelope-from ) id 1HPx9J-0005tZ-Ry for freebsd-current@freebsd.org; Sat, 10 Mar 2007 10:42:06 +0200 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id l2A8fq47071476 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 10 Mar 2007 10:41:53 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8) with ESMTP id l2A8fqSO090134; Sat, 10 Mar 2007 10:41:52 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8/Submit) id l2A8fqcm090133; Sat, 10 Mar 2007 10:41:52 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 10 Mar 2007 10:41:52 +0200 From: Kostik Belousov To: Michal Mertl Message-ID: <20070310084152.GD73957@deviant.kiev.zoral.com.ua> References: <1173353693.1523.7.camel@genius.i.cz> <20070308121301.GR10453@deviant.kiev.zoral.com.ua> <1173422820.1211.3.camel@genius.i.cz> <20070309125227.GB73957@deviant.kiev.zoral.com.ua> <1173509372.1223.0.camel@genius.i.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mJm6k4Vb/yFcL9ZU" Content-Disposition: inline In-Reply-To: <1173509372.1223.0.camel@genius.i.cz> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: ClamAV version 0.88.7, clamav-milter version 0.88.7 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-0.1 required=5.0 tests=ALL_TRUSTED,SPF_NEUTRAL autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on fw.zoral.com.ua X-Scanner-Signature: d3dfc5a0b247ea81d48b6a940fe6235f X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 853 [Mar 10 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: freebsd-current , Rong-en Fan Subject: Re: Kernel panic - page fault in inodedep_find 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: Sat, 10 Mar 2007 08:42:08 -0000 --mJm6k4Vb/yFcL9ZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 10, 2007 at 07:49:32AM +0100, Michal Mertl wrote: > Kostik Belousov wrote:=20 > > > > > #7 0xffffffff8059c175 in inodedep_find (inodedephd=3D0xffffffff8= 106d660, > > > > > fs=3D0xffffff0061a4d800, inum=3D168358, inodedeppp=3D0xffff ffffa= f6b83e0) > > > > > at ../../../ufs/ffs/ffs_softdep.c:1246 > > > > Please, from this frame (#7) do > > > > p/x *inodedep > > > > p/x *inodedephd > > >=20 > > > 1246 LIST_FOREACH(inodedep, inodedephd, id_hash) > > > Current language: auto; currently c > > > (kgdb) p/x *inodedep > > > Cannot access memory at address 0x18 > > > (kgdb) p/x *inodedephd > > > $1 =3D {lh_first =3D 0x18} > >=20 > > Ok, this seems to be exactly the same problem as Rong-en' one, even the > > corrupted value is the same. > >=20 > > For start, could you, please, show your dmesg ? > >=20 > Just to be sure the problem had not been fixed by now I have updated the > sources and rebuilt and got similar panic again: =2E... No, it is not tracked down still. > ACPI APIC Table: You have the same hardware as Rong-en. I highly suspect that the problem is machine-specific. --mJm6k4Vb/yFcL9ZU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFF8m9PC3+MBN1Mb4gRAtd6AJ9Ox3AxEZjY5NCbGvQD86oWxS581wCgo4g0 FooXdOFCSHm8DBs8WsfLgTw= =U3QG -----END PGP SIGNATURE----- --mJm6k4Vb/yFcL9ZU--