Please report new issues athttps://github.com/DOCGroup
There are many instances in TAO that use the raw C++ new() operator instead of the appropriate ACE_NEW macro (e.g., ACE_NEW(), ACE_NEW_RETURN(), ACE_NEW_THROW_EX(), etc.). TAO should be updated to use ACE_NEW* macros. Use commands such as the following to find most of the instances: find . -type f -name '*.cpp' | xargs egrep -n 'return new.?|=.?new.?' and find . -type f -name '*.i' | xargs egrep -n 'return new.?|=.?new.?'
Ossama: since you reported the bug could you please keep track of it?
Okay, I'll handle it as soon as I'm done with the first release of the TP4 support and the scalability benchmarks.
I nailed a few but there are still *alot* left. This is going to be ugly. :(
I'm not going to have time to work on this. Can someone else please take it?
I've been asked to make tao-support accept this bug.
Assigning it to Bala.
I can do it along the way
Didn't Michael Kircher address this bug?
I guess he did all of ACE. The availabilty of the following ___________________________________________________________ Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_except, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_except, Typecode_Constants.cpp: new CORBA::TypeCode(CORBA::tk_except, Typecode_Constants.cpp: CORBA::_tc_ORBid = new CORBA::TypeCode (CORBA::tk_alias , Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_alias, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_objref, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_objref, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_except, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_alias, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_alias, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_alias, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_struct, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_struct, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_alias, Typecode_Constants.cpp: new CORBA::TypeCode(CORBA::tk_except, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_except, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_alias, Typecode_Constants.cpp: new CORBA::TypeCode (CORBA::tk_objref, __________________________________________________________________ is an example that it is not fixed :-)
to pool