Get error: signal Segmentation fault (11)

Discussion in 'Server Operation' started by biznes24, Aug 28, 2008.

  1. biznes24

    biznes24 New Member

    Hi, I upgrade Ubuntu 7.10 to 8.04 and have problem only in php website. All pages is blank :(
    In logs /var/log/apache2/error.log show this error all time after upgrade:
    PHP:
    [Thu Aug 28 00:50:42 2008] [noticechild pid 21380 exit signal Segmentation fault (11)
    How I can repair this? All answers well be welcome. Thanks.
     
  2. topdog

    topdog Active Member

    PHP seems to be crushing you may need to strace the process to see why it crushes.
     
  3. biznes24

    biznes24 New Member

    How I can do this?
     
  4. topdog

    topdog Active Member

    you use the strace command.
     
  5. biznes24

    biznes24 New Member

    I use this command: strace uname

    Please tell what now?
     
    Last edited: Aug 28, 2008
  6. biznes24

    biznes24 New Member

    I find solution :D
    I do this :rolleyes::
    Code:
    cp /usr/share/doc/php5-common/examples/php.ini-recommended  /etc/php5/apache2/php.ini
    Now not have error in logs and pages in php work fine :D
     
  7. danf.1979

    danf.1979 Member

    Saved me a headache biznes24!
     

Share This Page