Comment #29 on issue 22703 by [email protected]: All subprocess creation  
needs to go through zygote
http://code.google.com/p/chromium/issues/detail?id=22703

Evan, you are right. /proc/self/exe is more magical than a regular symlink.  
/proc/self/exe tracks the current
binary location, so you can move the binary.

% ./a.out&
[1] 14831
% readlink /proc/14831/exe
/home/satorux/tmp/a.out
% mv a.out /tmp
% readlink /proc/14831/exe
/tmp/a.out


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to