Re: libnuma valgrind errors
Andi Kleen <[email protected]>
| Newsgroups | org.kernel.vger.linux-numa |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 02, 2010 at 11:55:09AM -0600, Trammell Hudson wrote: > When running a trivial program linked with -lnuma under valgrind I get > errors that numa_bitmask_alloc() has been called and not freed the memory. > This is on Ubuntu 9.04, with libnuma 2.0.2 on x86-64. This is a false positive -- the values are essentially globals that never go away and it's not a bug. If you don't want to see you would need to use a suppression file. -Andi