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 -- To unsubscribe from this list: send the line "unsubscribe linux-numa" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html