I've recently run into a bug on code developed mainly on Linux in which delete'ing a class instance provided by a shared library leads to a SEGV after that library has been unloaded. The most ...
The use of dynamically linked libraries makes a lot of sense when it comes to keeping system binaries small, but can generate some head-scratching problems when you are trying to install or run ...