From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18062 invoked by alias); 29 Nov 2014 08:26:32 -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 18051 invoked by uid 89); 29 Nov 2014 08:26:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 29 Nov 2014 08:26:30 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAT8QOTF017303 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 29 Nov 2014 03:26:25 -0500 Received: from host2.jankratochvil.net (ovpn-116-31.ams2.redhat.com [10.36.116.31]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sAT8QL9F012633 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Sat, 29 Nov 2014 03:26:23 -0500 Date: Sat, 29 Nov 2014 08:26:00 -0000 From: Jan Kratochvil To: Siva Chandra Cc: Ulrich Weigand , gdb-patches Subject: Regression for gdb.cp/exceptprint.exp [Re: [PATCH v6] Make chained function calls in expressions work] Message-ID: <20141129082620.GA16774@host2.jankratochvil.net> References: <201411281210.sASCAQGP013169@d03av02.boulder.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00728.txt.bz2 On Sat, 29 Nov 2014 01:03:57 +0100, Siva Chandra wrote: > I have now pushed this patch [bash]jkratoch@MOCK-fedora-21-x86_64:/home/jkratoch/redhat/gdb-clean/gdb/testsuite# git log commit 6c659fc2c7cd2da6d2b9a3d7c38597ad3821832a Author: Siva Chandra Date: Tue Nov 11 05:43:03 2014 -0800 Enable chained function calls in C++ expressions. On Fedora 21 x86_64 and x86_64-m32 (i686 not tested due to some unrelated regression). print $_exception^M -$1 = 0x400b10 "hi bob"^M -(gdb) PASS: gdb.cp/exceptprint.exp: string: print exception value at throw -continue^M +thread.c:711: internal-error: value_in_thread_stack_temporaries: Assertion `tp != NULL && tp->stack_temporaries_enabled' failed.^M +A problem internal to GDB has been detected,^M +further debugging may prove unreliable.^M Running gdb/testsuite/gdb.cp/exceptprint.exp ... -PASS: gdb.cp/exceptprint.exp: string: print exception value at throw +FAIL: gdb.cp/exceptprint.exp: string: print exception value at throw (GDB internal error) -PASS: gdb.cp/exceptprint.exp: string: print exception value at catch +FAIL: gdb.cp/exceptprint.exp: string: print exception value at catch (GDB internal error) -PASS: gdb.cp/exceptprint.exp: string: print exception value at rethrow +FAIL: gdb.cp/exceptprint.exp: string: print exception value at rethrow (GDB internal error) -PASS: gdb.cp/exceptprint.exp: int: print exception value at throw +FAIL: gdb.cp/exceptprint.exp: int: print exception value at throw (GDB internal error) -PASS: gdb.cp/exceptprint.exp: int: print exception value at catch +FAIL: gdb.cp/exceptprint.exp: int: print exception value at catch (GDB internal error) -PASS: gdb.cp/exceptprint.exp: int: print exception value at rethrow +FAIL: gdb.cp/exceptprint.exp: int: print exception value at rethrow (GDB internal error) -PASS: gdb.cp/exceptprint.exp: struct: print exception value at throw +FAIL: gdb.cp/exceptprint.exp: struct: print exception value at throw (GDB internal error) -PASS: gdb.cp/exceptprint.exp: struct: print exception value at catch +FAIL: gdb.cp/exceptprint.exp: struct: print exception value at catch (GDB internal error) -PASS: gdb.cp/exceptprint.exp: struct: print exception value at rethrow +FAIL: gdb.cp/exceptprint.exp: struct: print exception value at rethrow (GDB internal error) -PASS: gdb.cp/exceptprint.exp: reference to struct: print exception value at throw +FAIL: gdb.cp/exceptprint.exp: reference to struct: print exception value at throw (GDB internal error) -PASS: gdb.cp/exceptprint.exp: reference to struct: print exception value at catch +FAIL: gdb.cp/exceptprint.exp: reference to struct: print exception value at catch (GDB internal error) -PASS: gdb.cp/exceptprint.exp: reference to struct: print exception value at rethrow +FAIL: gdb.cp/exceptprint.exp: reference to struct: print exception value at rethrow (GDB internal error) -PASS: gdb.cp/exceptprint.exp: int: continue to throw -PASS: gdb.cp/exceptprint.exp: int: print exception value at throw -PASS: gdb.cp/exceptprint.exp: int: continue to catch -PASS: gdb.cp/exceptprint.exp: int: print exception value at catch -PASS: gdb.cp/exceptprint.exp: int: continue to rethrow -PASS: gdb.cp/exceptprint.exp: int: print exception value at rethrow -PASS: gdb.cp/exceptprint.exp: int: continue to final catch +FAIL: gdb.cp/exceptprint.exp: int: continue to throw (GDB internal error) +FAIL: gdb.cp/exceptprint.exp: int: print exception value at throw (GDB internal error) +FAIL: gdb.cp/exceptprint.exp: int: continue to catch (GDB internal error) +FAIL: gdb.cp/exceptprint.exp: int: print exception value at catch (GDB internal error) +FAIL: gdb.cp/exceptprint.exp: int: continue to rethrow (GDB internal error) +FAIL: gdb.cp/exceptprint.exp: int: print exception value at rethrow (GDB internal error) +FAIL: gdb.cp/exceptprint.exp: int: continue to final catch (GDB internal error) Jan