Our latest ReferenceCountedObject class queried the command line via GetPot to check if we should print out refcount info, and that query wasn't cached.
The latest GetPot by default stuck every single query at the end of a GetPot::_requested_* vector<string>, as a simple but grossly inefficient way of enabling unqueried argument detection later. Both those things have been fixed now. If you're using the libMesh svn head (or anything newer than Paul's recent refcounting feature addition) you'll want to update. Depending on usage patterns this bug can look like a huge memory leak. --- Roy ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
