Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Apr 2005 08:54:18 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        freebsd-ports-bugs@freebsd.org, Toni Viemero <toni.viemero@iki.fi>
Cc:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   Re: ports/79617: lang/php4: curl + https with sysv* extension segfaults
Message-ID:  <20050408055418.GA45420@sinanica.bg.datamax>
In-Reply-To: <20050407165421.GD88440@shaolin.selfdestruct.net>
References:  <20050407072955.61716139AD2@shaolin.selfdestruct.net> <20050407164608.GA42084@sinanica.bg.datamax> <20050407165421.GD88440@shaolin.selfdestruct.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050408055418.GA45420>