|
Bugzilla – Full Text Bug Listing |
| Summary: | Simulation crashes because of an out of range TID | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | ns-bugs, william.r.dieter |
| Priority: | P3 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
script to reproduce the issue
patch to fix segfault |
||
|
Description
sebastien.deronne
2017-01-21 03:57:57 UTC
Created attachment 2753 [details]
patch to fix segfault
m_currentPacket should not hold received packets.
Patch solves the segfault issue.
This can be pushed asap to ns-3-dev, once William Dieter confirms the patch does solve his problem. The patch solves this bug. I tested both debug and optimized builds without seeing this problem. (In reply to William R. Dieter from comment #3) > The patch solves this bug. I tested both debug and optimized builds without > seeing this problem. Thanks for your feedback, I will deliver the fix later today. Fixed in changeset 12563:5e180d987403 |