Xdebug and Shopware don't work

I try use Xdebug(2.3.3/2.4.1) with Shopware, but i get an error (apache2/error.log):

AH00051: child pid 6523 exit signal Segmentation fault (11), possible coredump in /tmp/apache-coredumps

Gdb core:

[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.

Do you have any idea? Thanks.

I think you have ioncube encoded plugins. This does not work properly. To debug, you can deactivate ioncube plugins in the plugin manager.

@waldicom schrieb:

I think you have ioncube encoded plugins. This does not work properly. To debug, you can deactivate ioncube plugins in the plugin manager.

Do you mean Lizenz-Manager? Without this plugin still don’t work.

Doch geht. Ich habe ioncube auch in php.ini ausgeschaltet. Danke!  Thumb-Up