From issues-return-1220-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Wed Apr 09 16:06:13 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 94163 invoked from network); 9 Apr 2008 16:06:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2008 16:06:13 -0000 Received: (qmail 19804 invoked by uid 500); 9 Apr 2008 16:06:13 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 19789 invoked by uid 500); 9 Apr 2008 16:06:13 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 19780 invoked by uid 99); 9 Apr 2008 16:06:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 09:06:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 16:05:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45AA8234C0BA for ; Wed, 9 Apr 2008 09:03:24 -0700 (PDT) Message-ID: <1784488845.1207757004278.JavaMail.jira@brutus> Date: Wed, 9 Apr 2008 09:03:24 -0700 (PDT) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-842) [XLC++ 7.0, 8.0] SEGV in 22.locale.codecvt.out In-Reply-To: <830417496.1207692925036.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587248#action_12587248 ] Travis Vitek commented on STDCXX-842: ------------------------------------- Here is the stack trace from a 12S build. {noformat} Segmentation fault in strcpy.strcpy [22.locale.codecvt.out] at 0x10002cbb4 ($t1) 0x10002cbb4 (strcpy+0x74) f9050009 stdu r8,0x8(r5) (dbx) where strcpy.strcpy() at 0x10002cbb4 make_strings(const char*,unsigned long,wchar_t*,char*,const WideCode*)() at 0x100026788 test_wcodecvt_byname_libc_based()() at 0x100025994 (dbx) quit {noformat} > [XLC++ 7.0, 8.0] SEGV in 22.locale.codecvt.out > ---------------------------------------------- > > Key: STDCXX-842 > URL: https://issues.apache.org/jira/browse/STDCXX-842 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.1 > Environment: AIX 5.3 PowerPC IBM XLC++ 9.0 > AIX 5.3 PowerPC IBM XLC++ 8.0 > AIX 5.3 PowerPC IBM XLC++ 7.0 > Reporter: Travis Vitek > Original Estimate: 2h > Remaining Estimate: 2h > > On AIX, when compiled with XLC++ in 64-bit mode with optimization on, the test [22.locale.codecvt.out.cpp|http://svn.apache.org/viewvc/stdcxx/trunk/tests/localization/22.locale.codecvt.out.cpp?view=markup] fails with {{SIGSEGV}}. > Since this test is actually being compiled for the first time in 4.2.1, its failure is a regression. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.