|
Bugzilla – Full Text Bug Listing |
| Summary: | valgrind errors in ALL tests on glibc-2.10 | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Andrey Mazo <ahippo> |
| Component: | general | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | ahippo, craigdo, tomh |
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | ./test.py --grind --retain --verbose on | ||
|
Description
Andrey Mazo
2010-04-20 06:52:33 UTC
Created attachment 838 [details]
./test.py --grind --retain --verbose on
on machine
gcc 4.3.4, glibc 2.10.1, valgrind 3.4.1, kernel 2.6.32, 64-bit
What is valgrind complaining about? (i.e., ./test.py -v -g) I am running kernel 2.6.32, glibc 2.11.1, valgrind 3.5.0 with no problem. Sorry, I didn't notice the attachment. You can always add the offending library errors to the suppressions file (testpy.supp). (In reply to comment #3) > Sorry, I didn't notice the attachment. > > You can always add the offending library errors to the suppressions file > (testpy.supp). I've reinstalled valgrind and it seems to solve the bunch of invalid read errors. Looks like valgrind produces false errors in case, when glibc was updated after valgrind. Suppose to close the bug as WORKSFORME. (In reply to comment #4) > (In reply to comment #3) > > Sorry, I didn't notice the attachment. > > > > You can always add the offending library errors to the suppressions file > > (testpy.supp). > > I've reinstalled valgrind and it seems to solve the bunch of invalid read > errors. > Looks like valgrind produces false errors in case, when glibc was updated after > valgrind. > > Suppose to close the bug as WORKSFORME. Well, the same problem has appeared several times on various Gentoo installations. And every time just rebuilding valgrind solved the problem. Looks like it's a Gentoo/valgrind bug, not ns-3 one. So I'd propose to close this bug. moving this to the wiki and marking resolved/invalid since it is not an ns-3 problem: https://www.nsnam.org/wiki/index.php/Troubleshooting#Valgrind_errors |