This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dlclose() doesn't unload any .so that uses Boost


On Tue, May 31, 2011 at 08:43:45AM +0200, J wrote:
> I've managed to track this issue down. It looks like a bug in GCC:

Most likely the difference is just that g++-4.6 emits STB_GNU_UNIQUE
symbols while g++-4.4 doesn't.  And, when any STB_GNU_UNIQUE symbols
are resolved against some library, it is marked as nodelete.
Therefore, NOTABUG.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]