From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752022Ab1AXUSA (ORCPT ); Mon, 24 Jan 2011 15:18:00 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:53854 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751236Ab1AXUR7 (ORCPT ); Mon, 24 Jan 2011 15:17:59 -0500 Date: Mon, 24 Jan 2011 21:17:36 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Arnaldo Carvalho de Melo , =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , Steven Rostedt , Thomas Gleixner , Andrew Morton Subject: Re: [GIT PULL] perf fixes Message-ID: <20110124201736.GA12038@elte.hu> References: <20110124133400.GA1228@elte.hu> <20110124200738.GA10833@elte.hu> <20110124201154.GA11872@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110124201154.GA11872@elte.hu> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > > * Ingo Molnar wrote: > > > The distro version on that box you are using would be helpful, plus the build > > output you get when you build 'tools/perf'. (I.e. which libraries are there. If it > > comes up empty with no complaints you have all the devel libraries.) > > and a gdb backtrace of the perf report lockup site would be helpful too i suspect. There's two areas that would be prime suspects: the ELF symbol lookup code, or the call-chain code. Neither is expected to lock up, on arbitrary input of perf.data. Thanks, Ingo