Bugzilla – Bug 1014
wimax-ipv4 segfaults when number of subscriber stations increased
Last modified: 2010-12-28 19:47:18 UTC
When number of subscriber stations are increased the code gives a segmentation fault. In the function BsServiceFlowManager::ProcessDsaReq , there is a statement : serviceFlow = GetServiceFlow (ssRecord->GetDsaRsp ().GetSfid ()); This returns NULL value. Which later gives a segfault when we try to access the element of serviceFlow in BsServiceFlowManager::ScheduleDsaRsp
*** This bug has been marked as a duplicate of bug 1025 ***