[Valgrind-users] Valgrind doesn't work on systems with no /tmp dir

2011-03-15 Thread Shamis, Pavel
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

Re: [Valgrind-users] Valgrind doesn't work on systems with no /tmp dir

2011-03-15 Thread Florian Krohm
On 03/15/2011 05:19 PM, Shamis, Pavel wrote: 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

Re: [Valgrind-users] Valgrind doesn't work on systems with no /tmp dir

2011-03-15 Thread Shamis, Pavel
On 03/15/2011 05:19 PM, Shamis, Pavel wrote: 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