|
Bugzilla – Full Text Bug Listing |
| Summary: | wimax-ipv4 segfaults when number of subscriber stations increased | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Nikunj Aggarwal <nikunj.iitm> |
| Component: | examples | Assignee: | Flavio Kubota <kubota> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P5 | Keywords: | bug |
| Version: | ns-3.9 | ||
| Hardware: | All | ||
| OS: | All | ||
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