Hacker News new | ask | show | jobs
by blibble 1638 days ago
there are various tools that will tell you if you have old libraries in use by walking /proc

and the Chrome thing sounds rather strange as I thought Chrome forked processes from a "zygote" (a prototype process) rather than re-exec'ing() the binary (which should retain the handle to the deleted library inodes)

not to mention the shared library naming scheme should prevent this sort of incompatible change from occurring