From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754652AbbLJPNc (ORCPT ); Thu, 10 Dec 2015 10:13:32 -0500 Received: from mail.kernel.org ([198.145.29.136]:54089 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752636AbbLJPN2 (ORCPT ); Thu, 10 Dec 2015 10:13:28 -0500 Date: Thu, 10 Dec 2015 12:13:24 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Martin =?utf-8?B?TGnFoWth?= , Jiri Olsa , lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra Subject: Re: [RFC] The -Og debugging experience Message-ID: <20151210151324.GC17996@kernel.org> References: <20151202164827.GA21124@krava.brq.redhat.com> <566563E7.9040706@suse.cz> <20151207134542.GB26191@krava.brq.redhat.com> <566591EB.5080404@suse.cz> <20151207141655.GA10910@krava.brq.redhat.com> <56697917.5070505@suse.cz> <20151210132400.GA26152@krava.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20151210132400.GA26152@krava.redhat.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Dec 10, 2015 at 02:24:00PM +0100, Jiri Olsa escreveu: > On Thu, Dec 10, 2015 at 02:07:35PM +0100, Martin Liška wrote: > > SNIP > > > > > > >> I've also tried to run './perf test' and terminate the process at random places, but the back trace was OK. > > >> > > >> I would appreciate if you send me a patch that causes a segfault that is wrongly displayed. > > > > > > if you run TUI, you dont need to be fast ;-) make sure you compile with slang devel pkg > > > > > > thanks. > > > jirka > > > > > > > Hello. > > > > I've just created PR for GCC: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68836 > > cool, thanks I'll add this in the revert commit. - Arnaldo