ID: 21767 Updated by: [EMAIL PROTECTED] Reported By: philip at cornado dot com -Status: Feedback +Status: No Feedback Bug Type: Zend Engine 2 problem Operating System: linux PHP Version: 5CVS-2003-01-20 (dev) New Comment:
No feedback was provided for this bug for over 2 weeks, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". Previous Comments: ------------------------------------------------------------------------ [2003-03-04 04:06:08] [EMAIL PROTECTED] Has this problem gone in the latest version? ------------------------------------------------------------------------ [2003-01-20 03:35:50] philip at cornado dot com ./configure --enable-debug --enable-sockets Autoconf 2.13 (GNU libtool) 1.4.3 (GNU Bison) 1.75 >From latest checkout of php5, configure and make run fine but simply calling a php binary ('php -v') results is a segfault. Here's the backtrace from simply running CLI: #0 0x08157415 in zend_objects_store_put (object=0x401a803c, dtor=0x8155e50 <zend_objects_destroy_object>, clone=0) at /cvs/php5/Zend/zend_objects_API.c:47 #1 0x08155efc in zend_objects_new (object=0xbfffe8a0, class_type=0x81ac780) at /cvs/php5/Zend/zend_objects.c:58 #2 0x08149b2b in _object_and_properties_init (arg=0x81c2108, class_type=0x81ac780, properties=0x81c2138, __zend_filename=0x816cc20 "/cvs/php5/ext/standard/browscap.c", __zend_lineno=133) at /cvs/php5/Zend/zend_API.c:594 #3 0x0808e578 in php_browscap_parser_cb (arg1=0xbfffe980, arg2=0x0, callback_type=2, arg=0x81a6960) at /cvs/php5/ext/standard/browscap.c:133 #4 0x081321fa in ini_parse () at /cvs/php5/Zend/zend_ini_parser.y:213 #5 0x08131c6e in zend_parse_ini_file (fh=0xbffff7e0, unbuffered_errors=1 '\001', ini_parser_cb=0x808e3c8 <php_browscap_parser_cb>, arg=0x81a6960) at /cvs/php5/Zend/zend_ini_parser.y:164 #6 0x0808e6d2 in zm_startup_browscap (type=1, module_number=3) at /cvs/php5/ext/standard/browscap.c:169 #7 0x080877da in zm_startup_basic (type=1, module_number=3) at /cvs/php5/ext/standard/basic_functions.c:1044 #8 0x0814b113 in zend_startup_module (module=0x819dd20) at /cvs/php5/Zend/zend_API.c:1057 #9 0x08112296 in php_startup_extensions (ptr=0x81a63a4, count=8) at /cvs/php5/main/main.c:1106 #10 0x08165b15 in php_startup_internal_extensions () at main/internal_functions_cli.c:65 #11 0x0811270a in php_module_startup (sf=0x81a6320, additional_modules=0x0, num_additional_modules=0) at /cvs/php5/main/main.c:1269 #12 0x08164c0e in main (argc=2, argv=0xbffffaa4) at /cvs/php5/sapi/cli/php_cli.c:480 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21767&edit=1