[2.24 COMMITTED] Bug 11941: ld.so: Improper assert map->l_init_called in dlclose
Carlos O'Donell
carlos@redhat.com
Fri Jan 1 00:00:00 GMT 2016
We are seeing this in Fedora 25 based on glibc 2.24, and it is impacting
kerberos authentication for ssh.
commit a0cd7851a79cccf6e8e21962862ea8fe0bca5114
Author: Carlos O'Donell <carlos@redhat.com>
Date: Fri Dec 23 13:30:22 2016 -0500
Bug 11941: ld.so: Improper assert map->l_init_called in dlclose
There is at least one use case where during exit a library destructor
might call dlclose() on a valid handle and have it fail with an
assertion. We must allow this case, it is a valid handle, and dlclose()
should not fail with an assert. In the future we might be able to return
an error that the dlclose() could not be completed because the opened
library has already been unloaded and destructors have run as part of
exit processing.
For more details see:
https://www.sourceware.org/ml/libc-alpha/2016-12/msg00859.html
(cherry picked from commit 57707b7fcc38855869321f8c7827bfe21d729f37)
--
Cheers,
Carlos.
More information about the Libc-stable
mailing list