From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14053 invoked by alias); 25 Sep 2002 22:46:03 -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 14036 invoked by uid 71); 25 Sep 2002 22:46:02 -0000 Date: Wed, 25 Sep 2002 15:46:00 -0000 Message-ID: <20020925224602.14035.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Andreas Kloeckner Subject: Re: c++/8047: loop with many exceptions causes segfault Reply-To: Andreas Kloeckner X-SW-Source: 2002-09/txt/msg00691.txt.bz2 List-Id: The following reply was made to PR c++/8047; it has been noted by GNATS. From: Andreas Kloeckner To: Andrew Pinski Cc: kloeckner@RTNA.DaimlerChrysler.COM, gcc-gnats@gcc.gnu.org, schroedl@RTNA.DaimlerChrysler.COM, king@RTNA.DaimlerChrysler.COM, wagner@RTNA.DaimlerChrysler.COM Subject: Re: c++/8047: loop with many exceptions causes segfault Date: Wed, 25 Sep 2002 15:36:15 -0700 On Wed, Sep 25, 2002 at 03:28:19PM -0700, Andrew Pinski wrote: > I do not see this problem on gcc 3.1.1 (self-compiled version) at all > on i686 on redhat linux 7.3. > 30597 pinskia 25 0 700 700 608 R 99.9 0.0 1:36 a.out > > Thanks, > Andrew Pinski did you watch it for several seconds? for me, it grows at about 100k/sec. Here's my gcc -v output: Reading specs from /usr/lib/gcc-lib/i386-linux/3.1.1/specs Configured with: /mnt/data/gcc-3.1/gcc-3.1-3.1.1ds3/src/configure -v --enable-languages=c,c++,java,f77,proto,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.1 --enable-shared --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --enable-clocale=gnu --enable-__cxa_atexit --enable-threads=posix --enable-java-gc=boehm --enable-objc-gc i386-linux Thread model: posix gcc version 3.1.1 It's a Debian-compiled standard gcc-3.1 package. Andreas