Have a look at the function "is_systemish_library_name" in coregrind/m_debuginfo/readmacho.c. This causes V not to try to run dsymutil in various system directories (it's obvious if you look at the code). Maybe the path to your Python installation is not covered by the tests in this function?
Thanks for your helpful answer.I am not running system Python but MacPorts python, in /opt/local/... indeed (because I need Python 2.6 whereas the version shipped with my system is only 2.5). Is patching is_systemish_library_name the only work around then? I guess adding "/opt/" or "/opt/local/" would work for everybody except perhaps the MacPorts porters.
Luc
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com
_______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
