From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755143Ab3KKT4T (ORCPT ); Mon, 11 Nov 2013 14:56:19 -0500 Received: from mail-yh0-f47.google.com ([209.85.213.47]:33279 "EHLO mail-yh0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753476Ab3KKT4L (ORCPT ); Mon, 11 Nov 2013 14:56:11 -0500 Date: Mon, 11 Nov 2013 16:55:59 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: David Ahern , Frederic Weisbecker , Jiri Olsa , Mike Galbraith , Paul Mackerras , Namhyung Kim , Peter Zijlstra , Stephane Eranian , linux-kernel@vger.kernel.org Subject: Re: "Test object code reading" failing, debug messages don't help Message-ID: <20131111195559.GJ27198@ghostprotocols.net> References: <20131111195117.GI27198@ghostprotocols.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131111195117.GI27198@ghostprotocols.net> X-Url: http://acmel.wordpress.com 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 Em Mon, Nov 11, 2013 at 04:51:17PM -0300, Arnaldo Carvalho de Melo escreveu: > Hi Adrian, > > I have perf test failing here: > > [root@ssdandy ~]# perf test 21 > 21: Test object code reading : FAILED! > [root@ssdandy ~]# > > Try it with -v, but all messages, except for that elf header, which I > assume is for a previous entry that is not suitable and should not be > considered, seems to say all is well, except that the test fails :-\ If I try gdb on test__code_reading, go on stepping thru it to try to figure out why it fails, it works :-\ - Arnaldo