Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 32575 invoked from network); 28 Apr 2008 22:39:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Apr 2008 22:39:36 -0000 Received: (qmail 42497 invoked by uid 500); 28 Apr 2008 22:39:37 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 42396 invoked by uid 500); 28 Apr 2008 22:39:37 -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 42287 invoked by uid 99); 28 Apr 2008 22:39:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2008 15:39:36 -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; Mon, 28 Apr 2008 22:38:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E3BC234C122 for ; Mon, 28 Apr 2008 15:35:55 -0700 (PDT) Message-ID: <1522518013.1209422155577.JavaMail.jira@brutus> Date: Mon, 28 Apr 2008 15:35:55 -0700 (PDT) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (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:all-tabpanel ] Travis Vitek updated STDCXX-842: -------------------------------- Attachment: stdcxx-842.patch Proposed patch increases size of multi-byte buffer by one to reserve space for the null terminator. I'd submit this, but I don't want to interfere with the 4.2.1 release. {noformat} 2008-04-28 Travis Vitek STDCXX-842 * tests/localization/22.locale.codecvt.out.cpp: Reserve space in multi-byte buffer for null terminator. {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 > Assignee: Travis Vitek > Fix For: 4.2.2 > > Attachments: stdcxx-842.patch > > 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.