|
Bugzilla – Full Text Bug Listing |
| Summary: | TCP Socket valgrind error | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | internet | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mathieu.lacage |
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | ./waf --regression --regression-tests=test-tcp-large-transfer --valgrind 2>&1 | tee /tmp/valgrind.log | ||
|
Description
Gustavo J. A. M. Carneiro
2008-05-29 07:15:18 UTC
Created attachment 141 [details]
./waf --regression --regression-tests=test-tcp-large-transfer --valgrind 2>&1 | tee /tmp/valgrind.log
This valgrind error is strange; I see nothing wrong with the code, actually... Found the problem. There are two TcpSocketImpl constructors, and one of them was not initializing m_wouldBlock. |