Bug 253 - Preallocate CORBA::NO_MEMORY exception
Summary: Preallocate CORBA::NO_MEMORY exception
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.0.1
Hardware: All All
: P2 enhancement
Assignee: cdgill
URL:
Depends on:
Blocks:
 
Reported: 1999-08-24 14:49 CDT by cdgill
Modified: 1999-09-01 17:41 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.