[Bug 1231459] Re: Inconsistency detected by ld.so: dl-close.c: 759: _dl_close: Assertion `map->l_init_called' failed!

Sam Hartman hartmans at debian.org
Thu Sep 26 14:17:56 UTC 2013


Hi.  What's going on here is that it seems there are cases where on
process exit, ld.so will destruct the plugins before it destructs the
dlopening library.  So it sets m_inited to 0.  But as part of its
finalizer the library tries to clean up its resources, and dlcloses the
plugins.  Getting you this crash.  For Debian I've decided to leak the
library resource.

** Patch added: "0006-gssapi-never-unload-mechanisms.patch"
   https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1231459/+attachment/3842357/+files/0006-gssapi-never-unload-mechanisms.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/1231459

Title:
  Inconsistency detected by ld.so: dl-close.c: 759: _dl_close: Assertion
  `map->l_init_called' failed!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1231459/+subscriptions



More information about the Ubuntu-server-bugs mailing list