Summary: | 'pear' crashes when the xdebug extension is loaded. (PHP) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Roman Weber <gentoo> |
Component: | [OLD] Development | Assignee: | PHP Bugs <php-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | gentoo |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Roman Weber
2003-12-25 16:41:00 UTC
I can't reproduce this at all. compile dev-php/php and xdebug with CFLAGS="-O0 -g", do ulimit -c 800000, and come back with the gdb backtrace. 'gdb `which php` core', 'bt'. (and ensure no password strings are in the gdb output when you paste it in). (gdb) bt #0 0x413a17a8 in strcmp () from /lib/libc.so.6 #1 0x416562a8 in add_stack_frame (zdata=0xbfffa990, op_array=0x862ea60, type=2) at /var/tmp/portage/xdebug-1.3.0_rc1/work/xdebug-1.3.0rc1/xdebug.c:594 #2 0x41656b42 in xdebug_execute (op_array=0x862ea60) at /var/tmp/portage/xdebug-1.3.0_rc1/work/xdebug-1.3.0rc1/xdebug.c:765 #3 0x08268f92 in call_user_function_ex () #4 0x08271596 in zend_error () #5 0x082850f1 in execute () #6 0x0827d6ad in zend_assign_to_variable_reference () #7 0x0827f0e2 in execute () #8 0x41656d90 in xdebug_execute (op_array=0x86141c4) at /var/tmp/portage/xdebug-1.3.0_rc1/work/xdebug-1.3.0rc1/xdebug.c:807 #9 0x082716ec in zend_execute_scripts () #10 0x0824332d in php_execute_script () #11 0x08291aec in main () Roman It's an xdebug bug (see http://pear.php.net/bugs/bug.php?id=194 and http://pear.php.net/bugs/bug.php?id=182). Hopefully will be fixed in 1.3.0 which whould be released RSN. |