Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 38414 invoked from network); 23 Aug 2007 22:36:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Aug 2007 22:36:57 -0000 Received: (qmail 6888 invoked by uid 500); 23 Aug 2007 22:36:52 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 6878 invoked by uid 500); 23 Aug 2007 22:36:51 -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 6866 invoked by uid 99); 23 Aug 2007 22:36:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 15:36:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 22:37:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 000D971421D for ; Thu, 23 Aug 2007 15:36:31 -0700 (PDT) Message-ID: <22618974.1187908591998.JavaMail.jira@brutus> Date: Thu, 23 Aug 2007 15:36:31 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-281) [localedef] infinite loop on invalid LC_COLLATE input In-Reply-To: <13879492.1156865965453.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-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-281: -------------------------------- Priority: Trivial (was: Major) Fix Version/s: 4.2.1 Lowered Priority since the problem occurs for invalid input and scheduled for 4.2.1. > [localedef] infinite loop on invalid LC_COLLATE input > ----------------------------------------------------- > > Key: STDCXX-281 > URL: https://issues.apache.org/jira/browse/STDCXX-281 > Project: C++ Standard Library > Issue Type: Bug > Components: Utilities > Affects Versions: 4.1.3 > Environment: All > Reporter: Farid Zaripov > Assignee: Martin Sebor > Priority: Trivial > Fix For: 4.2.1 > > > The localedef utility goes into infinity loop if LC_COLLATE section of the locale definition file is incomplete. > ----------------------- > $ echo "LC_COLLATE" > collate.src \ > && echo > empty.cm \ > && ../bin/localedef -c -w -f empty.cm -i collate.src collate.empty > ----------------------- > The details are here: > http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200608.mbox/%3cF92433E3D38672499C549EB615AFADA07EFF4F@exkiv.kyiv.vdiweb.com%3e -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.