|
Bugzilla – Full Text Bug Listing |
| Summary: | Assert during cleanup | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Fabian Mauchle <f1mauchl> |
| Component: | internet | Assignee: | 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 | ||
OK, it is good for me. Other comments ? Done c8e91a766fc4. |
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.