Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10268 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14304 invoked by uid 1010); 4 Jun 2004 15:15:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13911 invoked from network); 4 Jun 2004 15:15:20 -0000 Received: from unknown (HELO mail.de-punkt.de) (62.4.81.205) by pb1.pair.com with SMTP; 4 Jun 2004 15:15:20 -0000 Received: (qmail 13013 invoked by uid 508); 4 Jun 2004 15:15:18 -0000 Received: from lists@sebastian-bergmann.de by webby by uid 511 with qmail-scanner-1.16 (f-prot: 3.12. spamassassin: 2.60. Clear:. Processed in 0.749767 secs); 04 Jun 2004 15:15:18 -0000 Received: from unknown (HELO wopr) (80.142.52.35) by mail.de-punkt.de with SMTP; 4 Jun 2004 15:15:18 -0000 Received: from localhost [127.0.0.1] by wopr (192.168.2.100) (userid 8) with Hamster-NewsToMail-Gate (Classic Hamster Version 2.0 Build 2.0.5.1) ; Fri, 04 Jun 2004 17:14:13 +0200 Date: Fri, 04 Jun 2004 17:14:13 +0200 Organization: www.sebastian-bergmann.de User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en To: internals@lists.php.net Sender: admin Reply-To: Sebastian Bergmann Lines: 52 X-Qmail-Scanner-Message-ID: <108636211852612991@webby> Subject: Segfault in current HEAD with phpMyAdmin From: lists@sebastian-bergmann.de (Sebastian Bergmann) Message-ID: I am getting the segfault below with the current HEAD on Win32 when I access phpMyAdmin. php5ts_debug.dll!ts_resource_ex(int id=9633792, unsigned long * th_id=0x00000001) Zeile 388 + 0xf C php5ts_debug.dll!_emalloc(unsigned int size=16, char * __zend_filename=0x1062527c, unsigned int __zend_lineno=968, char * __zend_orig_filename=0x00000000, unsigned int __zend_orig_lineno=0) Zeile 182 + 0x3f C php5ts_debug.dll!add_next_index_stringl(_zval_struct * arg=0x00e60fd0, char * str=0x00e60f40, unsigned int length=1, int duplicate=1) Zeile 968 + 0x19 C php5ts_debug.dll!php_explode(_zval_struct * delim=0x00e60f88, _zval_struct * str=0x00e60ef8, _zval_struct * return_value=0x00e60fd0, int limit=-1) Zeile 775 + 0x16 C php5ts_debug.dll!zif_explode(int ht=2, _zval_struct * return_value=0x00e60fd0, _zval_struct * this_ptr=0x00000000, int return_value_used=1, void * * * tsrm_ls=0x00812870) Zeile 815 + 0x19 C php5ts_debug.dll!zend_do_fcall_common_helper(_zend_execute_data * execute_data=0x0012f108, _zend_op * opline=0x01029d00, _zend_op_array * op_array=0x00abd410, void * * * tsrm_ls=0x00812870) Zeile 2697 + 0x32 C php5ts_debug.dll!zend_do_fcall_handler(_zend_execute_data * execute_data=0x0012f108, _zend_op * opline=0x01029d00, _zend_op_array * op_array=0x00abd410, void * * * tsrm_ls=0x00812870) Zeile 2826 + 0x15 C php5ts_debug.dll!execute(_zend_op_array * op_array=0x00abd410, void * * * tsrm_ls=0x00812870) Zeile 1389 + 0x17 C php5ts_debug.dll!zend_do_fcall_common_helper(_zend_execute_data * execute_data=0x0012f474, _zend_op * opline=0x00dc4440, _zend_op_array * op_array=0x009419c0, void * * * tsrm_ls=0x00812870) Zeile 2726 + 0x21 C php5ts_debug.dll!zend_do_fcall_by_name_handler(_zend_execute_data * execute_data=0x0012f474, _zend_op * opline=0x00dc4440, _zend_op_array * op_array=0x009419c0, void * * * tsrm_ls=0x00812870) Zeile 2808 + 0x15 C php5ts_debug.dll!execute(_zend_op_array * op_array=0x009419c0, void * * * tsrm_ls=0x00812870) Zeile 1389 + 0x17 C php5ts_debug.dll!zend_include_or_eval_handler(_zend_execute_data * execute_data=0x0012f728, _zend_op * opline=0x00948558, _zend_op_array * op_array=0x0093eb28, void * * * tsrm_ls=0x00812870) Zeile 3552 + 0x10 C php5ts_debug.dll!execute(_zend_op_array * op_array=0x0093eb28, void * * * tsrm_ls=0x00812870) Zeile 1389 + 0x17 C php5ts_debug.dll!zend_execute_scripts(int type=8, void * * * tsrm_ls=0x00812870, _zval_struct * * retval=0x00000000, int file_count=3, ...) Zeile 1061 + 0x21 C php5ts_debug.dll!php_execute_script(_zend_file_handle * primary_file=0x0012ff08, void * * * tsrm_ls=0x00812870) Zeile 1627 + 0x1b C php-cgi.exe!main(int argc=1, char * * argv=0x008124c8) Zeile 1568 + 0x13 C php-cgi.exe!mainCRTStartup() Zeile 398 + 0x11 C kernel32.dll!77e614c7() -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/