<div dir="ltr">Hi,<div><br></div><div>Note: I am using the older version of ndnSIM. </div><div><br></div><div>What is the way to track down where and which place in code is calling AggregateObject method on given object? </div><div><br></div><div>I have written a code where I am calling AggregateObject() method just once. I presume I am indeed calling it once. However, when I run the code, I consistently get the error log:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>msg="Object::AggregateObject(): Multiple aggregation of objects of type ns3::Object", file=../src/core/model/object.cc, line=254</div></div><div><div>terminate called without an active exception</div></div></blockquote><div><br></div><div>Error log does say to run the program under debugger, but is it the only approach? </div><div>./waf --run <program> --command-template="gdb --args %s <args>"<br></div><div><br></div><div>Just for the sake of isolating the problem, when I comment out the AggregateObject() invocation, the program runs fine. </div><div><br></div><div>Regards,</div><div>/anil.</div><div><br></div></div>