I'm running ubuntu 10.04, php5.3.2-1ubuntu4.5, and I had the same issue with Xdebug 2.0.
I fixed this issue by removing the xdebug from the repo and installing Xdebug 2.1 using PECL. $ sudo apt-get remove php5-xdebug $ sudo apt-get install php5-dev $ sudo pecl install xdebug HTH. Regards, .dave. -- php5-xdebug causes segmentation fault https://bugs.launchpad.net/bugs/578819 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
