Bug 172 - code bug in function Resolver::DoResolve()(core/config.cc)
code bug in function Resolver::DoResolve()(core/config.cc)
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: core
pre-release
All All
: P3 trivial
Assigned To: ns-bugs
: bug
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-04-15 08:58 EDT by Liu Jian
Modified: 2008-07-01 13:32 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Liu Jian 2008-04-15 08:58:15 EDT
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 EDT
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 EDT
(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.