我尝试将 Xdebug(2.3.3/2.4.1) 与 Shopware 一起使用,但出现错误 (apache2/error.log):
AH00051: child pid 6523 exit signal Segmentation fault (11), possible coredump in /tmp/apache-coredumps
gdb核心:
[New LWP 6394]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 xdebug_add_stack_frame (zdata=zdata@entry=0x7f2d185ec6e0, op_array=op_array@entry=0x7f2d1a7131e8, type=type@entry=2) at /tmp/pear/temp/xdebug/xdebug_stack.c:1096
1096 /tmp/pear/temp/xdebug/xdebug_stack.c: No such file or directory.
你有什么主意吗?谢谢。
更新
好的,我现在知道了。我在后端禁用了 Ioncube 扩展(Lizenz-Manager Plugin in Shopware)。我也在 php.ini 中评论了这个扩展。