Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:516 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69716 invoked from network); 30 Mar 2003 21:32:16 -0000 Received: from unknown (HELO www.lerdorf.com) (66.93.78.119) by pb1.pair.com with SMTP; 30 Mar 2003 21:32:16 -0000 Received: from DELL.lerdorf.com (12-235-53-226.client.attbi.com [12.235.53.226]) by www.lerdorf.com (8.12.8/8.12.8/Debian-2) with ESMTP id h2ULWEld001160 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 30 Mar 2003 13:32:15 -0800 Date: Sun, 30 Mar 2003 13:32:15 -0800 (Pacific Standard Time) To: "Ilia A." cc: internals@lists.php.net In-Reply-To: <200303301603.08004.ilia@prohost.org> Message-ID: References: <200303301603.08004.ilia@prohost.org> X-X-Sender: rasmus@lerdorf.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Another ext/gd segfault From: rasmus@lerdorf.com (Rasmus Lerdorf) Here is the script: That button.png image is here: http://lerdorf.com/images/button.png And I have put the handwriting.ttf file at lerdorf.com/handwriting.ttf I get the RSHUTDOWN crash on about 30% of the hits to that script and the imagettfbbox() crash very infrequently. -Rasmus On Sun, 30 Mar 2003, Ilia A. wrote: > On March 30, 2003 01:19 pm, Rasmus Lerdorf wrote: > > I am starting to wonder if we have a basic > > incompatibility with the current freetype lib. This is PHP_4_3 on a > > Debian box with: > > > > ii libfreetype6-dev 2.1.3+2.1.4rc2-4 > > FreeType 2 font engine, development files > > I use libfreetype.so.6.3.2 and have not encountered such problems, is there a > way to see the actual PHP script, which causes this crash? > > Ilia >