From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754577AbbLKJR1 (ORCPT ); Fri, 11 Dec 2015 04:17:27 -0500 Received: from mx2.suse.de ([195.135.220.15]:37434 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752698AbbLKJRW (ORCPT ); Fri, 11 Dec 2015 04:17:22 -0500 Subject: Re: [RFC] The -Og debugging experience To: Arnaldo Carvalho de Melo , Jiri Olsa 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> <20151210151324.GC17996@kernel.org> Cc: Jiri Olsa , lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <566A94A0.8000500@suse.cz> Date: Fri, 11 Dec 2015 10:17:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151210151324.GC17996@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/10/2015 04:13 PM, Arnaldo Carvalho de Melo wrote: > 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 > Thanks. Let's wait for the proper fix before re-enabling -Og optimization level. Martin