From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 8 05:54:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1F0D16A4CE; Fri, 8 Apr 2005 05:54:20 +0000 (GMT) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4725843D5E; Fri, 8 Apr 2005 05:54:20 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from sinanica.bg.datamax (sinanica.bg.datamax [192.168.10.1]) by jengal.datamax.bg (Postfix) with QMQP id 3F69087CA; Fri, 8 Apr 2005 08:54:19 +0300 (EEST) Received: (nullmailer pid 75377 invoked by uid 1004); Fri, 08 Apr 2005 05:54:18 -0000 Date: Fri, 8 Apr 2005 08:54:18 +0300 From: Vasil Dimov To: freebsd-ports-bugs@freebsd.org, Toni Viemero Message-ID: <20050408055418.GA45420@sinanica.bg.datamax> References: <20050407072955.61716139AD2@shaolin.selfdestruct.net> <20050407164608.GA42084@sinanica.bg.datamax> <20050407165421.GD88440@shaolin.selfdestruct.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline In-Reply-To: <20050407165421.GD88440@shaolin.selfdestruct.net> X-OS: FreeBSD 5.4-PRERELEASE User-Agent: Mutt/1.5.9i cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/79617: lang/php4: curl + https with sysv* extension segfaults X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vd@datamax.bg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 05:54:20 -0000 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 07, 2005 at 07:54:21PM +0300, Toni Viemero wrote: > Vasil Dimov wrote: >=20 > > Can you try the following command and send the output: > >=20 > > $ gdb /usr/local/bin/php php.core > > (gdb) bt >=20 > GDB backtrace can be found here: > http://selfdestruct.net/misc/gdb-pr-79617.txt >=20 Looks like an openssl issue or curl incorrectly calling openssl. Can you try to install openssl-0.9.7f from security/openssl in the ports and link libcurl and php against it? It whoud be a matter of /usr/ports/ftp/curl# make WITH_OPENSSL_PORT=3Dyes install clean (this sould install openssl from ports if it is not already installed and link libcurl with it) Also it would be great if you add debugging symbols to all those progs and libs (for example add CFLAGS=3D-g to /etc/make.conf). It will help to get more detailed backtrace in case the crash occurs again. Sorry, but I cannot do much without being able to reproduce the problem. --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFCVhyKFw6SP/bBpCARAj0hAKDFgwGQJlrOfzwE+65QB59/RHWVCACff9da lZbQWge7AVseqJ87TGrbWM8= =D23o -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5--