From stdcxx-dev-return-3391-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri May 18 23:40:38 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 44949 invoked from network); 18 May 2007 23:40:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 May 2007 23:40:37 -0000 Received: (qmail 14996 invoked by uid 500); 18 May 2007 23:40:43 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 14937 invoked by uid 500); 18 May 2007 23:40:43 -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 14923 invoked by uid 99); 18 May 2007 23:40:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2007 16:40:43 -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; Fri, 18 May 2007 16:40:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2E7DB71406B for ; Fri, 18 May 2007 16:40:16 -0700 (PDT) Message-ID: <4852769.1179531616180.JavaMail.jira@brutus> Date: Fri, 18 May 2007 16:40:16 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-421) [AIX] run_locale_utils.sh fails to clean up junk from $TMP MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [AIX] run_locale_utils.sh fails to clean up junk from $TMP ---------------------------------------------------------- Key: STDCXX-421 URL: https://issues.apache.org/jira/browse/STDCXX-421 Project: C++ Standard Library Issue Type: Bug Components: Test Driver Affects Versions: 4.2 Environment: AIX Reporter: Martin Sebor Assigned To: Martin Sebor Priority: Critical The run_locale_utils.sh script used to run locale tests is supposed to clean up any junk files it creates in the temporary directory $TMP when the test fails or is killed due to a timeout. The latter doesn't seem to be happening on AIX causing $TMP to fill up with junk files and eventually run out of space. $ export TMP=/build/sebor/tmp; rm -rf $TMP/*; ./exec -t 10 en_IN.UTF-8.sh NAME STATUS WARN ASSERTS FAILED PERCNT USER SYS REAL en_IN.UTF-8.sh HUP 0 0.000 0.000 11.040 $ ls -l $TMP total 8 drwxr-xr-x 3 sebor devel 512 May 18 16:36 en_IN.UTF-8.921786 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.