From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751065AbWHBCZ7 (ORCPT ); Tue, 1 Aug 2006 22:25:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751066AbWHBCZ7 (ORCPT ); Tue, 1 Aug 2006 22:25:59 -0400 Received: from adsl-69-232-92-238.dsl.sndg02.pacbell.net ([69.232.92.238]:42470 "EHLO gnuppy.monkey.org") by vger.kernel.org with ESMTP id S1751062AbWHBCZ6 (ORCPT ); Tue, 1 Aug 2006 22:25:58 -0400 Date: Tue, 1 Aug 2006 19:25:39 -0700 To: Steven Rostedt Cc: Ingo Molnar , linux-kernel@vger.kernel.org, "Bill Huey (hui)" Subject: Re: 2.6.17-rt8 crash amd64 Message-ID: <20060802022539.GA26799@gnuppy.monkey.org> References: <20060802011809.GA26313@gnuppy.monkey.org> <1154482302.30391.14.camel@localhost.localdomain> <20060802021956.GC26364@gnuppy.monkey.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060802021956.GC26364@gnuppy.monkey.org> User-Agent: Mutt/1.5.11+cvs20060403 From: Bill Huey (hui) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 01, 2006 at 07:19:56PM -0700, Bill Huey wrote: > On Tue, Aug 01, 2006 at 09:31:42PM -0400, Steven Rostedt wrote: > > On Tue, 2006-08-01 at 18:18 -0700, Bill Huey wrote: > > > [ 42.124525] {atomic_dec_and_spin_lock+21} > > > [ 42.131032] {schedule+236} > > > [ 42.136195] {rt_lock_slowlock+351} > > > [ 42.142086] {__lock_text_start+13} > > > [ 42.147966] {atomic_dec_and_spin_lock+21} > > > [ 42.154476] {dput+57} > > > [ 42.159194] {__link_path_walk+1710} > > > [ 42.165166] {_raw_spin_unlock+46} > > > [ 42.170961] {link_path_walk+103} > > > [ 42.176672] {do_path_lookup+644} > > > [ 42.182379] {__user_walk_fd+63} > > > [ 42.187994] {vfs_lstat_fd+33} > > > [ 42.193434] {sys_newlstat+34} > > > [ 42.198871] {error_exit+0} > > > [ 42.204040] {system_call+126} > > > > This back trace is definitely ugly. Do you get this all the time? And > > if so, could you compile in frame pointers and try again. (I'll dig > > through this in the mean time.) > > Not sure, I'm getting hard reboots as well from what looks like more > atomic scheduling violations. I'll tweek my kernel config to be more > friendly about these things. It looked like it was in the rtmutex code, > which is why I CCed you. > > Any other configuration suggestions ? It's already compiling with frame pointers. Unfortunately, this is about as good it gets for a stack trace unless you've got another suggestion. bill