Shared libraries
Shared libraries
Posted Nov 26, 2025 9:14 UTC (Wed) by taladar (subscriber, #68407)In reply to: Shared libraries by Cyberax
Parent article: APT Rust requirement raises questions
Depending on the design of the program it might even happen if you make a config change and some more recently loaded part of the whole package (library, binary,...) reads the new configuration and the longer running parts use the old.
Sometimes that is even deliberate as part of some reload mechanism where a new binary loads a new config, then gets file handles for sockets and similar resources from the old binary so even using something like a snapshot of the filesystem from the time the first part of the package is started wouldn't be a universal solution.
