This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Cancellation and dlmopen?


On 11/17/2015 04:33 PM, Carlos O'Donell wrote:

> Or document that if the new namespace does not create any threads of it's
> own that the namespace is *not* thread safe. So calls from non-namespace
> created threads into the namespace are not safe.

Other libraries may encounter this problem, too, because they have
separate sets of locks and no longer achieve mutual exclusion.  For
example, in-process databases such as SQLite which implement new-style,
file-private locks in an emulation layer will break.

Florian



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