Bug 758

Summary: Assert during cleanup
Product: ns-3 Reporter: Fabian Mauchle <f1mauchl>
Component: internetAssignee: Sebastien Vincent <vincent>
Status: RESOLVED FIXED    
Severity: normal CC: faker.moatamri, ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch

Description Fabian Mauchle 2009-12-02 08:58:54 UTC
Created attachment 686 [details]
patch

The simulator is forced to stop (using Simulator::Stop(...))
During cleanup, the simulator might crash with an assertion if there is an ongoing IPv6 neighbour lookup. The assertion happens when the NdiscCache::Entry::Timer are deleted, while they still have scheduled events.
Comment 1 Sebastien Vincent 2009-12-16 11:47:16 UTC
OK, it is good for me.

Other comments ?
Comment 2 Sebastien Vincent 2009-12-18 12:45:11 UTC
Done c8e91a766fc4.