Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 28538 invoked from network); 24 Feb 2006 20:46:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Feb 2006 20:46:21 -0000 Received: (qmail 15712 invoked by uid 500); 24 Feb 2006 20:46:20 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 15627 invoked by uid 500); 24 Feb 2006 20:46:20 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 15577 invoked by uid 99); 24 Feb 2006 20:46:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 12:46:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.17.213.84] (HELO bco-exchange.bco.roguewave.com) (12.17.213.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 12:46:18 -0800 Received: from [10.70.3.48] (10.70.3.48 [10.70.3.48]) by bco-exchange.bco.roguewave.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id FQ7J1557; Fri, 24 Feb 2006 13:45:29 -0700 Message-ID: <43FF6F6E.6040305@roguewave.com> Date: Fri, 24 Feb 2006 13:41:18 -0700 From: Andrew Black User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Testsuite self-test failure on NetBSD 3.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Greetings all. While running the different executables in the stdcxx test suite, I encountered a segfault executing the printf selftest. The following is the backtrace. > td143.testdrive.hp.com> gdb 0.printf > GNU gdb 5.3nb1 > Copyright 2002 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and > you are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. > This GDB was configured as "i386--netbsdelf"... > (gdb) run > Starting program: /tmp/ablackrw/stdcxx-11d/tests/0.printf > "%": percent sign > "%c": character formatting > extension: "%{c}": escaped character > extension: "%{#c}": quoted escaped character > "%lc": wide character > extension: "%{lc}": escaped wide character > extension: "%{#lc}": quoted escaped wide character > "%s": character string > > Program received signal SIGSEGV, Segmentation fault. > 0xbdab6f2a in memchr () from /usr/lib/libc.so.12 > (gdb) bt > #0 0xbdab6f2a in memchr () from /usr/lib/libc.so.12 > #1 0x08079164 in __ps_strings () > #2 0x0806a154 in _rw_fmtstr(FmtSpec const&, char**, unsigned*, char > const*, unsigned) (spec=@0xbfbfe7a0, pbuf=0xbfbfece4, > pbufsize=0xbfbfece0, > str=0x1 , len=4294967295) > at /house/ablackrw/stdcxx/tests/src/printf.cpp:3051 > #3 0x080663b4 in _rw_vasnprintf_c99(FmtSpec*, unsigned, char**, > unsigned*, char**) (pspec=0xbfbfe7a0, paramno=0, pbuf=0xbfbfece4, > pbufsize=0xbfbfece0, > pva=0xbfbfeca8) at /house/ablackrw/stdcxx/tests/src/printf.cpp:681 > #4 0x08066ee9 in rw_vasnprintf(char**, unsigned*, char const*, char*) ( > pbuf=0xbfbfece4, pbufsize=0xbfbfece0, fmt=0x80728fc "%s", > varg=0xbfbfecf4 "\001") at > /house/ablackrw/stdcxx/tests/src/printf.cpp:1035 > #5 0x0806c21d in rw_sprintfa(char const*, ...) (fmt=0x80728fc "%s") > at /house/ablackrw/stdcxx/tests/src/printf.cpp:4004 > #6 0x0804d9b0 in test_string() () > at /house/ablackrw/stdcxx/tests/self/0.printf.cpp:343 > #7 0x08065763 in main () > at /house/ablackrw/stdcxx/tests/self/0.printf.cpp:2235 > #8 0x08049516 in ___start () --Andrew Black