[Bug c++/71971] Destructor of a global static variable in a shared library is not called on dlclose

2016-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71971 --- Comment #1 from Richard Biener --- Note that after dlclose whether the library is really unloaded depends on the runtime linker in glibc. ISTR another bug where a library using specific features are never unloaded where I pointed out the fea

[Bug c++/71971] Destructor of a global static variable in a shared library is not called on dlclose

2016-07-25 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71971 Alexander Monakov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/71971] Destructor of a global static variable in a shared library is not called on dlclose

2016-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71971 Richard Biener changed: What|Removed |Added Resolution|INVALID |DUPLICATE --- Comment #3 from Richard B