|
Bugzilla – Full Text Bug Listing |
| Summary: | Valgrind error in lena-x2-handover example | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Manuel Requena <manuel.requena> |
| Component: | lte | Assignee: | Manuel Requena <manuel.requena> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P3 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Manuel Requena
2018-06-08 06:10:15 UTC
A first investigation shows that []operator is used in a map. So, if element is not present, it is created with uninitialized values (so, the valgrind error). Added some checks in changeset: 13640:709f3122a16a But now we have a crash. It means something is wrong with the connection of the stats. The stats are fixed in https://gitlab.com/nsnam/ns-3-dev/commit/ed411fa9c033bcbcf8b2a44e75c01982848f0df1 Commit https://gitlab.com/nsnam/ns-3-dev/commit/ed411fa9c033bcbcf8b2a44e75c01982848f0df1 removes temp workaround |