From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73894 invoked by alias); 24 Feb 2016 08:03:44 -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 73838 invoked by uid 89); 24 Feb 2016 08:03:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:10.253.24, nicole, Nicole, christian X-HELO: mga09.intel.com Received: from mga09.intel.com (HELO mga09.intel.com) (134.134.136.24) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 24 Feb 2016 08:03:42 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 24 Feb 2016 00:03:27 -0800 X-ExtLoop1: 1 Received: from heckel-mobl3.ger.corp.intel.com (HELO [172.28.205.63]) ([172.28.205.63]) by fmsmga001.fm.intel.com with ESMTP; 24 Feb 2016 00:03:26 -0800 Subject: Re: [PATCH] testsuite: Fix timeout issues during print of vla-arrays. To: Luis Machado , brobecker@adacore.com References: <1456152558-3962-1-git-send-email-bernhard.heckel@intel.com> <1456152558-3962-4-git-send-email-bernhard.heckel@intel.com> <56CCB4FF.6040803@codesourcery.com> Cc: gdb-patches@sourceware.org From: "Heckel, Bernhard" Message-ID: <56CD63CD.7050904@intel.com> Date: Wed, 24 Feb 2016 08:03:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56CCB4FF.6040803@codesourcery.com> Content-Type: text/plain; charset="windows-1252"; format="flowed" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2016-02/txt/msg00706.txt.bz2 On 23/02/2016 20:37, Luis Machado wrote: > On 02/22/2016 11:49 AM, Bernhard Heckel wrote: >> From: "bernhard.heckel" >> >> Printing and resolving of dynamic array's causes sporadic timeout=20 >> issues on loaded systems. >> >> 2016-02-12 Bernhard Heckel >> >> gdb/Changelog: >> >> * vla-history.exp: Lookup array elements and printing exceeds=20 >> timeout. >> >> >> Conflicts: >> >> gdb/testsuite/gdb.fortran/vla-history.exp >> gdb/testsuite/gdb.fortran/vla-value.exp >> --- >> gdb/testsuite/gdb.fortran/vla-history.exp | 17 +++++++++-------- >> 1 file changed, 9 insertions(+), 8 deletions(-) >> >> diff --git a/gdb/testsuite/gdb.fortran/vla-history.exp=20 >> b/gdb/testsuite/gdb.fortran/vla-history.exp >> index 1478e6b..2012961 100644 >> --- a/gdb/testsuite/gdb.fortran/vla-history.exp >> +++ b/gdb/testsuite/gdb.fortran/vla-history.exp >> @@ -30,19 +30,20 @@ gdb_breakpoint [gdb_get_line_number "vla1-init"] >> gdb_continue_to_breakpoint "vla1-init" >> gdb_test "print vla1" " =3D " "print non-allocated vla1" >> >> -gdb_breakpoint [gdb_get_line_number "vla2-allocated"] >> -gdb_continue_to_breakpoint "vla2-allocated" >> - > > Is the change above spurious? I see code being moved to higher timeout=20 > blocks, but the above doesn't seem to reappear anywhere. It was just=20 > deleted. > > Did it cause problems? The vla2-allocated breakpoint was not used at all therefore I removed it=20 from the test script when I investigated on the timeout issue. There=20 were no problems with the breakpoint. Regards, Bernhard --=20 Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928 Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Christian Lamprechter Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928