From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751955Ab1FNDVX (ORCPT ); Mon, 13 Jun 2011 23:21:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57617 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751032Ab1FNDVW (ORCPT ); Mon, 13 Jun 2011 23:21:22 -0400 Date: Mon, 13 Jun 2011 23:21:11 -0400 From: Dave Jones To: Norbert Preining Cc: Eric Sandeen , linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: another ext3 kernel BUG Message-ID: <20110614032111.GA5392@redhat.com> Mail-Followup-To: Dave Jones , Norbert Preining , Eric Sandeen , linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org References: <20110611021732.GA18768@gamma.logic.tuwien.ac.at> <20110614011904.GA32521@gamma.logic.tuwien.ac.at> <4DF6C541.5050805@redhat.com> <20110614024307.GA3039@gamma.logic.tuwien.ac.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110614024307.GA3039@gamma.logic.tuwien.ac.at> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 14, 2011 at 11:43:07AM +0900, Norbert Preining wrote: > > You seem uniquely able to hit it, and you do have a truckload of interesting modules loaded. :) > > Interesting modules? > alsa stuff, bluetooth, fuse/fat/vfat for ntfs/external drives, wlan > the only thing that stand out is the vbox* I guess, all the others are > pretty standard, aren't they? we've been getting a lot of bug reports in Fedora that have the vbox module loaded that manifest in various ways that look like it's corrupting kernel data structures. (Usually it scribbles over some linked list, and the CONFIG_LIST_DEBUG stuff catches it). I'd definitly try and reproduce it without that having been loaded if you can. Dave