This is the mail archive of the glibc-bugs@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]

[Bug nptl/24443] Locking recursive mutex puts it into incorrect state with static linking


https://sourceware.org/bugzilla/show_bug.cgi?id=24443

--- Comment #5 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to Adhemerval Zanella from comment #4)
> Shouldn't we add the required initialization functions with
> PTHREAD_STATIC_FN_REQUIRE?

I don't think this will solve this issue because there is nothing in
pthread_rwlock_init that pulls in the alternative initialization code
(nptl-init.o, if I'm not mistaken).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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