ispc2.2.9 and php seg faults.

Discussion in 'General' started by djtremors, Jan 22, 2007.

  1. djtremors

    djtremors ISPConfig Developer ISPConfig Developer

    I upgraded to 2.2.9 and noticed now that my updates aren't working.

    /root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php

    after all the user accounts it breaks out and does a segmentation fault.
    This is with php 5.2.0.

    After I fixed up my bloody /var/name/chroot/var/name permissions again (always seem to have to chmod 755 -R /var/named for some reason) it seems to have fixed it... weird..

    any ideas?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Not really. We heard about problems with segfaults from time to time here in the forum, but I was never able to reproduce them on my server. An the code parts in ISPConfig where segfaults appear (when they appear) are changing from PHP release to PHP release. I guess that these segfaults are bugs in PHP itself that occur only under very special circumstances. Creating a segfault with PHP code should normally not be possible as PHP is a interpreted language :(
     
  3. djtremors

    djtremors ISPConfig Developer ISPConfig Developer

    pitty php has no 'bash -x ' style of debugging :D
    have to put a million echo "DEBUG: Here ____" in the code to see where it crashes out. ha ha :p

    well it's working now. my guess could be that maybe it ran out of some sort of resource or something.. though it can be quite damaging when things don't update as i've just experience.
     

Share This Page