From stdcxx-dev-return-5313-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Tue Oct 02 19:02:12 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 75038 invoked from network); 2 Oct 2007 19:02:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 19:02:11 -0000 Received: (qmail 67032 invoked by uid 500); 2 Oct 2007 19:02:01 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 67014 invoked by uid 500); 2 Oct 2007 19:02:01 -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 67003 invoked by uid 99); 2 Oct 2007 19:02:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 12:02:01 -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; Tue, 02 Oct 2007 19:02:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EA9EB714210 for ; Tue, 2 Oct 2007 12:01:50 -0700 (PDT) Message-ID: <15081490.1191351710958.JavaMail.jira@brutus> Date: Tue, 2 Oct 2007 12:01:50 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-440) 23_allocator test case can consume all system memory In-Reply-To: <27660923.1181257645935.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-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531878 ] Martin Sebor commented on STDCXX-440: ------------------------------------- I *think* the error you're pointing out is ENOSP (Not enough space on devivce), and is caused by a faulty disk on the server where the builds ran (talus). The error I would expect to see as a result of the changes to exec is SIGSEGV. > 23_allocator test case can consume all system memory > ---------------------------------------------------- > > Key: STDCXX-440 > URL: https://issues.apache.org/jira/browse/STDCXX-440 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2 > Environment: RHAP 5 (possibly others) > Reporter: Eric Lemings > Assignee: Andrew Black > Priority: Critical > Fix For: 4.2 > > Attachments: sample-top.txt > > > The 22_allocator test case has been observed to consume all primary and virtual memory bringing the unfortunate system to its knees. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.