From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6031 invoked by alias); 16 Jul 2014 15:46:11 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 5986 invoked by uid 89); 16 Jul 2014 15:46:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mga14.intel.com Received: from mga14.intel.com (HELO mga14.intel.com) (192.55.52.115) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 16 Jul 2014 15:46:07 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 16 Jul 2014 08:39:35 -0700 X-ExtLoop1: 1 Received: from kboell-mobl2.ger.corp.intel.com (HELO [172.28.205.55]) ([172.28.205.55]) by fmsmga001.fm.intel.com with ESMTP; 16 Jul 2014 08:45:53 -0700 Message-ID: <53C69E30.6010902@linux.intel.com> Date: Wed, 16 Jul 2014 16:19:00 -0000 From: Keven Boell User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Jan Kratochvil , Keven Boell CC: gdb-patches@sourceware.org, sanimir.agovic@intel.com Subject: Re: [V2 00/23] Fortran dynamic array support References: <1405070495-6948-1-git-send-email-keven.boell@intel.com> <20140711160658.GA2366@host2.jankratochvil.net> In-Reply-To: <20140711160658.GA2366@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00427.txt.bz2 Am 11.07.2014 18:06, Jan Kratochvil wrote: > Hi Keven, > > On Fri, 11 Jul 2014 11:21:12 +0200, Keven Boell wrote: >> Patch series V2 mainly addresses issues/comments given for V1. > > this new patchset has crash regressions on Fedora 20 x86_64 for: > gdb.ada/dyn_arrayidx.exp > gdb.ada/info_exc.exp > gdb.ada/mi_exc_info.exp > and even more gdb.ada/*.exp crashes for i686 and x86_64-m32 runs. > I was not able to reproduce the issues on Fedora 20 (64bit and 32bit). Could you please let me know what compiler you have used? Tried it with gnat 4.8.3 and it seems to work fine. > gdb.ada/info_exc.exp > Program terminated with signal SIGSEGV, Segmentation fault. > #0 0x0000000000812303 in attr_to_dynamic_prop (attr=0x350a008, die=0x3509fd0, cu=0x317ebf0, prop=0x7fff1d6b09a0, > additional_data=0x0, additional_data_size=0) at dwarf2read.c:14697 > 14697 baton->locexpr.data = DW_BLOCK (attr)->data; > (gdb) bt > #0 0x0000000000812303 in attr_to_dynamic_prop (attr=0x350a008, die=0x3509fd0, cu=0x317ebf0, prop=0x7fff1d6b09a0, > additional_data=0x0, additional_data_size=0) at dwarf2read.c:14697 > #1 0x00000000008126a2 in read_subrange_type (die=0x3509fd0, cu=0x317ebf0) at dwarf2read.c:14799 > #2 0x000000000081acb5 in read_type_die_1 (die=0x3509fd0, cu=0x317ebf0) at dwarf2read.c:18623 > #3 0x000000000081aafc in read_type_die (die=0x3509fd0, cu=0x317ebf0) at dwarf2read.c:18565 > #4 0x000000000080f073 in read_array_type (die=0x3509f50, cu=0x317ebf0) at dwarf2read.c:13515 > #5 0x000000000081ab9d in read_type_die_1 (die=0x3509f50, cu=0x317ebf0) at dwarf2read.c:18593 > #6 0x000000000081aafc in read_type_die (die=0x3509f50, cu=0x317ebf0) at dwarf2read.c:18565 > #7 0x000000000081aa72 in lookup_die_type (die=0x350a0a0, attr=0x350a0d8, cu=0x317ebf0) at dwarf2read.c:18537 > #8 0x000000000081a50e in die_type (die=0x350a0a0, cu=0x317ebf0) at dwarf2read.c:18387 > [...] > > > > Jan > Thanks, Keven