Bug 172

Summary: code bug in function Resolver::DoResolve()(core/config.cc)
Product: ns-3 Reporter: Liu Jian <liujatp>
Component: coreAssignee: ns-bugs <ns-bugs>
Status: RESOLVED INVALID    
Severity: trivial CC: mathieu.lacage
Priority: P3 Keywords: bug
Version: pre-release   
Hardware: All   
OS: All   

Description Liu Jian 2008-04-15 08:58:15 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.
Comment 1 Mathieu Lacage 2008-04-15 11:25:56 UTC
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.
Comment 2 Liu Jian 2008-04-16 07:39:18 UTC
(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.