Comment #28 on issue 22703 by [email protected]: All subprocess creation needs to go through zygote http://code.google.com/p/chromium/issues/detail?id=22703
Yeah, /proc/self/exe is a little more magic than a normal symlink. It looks like a symlink to userspace, but when you ask the kernel to use it (e.g. to exec it) it uses the original binary (i.e. the original inode) even if it's been renamed or even unlinked. My change isn't a complete fix, but I'll comment more about that on the issue itself. -- 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
