Issue Details (XML | Word | Printable)

Key: STDCXX-440
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Andrew Black
Reporter: Eric Lemings
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

23_allocator test case can consume all system memory

Created: 07/Jun/07 11:05 PM   Updated: 02/Oct/07 07:00 PM
Component/s: Tests
Affects Version/s: 4.2.0
Fix Version/s: 4.2.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File sample-top.txt 2007-06-07 11:08 PM Eric Lemings 0.5 kB
Environment: RHAP 5 (possibly others)

Resolution Date: 25/Sep/07 05:39 PM


 Description  « Hide
The 22_allocator test case has been observed to consume all primary and virtual memory bringing the unfortunate system to its knees.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #546279 Mon Jun 11 20:57:53 UTC 2007 ablack 2007-06-08 Andrew Black <ablack@roguewave.com>

STDCXX-440
* GNUmakefile.exm (RUNFLAGS): Add --ulimit:as switch to limit examples
to allocating 256 MB of memory (total)
* GNUmakefile.tst (RUNFLAGS): Add --ulimit:as switch to limit tests to
allocating 1 GB of memory (total)
Files Changed
MODIFY /incubator/stdcxx/trunk/etc/config/GNUmakefile.tst
MODIFY /incubator/stdcxx/trunk/etc/config/GNUmakefile.exm

Repository Revision Date User Message
ASF #579307 Tue Sep 25 16:29:26 UTC 2007 ablack 2007-09-25 Andrew Black <ablack@roguewave.com>
STDCXX-440
* exec.cpp (limit_process): Stop itteration over limits structure
when name element is null, not limit element. Old behavior
incorrectly aborted loop when encountering the first limit that
didn't need to be set.
Files Changed
MODIFY /incubator/stdcxx/trunk/util/exec.cpp