From owner-freebsd-current@FreeBSD.ORG Sat Nov 6 11:58:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E60A16A4CE for ; Sat, 6 Nov 2004 11:58:37 +0000 (GMT) Received: from email08.aon.at (warsl404pip7.highway.telekom.at [195.3.96.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 4796E43D2D for ; Sat, 6 Nov 2004 11:58:36 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: (qmail 110848 invoked from network); 6 Nov 2004 11:58:35 -0000 Received: from n749p031.dipool.highway.telekom.at (HELO ?212.183.103.159?) ([212.183.103.159]) (envelope-sender ) by email08.aon.at (qmail-ldap-1.03) with SMTP for ; 6 Nov 2004 11:58:35 -0000 From: Stefan Ehmann To: current@freebsd.org Content-Type: text/plain Message-Id: <1099742312.809.9.camel@taxman> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 06 Nov 2004 12:58:32 +0100 Content-Transfer-Encoding: 7bit cc: phk@phk.freebsd.dk Subject: ext2fs related panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 06 Nov 2004 11:58:37 -0000 With kernel sources from yesterday I get a panic as soon as I do this: mount /mnt/stuff ls /mnt/stuff The correspoding line in fstab is this (I haven't checked yet if it also happens on rw mounted ext2fs) /dev/ad1s1 /mnt/stuff ext2fs ro Unfortunately I had problems when debugging the core with kgdb (maybe because it couldn't find symbols for the modules or because I had to call doadump by hand). Anyway, here is a (shortened) transcript from ddb output. Fatal trap 12: page fault while in kernel mode ... current process = 815 (ls) trace ext2_strategy() bufstrategy() breadn() bread() ext2_read() ext2_readdir() getdirentries() Xint0x80_syscall() I can provide more info if needed. Thanks