|
From: Tom H. <to...@co...> - 2005-02-09 19:42:14
|
Am I right in thinking that now that we have dropped the custom pthread library valgrind no longer needs to add it's own library directory to the front of LD_LIBRARY_PATH for the target? The only shared objects we load into the target now are the preload libraries which use LD_PRELOAD to get loaded. The reason I ask is that dropping it should solve the long standing problem with the JVM re-execing itself continuously in an attempt to get itself at the front of LD_LIBRARY_PATH... I'm just testing that at the moment. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |