Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7669 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56571 invoked by uid 1010); 9 Feb 2004 16:20:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56532 invoked from network); 9 Feb 2004 16:20:28 -0000 Received: from unknown (HELO sys13.mail.msu.edu) (35.9.75.113) by pb1.pair.com with SMTP; 9 Feb 2004 16:20:28 -0000 Received: from 66-65-38-153.nyc.rr.com ([66.65.38.153] helo=chiaraquartet.net) by sys13.mail.msu.edu with asmtp (Exim 4.24 #37) (TLSv1:AES256-SHA:256) id 1AqE96-0004vM-00 for internals@lists.php.net; Mon, 09 Feb 2004 11:20:28 -0500 Message-ID: <4027B35C.4080109@chiaraquartet.net> Date: Mon, 09 Feb 2004 11:20:44 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net References: <20040209155010.78401.qmail@pb1.pair.com> In-Reply-To: <20040209155010.78401.qmail@pb1.pair.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Subject: Re: segfault with HEAD From: greg@chiaraquartet.net (Greg Beaver) I decided to delete everything and do a new cvs checkout, and now the segfault has disappeared. Not sure what was going on. Thanks, Greg Greg Beaver wrote: > Hi, > > When I try to run phpDocumentor with HEAD in win32/apache 1.3 checked > out a few minutes ago, I get a segfault, here's a stack trace grabbed > from VS: > > php5ts_debug.dll!execute(_zend_op_array * op_array=0x0109f020, void * * > * tsrm_ls=0x010925d8) Line 1270 + 0x15 C > php5ts_debug.dll!execute_new_code(void * * * tsrm_ls=0x010925d8) Line > 977 + 0x21 C > php5ts_debug.dll!zendparse(void * tsrm_ls=0x010925d8) Line 151 + 0x21 C > php5ts_debug.dll!compile_file(_zend_file_handle * > file_handle=0x0160fbb4, int type=2, void * * * tsrm_ls=0x010925d8) Line > 366 + 0x9 C > php5ts_debug.dll!zend_execute_scripts(int type=8, void * * * > tsrm_ls=0x010925d8, _zval_struct * * retval=0x00000000, int > file_count=3, ...) Line 1047 + 0x12 C > php5ts_debug.dll!php_execute_script(_zend_file_handle * > primary_file=0x0160fbb4, void * * * tsrm_ls=0x010925d8) Line 1645 + > 0x1b C > php5apache.dll!apache_php_module_main(request_rec * r=0x00ee06f0, int > display_source_mode=0, void * * * tsrm_ls=0x010925d8) Line 54 + 0x10 C > php5apache.dll!send_php(request_rec * r=0x00ee06f0, int > display_source_mode=0, char * filename=0x00ee1768) Line 621 + 0x11 C > php5apache.dll!send_parsed_php(request_rec * r=0x00ee06f0) Line 636 + > 0xd C > > I'm a bit new at this, please let me know if I can supply any other > useful information. The actual location of the segfault appears to be > in zend_execute.c on line 1270 > > Greg