From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10354 invoked by alias); 19 Feb 2003 22:06:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 10340 invoked by uid 71); 19 Feb 2003 22:06:01 -0000 Date: Wed, 19 Feb 2003 22:06:00 -0000 Message-ID: <20030219220601.10339.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Phil Edwards Subject: Re: libstdc++/9756: __verbose_terminate_handler enters infinite loop Reply-To: Phil Edwards X-SW-Source: 2003-02/txt/msg00959.txt.bz2 List-Id: The following reply was made to PR libstdc++/9756; it has been noted by GNATS. From: Phil Edwards To: stephenw@cryptocard.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/9756: __verbose_terminate_handler enters infinite loop Date: Wed, 19 Feb 2003 17:04:48 -0500 On Wed, Feb 19, 2003 at 04:03:05PM -0000, stephenw@cryptocard.com wrote: > > Note that the error occurs for any exception not caught. Yep. That's the point. > >How-To-Repeat: > echo "int main() { throw 0; }" > dc.cpp > g++ -o dc dc.cpp > ./dc > ^C I can't reproduce this. fenric 8% cat dc.cpp int main() { throw 0; } fenric 9% g++ -o dc dc.cpp fenric 10% ./dc terminate called after throwing an instance of 'int' Aborted (core dumped) fenric 11% Phil -- I would therefore like to posit that computing's central challenge, viz. "How not to make a mess of it," has /not/ been met. - Edsger Dijkstra, 1930-2002