Bug 1014 - wimax-ipv4 segfaults when number of subscriber stations increased
wimax-ipv4 segfaults when number of subscriber stations increased
Status: RESOLVED DUPLICATE of bug 1025
Product: ns-3
Classification: Unclassified
Component: examples
ns-3.9
All All
: P5 normal
Assigned To: Flavio Kubota
: bug
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-10-22 16:35 EDT by Nikunj Aggarwal
Modified: 2010-12-28 19:47 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikunj Aggarwal 2010-10-22 16:35:55 EDT
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
Comment 1 Flavio Kubota 2010-12-28 19:47:18 EST

*** This bug has been marked as a duplicate of bug 1025 ***