Re: [uclibc-ng-devel] dlclose() issue

2018-04-15 Thread Waldemar Brodkorb
Hi, I have done some further debugging. php -m loads ldap.so (a plugin for LDAP functions). ldap.so depends on openldap libraries (libldap.so, ..) which are by default loaded lazy (RTLD_LAZY). When I compile everything and enforce direct loading via ld (-Wl,-z,now) the segfault disappear. The prob

[uclibc-ng-devel] dlclose() issue

2018-04-10 Thread Waldemar Brodkorb
Hi, I still having issues with dlclose(). Can anybody help me with this issue? This is a long standing bug and still not solved. Recently I reverted commit 952bb00f0b2eb576b0bf48c4f87018429a42e28d in commit 5bdc2b4dee516c8e4d7ba9f5d26c9bf31418b52f, because some Gentoo people reported issues with