https://bugs.kde.org/show_bug.cgi?id=464476
Paul Floyd changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=464476
--- Comment #3 from Paul Floyd ---
Almost there.
I use VG_(find_executable)(VG_(args_the_exename)) then check if it is a link
and if so call VG_(readlink)(exe_name, out, VKI_PATH_MAX);
But readlink doesn't resolve relative paths to absolute paths.
-
https://bugs.kde.org/show_bug.cgi?id=464476
--- Comment #2 from Paul Floyd ---
A bit trickier than I thought since firefox is a symlink and I need to first
resolve the symlink.
We don't have a VG_(lstat) as far as I can see.
--
You are receiving this mail because:
You are watching all bug chan
https://bugs.kde.org/show_bug.cgi?id=464476
--- Comment #1 from Paul Floyd ---
There problem is with sysctl kern.proc.pathname.PID
This is used to determine the full path of firefox, but when it runs under
valgrind it returns the path to valgrind instead.
firefox then looks in the valgrind dire
https://bugs.kde.org/show_bug.cgi?id=464476
Paul Floyd changed:
What|Removed |Added
Assignee|jsew...@acm.org |pjfl...@wanadoo.fr
--
You are receiving this mail