From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29916 invoked by alias); 26 May 2002 13:56: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 29897 invoked by uid 71); 26 May 2002 13:56:01 -0000 Date: Sun, 26 May 2002 07:26:00 -0000 Message-ID: <20020526135601.29896.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6 Reply-To: Gabriel Dos Reis X-SW-Source: 2002-05/txt/msg00824.txt.bz2 List-Id: The following reply was made to PR libstdc++/6784; it has been noted by GNATS. From: Gabriel Dos Reis To: Benjamin Kosnik Cc: gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6 Date: 26 May 2002 15:53:32 +0200 Benjamin Kosnik writes: | The following reply was made to PR libstdc++/6784; it has been noted by GNATS. | | From: Benjamin Kosnik | To: Andrew Pollard | Cc: bkoz@gcc.gnu.org, Andrew.Pollard@brooks-pri.com, gcc-bugs@gcc.gnu.org, | gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org | Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6 | Date: Fri, 24 May 2002 09:27:42 -0700 | | > #0 0xff30c620 in number () from /usr/lib/libc.so.1 | > #1 0xff30c290 in __doscan_u () from /usr/lib/libc.so.1 | > #2 0xff310e90 in sscanf () from /usr/lib/libc.so.1 | | Ooooh yeah. I remember this. This is a bug in libc's sscanf and extreme | input. You'll have to talk to Sun. Speaking as someone not contributing anything to the IO stuff: This problem is a problem in our library (using C++ IOstreams), is it acceptable to tell people it is Sun's problem? -- Gaby