From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6970 invoked by alias); 9 Mar 2011 15:40:32 -0000 Received: (qmail 6960 invoked by uid 22791); 9 Mar 2011 15:40:30 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Mar 2011 15:40:25 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p29FdqYN009773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 Mar 2011 10:39:52 -0500 Received: from host1.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p29FdnEE024689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Mar 2011 10:39:51 -0500 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p29FdnfD015666; Wed, 9 Mar 2011 16:39:49 +0100 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p29FdmK9015661; Wed, 9 Mar 2011 16:39:48 +0100 Date: Wed, 09 Mar 2011 16:22:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org, Joel Brobecker Subject: Re: Regression: [Re: RFC: change "program exited" message] Message-ID: <20110309153947.GA15507@host1.jankratochvil.net> References: <201103041913.09385.pedro@codesourcery.com> <201103041938.02711.pedro@codesourcery.com> <20110308065419.GA1239@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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 X-SW-Source: 2011-03/txt/msg00606.txt.bz2 On Wed, 09 Mar 2011 15:15:16 +0100, Tom Tromey wrote: > I built and regtested this on the compile farm, but we already know that > may have some issues. There remains one regression: -PASS: gdb.ada/catch_ex.exp: continuing to program completion +FAIL: gdb.ada/catch_ex.exp: continue until exit (the program exited) due to: Catchpoint 6, unhandled CONSTRAINT_ERROR at 0x00000000004017c3 in foo () at /home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.ada/catch_ex/foo.adb:41 41 raise Constraint_Error; -- SPOT4 (gdb) PASS: gdb.ada/catch_ex.exp: continuing to unhandled exception continue Continuing. raised CONSTRAINT_ERROR : foo.adb:41 explicit raise [Inferior 1 (process 14730) exited with code 01] (gdb) FAIL: gdb.ada/catch_ex.exp: continue until exit (the program exited) testcase ./gdb.ada/catch_ex.exp completed in 1 seconds that the testcase does not return exit code 0. While the .exp testfile does not have too straightforward way to accept the non-zero exit code I do not think a testfile should return with exit code non-zero. But I failed to modify the .adb file such way, isn't there some easy way, Joel? > Some of the things in that log don't seem to be related to my patch. E.g., > the attachstop-mt.exp failure. Yes, attachstop-mt.exp has flipping results. As all the code around SIGSTOP should get improved/reworked/merged-with-Fedora and it is kernel specific and the SIGSTOP issues are being discussed in upstream kernel these months I delay it after it gets resolved for upstream kernel. Thanks, Jan