Bugzilla – Bug 172
code bug in function Resolver::DoResolve()(core/config.cc)
Last modified: 2008-07-01 13:32:28 UTC
file core/config.cc (ns-3-dev) Resolver::DoResolve()and Resolver::DoArrayResolve() are recursive called, argment2:Ptr<Object>root will eventually become NULL ptr, here assertion missed.
Please, can you explain how you have triggered this problem ? i.e., I would like to reproduce this but I have no idea how to do so.
(In reply to comment #1) > Please, can you explain how you have triggered this problem ? i.e., I would > like to reproduce this but I have no idea how to do so. it was due to my fault, i check my samplemain.cc and find error somewhere. i forgot i had modified code for testing in object-vector.h yesterday. i am really sorry about that.