Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27889 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53273 invoked by uid 1010); 7 Feb 2007 19:19:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53258 invoked from network); 7 Feb 2007 19:19:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2007 19:19:35 -0000 X-Host-Fingerprint: 84.64.166.162 user-5440a6a2.wfd76a.dsl.pol.co.uk Received: from [84.64.166.162] ([84.64.166.162:5605] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/CC-18288-3462AC54 for ; Wed, 07 Feb 2007 14:19:33 -0500 Message-ID: <11.CC.18288.3462AC54@pb1.pair.com> To: internals@lists.php.net Date: Wed, 07 Feb 2007 19:18:19 +0000 User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 84.64.166.162 Subject: segfault when running header? From: chrism@cjsoftuk.dyndns.org (Chris Malton) The header() function currently causes a segfault with CVS head sources. Here's a backtrace. #0 _zend_mm_free_int (heap=0xb302f0, p=0xb88b11b) at /root/php6/Zend/zend_alloc.c:1522 #1 0x00000000006a5d4f in destroy_op_array (op_array=0x2ae269e4d410) at /root/php6/Zend/zend_opcode.c:265 #2 0x00000000006e0085 in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER ( execute_data=0x7fff40c85d10) at /root/php6/Zend/zend_vm_execute.h:2039 #3 0x00000000006d7bbc in execute (op_array=0x2ae269e4ce30) at /root/php6/Zend/zend_vm_execute.h:92 #4 0x00000000006b0663 in zend_execute_scripts (type=8, retval=0xb88b11b, file_count=3) at /root/php6/Zend/zend.c:1630 #5 0x0000000000662883 in php_execute_script (primary_file=0x7fff40c883e0) at /root/php6/main/main.c:1951 #6 0x000000000073d394 in main (argc=2, argv=0x7fff40c8a648) at /root/php6/sapi/cgi/cgi_main.c:1660 I'll leave this up to a dev team person to sort. I am merely testing out php6 before a migration. Need any more info? Give me a buzz. Chris