Comment 3 for bug 1231459

Revision history for this message
Sam Hartman (hartmans) wrote :

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.