Bug 758 - Assert during cleanup
Assert during cleanup
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: internet
ns-3-dev
All All
: P5 normal
Assigned To: Sebastien Vincent
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-12-02 08:58 UTC by Fabian Mauchle
Modified: 2009-12-18 12:45 UTC (History)
2 users (show)

See Also:


Attachments
patch (567 bytes, patch)
2009-12-02 08:58 UTC, Fabian Mauchle
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.