|
From: Shamis, P. <sh...@or...> - 2011-03-15 21:19:51
|
Hey,
Valgrind doesn't work on systems that don't have "/tmp" directory. After some debug we found that the "/tmp" directory is actually hardcoded in the code. I changed the code to get the TMP directory from environment variable. As result it provides us a way to customize temporary directory location. If no value is specified, the default one ("/tmp") is used.
Please see attached patch. It really may be helpful to see some resolution for the problem in future Valgrind version.
|