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: 2.25 freeze status


On 02/01/2017 09:56 AM, Szabolcs Nagy wrote:
> On 01/02/17 14:47, Alexandre Oliva wrote:
>> On Feb  1, 2017, Szabolcs Nagy <szabolcs.nagy@arm.com> wrote:
>>> _dl_update_slotinfo_list is called
>>
>> guarded by #ifdef SHARED.  Do you see it called in some other path
>> within the to-be-statically-linked dl_open_worker?  If not, this assert
>> could fail not just when users called dlopen in statically-linked
>> programs, but even when they called functions that rely on dlopening
>> internally (nss comes to mind).
> 
> i assumed dlopen in a static linked program is
> unsupported (as it is broken when it is deployed
> to a system with different libc which is the
> main use of static linking)
> 
> if that's supposed to work then i agree that
> both dtv setting hunks should be reverted.
 
We want dlopen from a static executable to work.

There are some things that don't work, but I consider those bugs
we need to solve anyway to get dlmopen working (the static->dynamic
namespace issues are the same issues present in the ns1->ns2 namespace
issues).

Both dlopen from a static executable and dlmopen are important features.

-- 
Cheers,
Carlos.


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