Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34310 invoked from network); 30 Mar 2003 01:20:29 -0000 Received: from unknown (HELO www.lerdorf.com) (66.93.78.119) by pb1.pair.com with SMTP; 30 Mar 2003 01:20:29 -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 h2U1KSld022186 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sat, 29 Mar 2003 17:20:28 -0800 Date: Sat, 29 Mar 2003 17:20:51 -0800 (Pacific Standard Time) To: internals@lists.php.net Message-ID: X-X-Sender: rasmus@lerdorf.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: gd segfault From: rasmus@lerdorf.com (Rasmus Lerdorf) Does this segfault ring a bell for anybody? Program received signal SIGSEGV, Segmentation fault. 0x40445493 in gdCacheDelete (head=0x814a3c8) at /home/rasmus/php4/ext/gd/libgd/gdcache.c:86 86 (*(head->gdCacheRelease)) (elem->userdata); #0 0x40445493 in gdCacheDelete (head=0x814a3c8) at /home/rasmus/php4/ext/gd/libgd/gdcache.c:86 #1 0x4044487d in gdFreeFontCache () at /home/rasmus/php4/ext/gd/libgd/gdft.c:754 #2 0x4042fb1e in zm_deactivate_gd (type=1, module_number=19) at /home/rasmus/php4/ext/gd/gd.c:378 #3 0x40526969 in module_registry_cleanup (module=0x812f670) at /home/rasmus/php4/Zend/zend_API.c:1167 #4 0x40528921 in zend_hash_apply (ht=0x405b7e80, apply_func=0x40526938 ) at /home/rasmus/php4/Zend/zend_hash.c:688 #5 0x4052412c in zend_deactivate_modules () at /home/rasmus/php4/Zend/zend.c:634 #6 0x404fe18a in php_request_shutdown (dummy=0x0) at /home/rasmus/php4/main/main.c:987 #7 0x40534c1a in apache_php_module_main (r=0x813defc, display_source_mode=0) at /home/rasmus/php4/sapi/apache/sapi_apache.c:61 #8 0x40535617 in send_php (r=0x813defc, display_source_mode=0, filename=0x0) at /home/rasmus/php4/sapi/apache/mod_php4.c:617 #9 0x405357b6 in send_parsed_php (r=0x813defc) at /home/rasmus/php4/sapi/apache/mod_php4.c:632 #10 0x08053b34 in ap_invoke_handler () #11 0x0806368c in ap_some_auth_required () #12 0x08063971 in ap_internal_redirect () Not entirely sure which script on this server is causing it. Hoping someone has seen it before, if not I'll start sleuthing. -Rasmus