From owner-freebsd-stable@FreeBSD.ORG Mon Mar 23 13:53:54 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05E99A55 for ; Mon, 23 Mar 2015 13:53:54 +0000 (UTC) Received: from io.ze.tum.de (w3projmail.ze.tum.de [129.187.39.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86A58EC0 for ; Mon, 23 Mar 2015 13:53:52 +0000 (UTC) Received: from etustar.ze.tum.de (etustar.ze.tum.de [IPv6:2001:4ca0:2e03::16:1]) (authenticated bits=0) by io.ze.tum.de (8.14.5/8.14.5) with ESMTP id t2NDrp6i052129 for ; Mon, 23 Mar 2015 14:53:51 +0100 (CET) (envelope-from estartu@ze.tum.de) Message-ID: <55101AEF.1080003@ze.tum.de> Date: Mon, 23 Mar 2015 14:53:51 +0100 From: Gerhard Schmidt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Problems with openssl 1.0.2 update References: <550FEBE6.5090804@ze.tum.de> <55101285.5000401@sentex.net> In-Reply-To: <55101285.5000401@sentex.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2015 13:53:54 -0000 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