On Sat, 8 Sep 2012, Jeff Squyres wrote:
But it's still quite annoying.
I would very much like to avoid the system-level argz for this reason, and use
libltdl's internal argz instead.
Without symbol renaming or special versioning, this would introduce
two sources of the same symbols in the sa
Short version:
--
The glibc argz functions in RHEL produce valgrind warnings about illegal reads.
Can I force the use of libltdl's internal argz functionality to avoid these
issues?
More details:
-
This weekend, I finally sat down to figure out some valgrind libltdl wa