View Issue Details

IDProjectCategoryView StatusLast Update
0000528XdebugUncategorizedpublic2010-01-31 15:39
Reporterdaniel Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.0.0dev 
Summary0000528: Core dump generated with remote_connect_back option set and CLI usage
Description

In php.ini
xdebug.remote_connect_back = 1

===[12:35|daniel@gulliver:~]$ php -r 'echo ip2long("192.168.0.1");'
Segmentation fault: 11 (core dumped)

#0 0x28a20280 in xdebug_execute (op_array=0x28b20b60) at /usr/home/daniel/xdebug-2.1.0beta1/xdebug.c:1646
1646 XG(context).socket = xdebug_create_socket(Z_STRVAL_PP(remote_addr), XG(remote_port));
(gdb) bt full
#0 0x28a20280 in xdebug_execute (op_array=0x28b20b60) at /usr/home/daniel/xdebug-2.1.0beta1/xdebug.c:1646
remote_addr = (zval ) 0x0
dummy = (zval
) 0x0
edata = (zend_execute_data ) 0x0
fse = (function_stack_entry
) 0x0
xfse = (function_stack_entry ) 0xc1c86499
magic_cookie = 0x0
do_return = 0
function_nr = 0
le = (xdebug_llist_element
) 0x6
eval_id = 0

TagsNo tags attached.
Operating SystemFreeBSD 8.0-RELEASE
PHP Version5.3.1

Activities

derick

2010-01-31 15:39

administrator   ~0001307

Fixed in rev. #3214

Issue History

Date Modified Username Field Change
2010-01-31 11:54 daniel New Issue
2010-01-31 11:54 daniel Operating System => FreeBSD 8.0-RELEASE
2010-01-31 11:54 daniel PHP Version => 5.3.1
2010-01-31 11:54 daniel Xdebug Version => 2.1.0beta1
2010-01-31 15:39 derick Note Added: 0001307
2010-01-31 15:39 derick Status new => closed
2010-01-31 15:39 derick Resolution open => fixed
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized