Bug 253

Summary: Preallocate CORBA::NO_MEMORY exception
Product: TAO Reporter: cdgill
Component: ORBAssignee: cdgill
Status: ASSIGNED ---    
Severity: enhancement    
Priority: P2    
Version: 1.0.1   
Hardware: All   
OS: All   

Description cdgill 1999-08-24 14:49:28 CDT
When any part of TAO encounters an out-of-memory condition, it should throw a
CORBA::NO_MEMORY system exception.  However, if it must dynamically allocate the
memory for the exception, that may fail as well, leaving no way to communicate
the exceptional condition.  TAO should provide a preallocated instance of
CORBA::NO_MEMORY, which can be accessed and thrown from any point in the code.
Comment 1 Carlos O'Ryan 1999-08-27 10:43:59 CDT
Chris: since you reported the bug could you please keep track of it?
Comment 2 cdgill 1999-09-01 17:41:59 CDT
I'll keep track of this one until I have time to fix it.