On 3/23/2015 6:33 AM, Gerhard Schmidt wrote:> Hi, > > we experiencing a problem after upgrading the openssl port to openssl > 1.0.2. > > /usr/bin/vi started to crash after some seconds with segfault.Is you vi linked to openssl ? /usr/bin/vi: libutil.so.9 => /lib/libutil.so.9 (0x800883000) libncursesw.so.8 => /lib/libncursesw.so.8 (0x800a95000) libc.so.7 => /lib/libc.so.7 (0x800cea000) -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike at sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/
On 23.03.2015 14:17, Mike Tancsa wrote:> On 3/23/2015 6:33 AM, Gerhard Schmidt wrote: >> Hi, >> >> we experiencing a problem after upgrading the openssl port to openssl >> 1.0.2. >> >> /usr/bin/vi started to crash after some seconds with segfault. > > Is you vi linked to openssl ? > > /usr/bin/vi: > libutil.so.9 => /lib/libutil.so.9 (0x800883000) > libncursesw.so.8 => /lib/libncursesw.so.8 (0x800a95000) > libc.so.7 => /lib/libc.so.7 (0x800cea000)no but... I was finally able to repoduce this problem on my testserver. The problem is related to nss_ldap or pam_ldap used in the user authentication. The openldap-client, nss_ldap and pam_ldap are linked against the ports openssl lib. vi crashed when I tried to change a file. First change and vi crashes. if i remove ldap from /etc/nsswitch.conf and vi is running just fine. there is definitely a issue with openssl 1.0.2 somewhere Regards Estartu