View Issue Details

IDProjectCategoryView StatusLast Update
0002047XdebugUncategorizedpublic2021-12-02 16:22
ReportersumegiMisi Assigned To 
PriorityhighSeveritycrashReproducibilityhave not tried
Status closedResolutionduplicate 
PlatformpcOSmanjaroOS Version21.2.0
Product Version3.1.1 
Summary0002047: xdebug crashes apache subrocess
Description

After i updated to version 3.1.1 all php pages stopped working
in the Apache error log it said that the child processes had a segfault
from the gdb stack trace it seams that its caused by xdebug

Additional Information

software versions
manjaro 21.2.0
php 8.0.12
apache 2.4.51
xdebug 3.1.1

gdb stack trace
#0 0x00007fb58e28c515 in __strlen_avx2 () from target:/usr/lib/libc.so.6
#1 0x00007fb58a5c1e4c in xdebug_str_add () from target:/usr/lib/php/modules/xdebug.so
0000002 0x00007fb58a5c06cc in xdebug_log_diagnose_permissions () from target:/usr/lib/php/modules/xdebug.so
0000003 0x00007fb58a5e07b5 in xdebug_profiler_init () from target:/usr/lib/php/modules/xdebug.so
0000004 0x00007fb58a5ba399 in ?? () from target:/usr/lib/php/modules/xdebug.so
0000005 0x00007fb58d65ff74 in zend_execute () from target:/etc/httpd/modules/libphp.so
0000006 0x00007fb58d5f6b33 in zend_execute_scripts () from target:/etc/httpd/modules/libphp.so
0000007 0x00007fb58d592cbd in php_execute_script () from target:/etc/httpd/modules/libphp.so
0000008 0x00007fb58d6857f9 in ?? () from target:/etc/httpd/modules/libphp.so
0000009 0x0000556b54c7f280 in ap_run_handler ()
0000010 0x0000556b54c7f866 in ap_invoke_handler ()
0000011 0x0000556b54c96c1a in ap_process_async_request ()
0000012 0x0000556b54c96e5f in ap_process_request ()
0000013 0x0000556b54c92c4b in ?? ()
0000014 0x0000556b54c89180 in ap_run_process_connection ()
0000015 0x00007fb58e0ab62d in ?? () from target:/etc/httpd/modules/mod_mpm_prefork.so
0000016 0x00007fb58e0ab9be in ?? () from target:/etc/httpd/modules/mod_mpm_prefork.so
0000017 0x00007fb58e0ac2c7 in ?? () from target:/etc/httpd/modules/mod_mpm_prefork.so
0000018 0x0000556b54c5edc0 in ap_run_mpm ()
0000019 0x0000556b54c56aba in main ()

TagsNo tags attached.
Operating Systemmanjaro
PHP Version8.0.10-8.0.19

Relationships

duplicate of 0002037 closedderick Crash when profile file can not be created 

Activities

derick

2021-11-30 23:01

administrator   ~0006165

I think I fixed this already in Git. Perhaps you can try the latest on GitHub? I'll schedule to make a new release in the next few days.

derick

2021-11-30 23:03

administrator   ~0006166

0002037 is the issue I believe

sumegiMisi

2021-11-30 23:32

reporter   ~0006167

i checked the latest version. yes its fixed there.

derick

2021-12-02 16:22

administrator   ~0006170

Excellent. I'm closing this then, now that 3.1.2 is released.