Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755924AbbHFO2f (ORCPT ); Thu, 6 Aug 2015 10:28:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40794 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754164AbbHFO2d (ORCPT ); Thu, 6 Aug 2015 10:28:33 -0400 Date: Thu, 6 Aug 2015 11:28:29 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Stephane Eranian , LKML , Peter Zijlstra , "mingo@elte.hu" , Namhyung Kim , Adrian Hunter Subject: Re: [BUG] perf/script: segfault on simple command Message-ID: <20150806142829.GA2265@redhat.com> References: <20150806054120.GA22038@krava.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150806054120.GA22038@krava.redhat.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1145 Lines: 32 Em Thu, Aug 06, 2015 at 07:41:20AM +0200, Jiri Olsa escreveu: > On Wed, Aug 05, 2015 at 03:40:32PM -0700, Stephane Eranian wrote: > > $ perf script > > Segmentation fault (core dumped) > > $ gdb perf > > (gdb) r script > > Program received signal SIGSEGV, Segmentation fault. > > 0x000000000050f98b in pevent_set_function_resolver (pevent=0x0, > > func=0x4b2f50 , priv=0x180bf98) at > > event-parse.c:464 > > 464 free(pevent->func_resolver); > > (gdb) bt > > #0 0x000000000050f98b in pevent_set_function_resolver (pevent=0x0, > > func=0x4b2f50 , priv=0x180bf98) at > > event-parse.c:464 > > Looks like something is fundamentally broken here. > > Do you know what? > yep, it should be already taken care of: > http://marc.info/?l=linux-kernel&m=143863009413104&w=2 Yeah, pushed already to Ingo, should land in tip.git soon. - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/