You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Andrew Black (JIRA)" <ji...@apache.org> on 2007/10/02 17:43:50 UTC

[jira] Commented: (STDCXX-440) 23_allocator test case can consume all system memory

    [ https://issues.apache.org/jira/browse/STDCXX-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531833 ] 

Andrew Black commented on STDCXX-440:
-------------------------------------

Adding tests for the exec utility probably should be scheduled for 4.2.1, in a separate JIRA issue.

One piece of fallout I'm observing is that examples on hpux-11.23-ia64 are failing to run with messages like
./run (accumulate): execv ("./accumulate", ...) error: Not enough space

My reading of this error message, and the fact that it surfaced only after r579307 was checked into subversion, is that 256 MB isn't a high enough as limit for executables on this platform.  As such, the solution likely is to raise this limit, probably to 384 MB, though testing would be required.  The only other solution I see would be to reduce the memory usage of the library, which likely isn't possible.

> 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.