Bug 1989

Summary: Minstrel rate manager may crash
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: wifiAssignee: Daniel L. <nikkipui>
Status: RESOLVED FIXED    
Severity: major CC: ns-bugs, tomh
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: possible patch

Description Tommaso Pecorella 2014-09-18 17:16:23 UTC
This has been reported by Jaydeep Ramani here:
https://groups.google.com/forum/#!topic/ns-3-users/_c56LcdY2pA

The problem arises when MinstrelWifiManager::DoReportFinalDataFailed is called before m_minstrelTable creation.
Comment 1 Tommaso Pecorella 2014-09-18 17:18:33 UTC
Created attachment 1883 [details]
possible patch
Comment 2 Tom Henderson 2014-11-12 13:50:57 UTC
changeset 11059:2fe905238013  (bug 1726) fixed this.