[omniORB] handling of bad_alloc

Stefan Seefeld stefan.seefeld@orthosoft.ca
Thu Feb 20 17:05:02 2003


hi there,

I'm wondering how a 'bad_alloc' in server code
will be marshalled to the client. I couldn't find
any specs in the H & V book, and a search in the
omniORB source code didn't reveal anything either.

Is the behavior standardized ? Should it be mapped
to CORBA::NO_MEMORY ? Or do I need to care for
bad_alloc myself in the server if I want to avoid
'unknown exceptions' ?

Regards,
		Stefan