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.
valgrind-3.6.0.patch
Description: valgrind-3.6.0.patch
Regards, Pavel (Pasha) Shamis
------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d
_______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
