Apache segmentation faults since upgrading PHP

Discussion in 'Server Operation' started by BorderAmigos, Jan 29, 2010.

  1. BorderAmigos

    BorderAmigos New Member

    Since I updated my PHP from the Debian Lenny 5.2.6 to the 5.2.12 from dotdeb.org I've been getting random segmentation faults in the Apache error log.

    Example:
    Code:
    [Fri Jan 29 12:41:34 2010] [notice] child pid 12864 exit signal Segmentation fault (11)
    [Fri Jan 29 12:41:34 2010] [notice] child pid 18393 exit signal Segmentation fault (11)
    [Fri Jan 29 12:45:18 2010] [notice] child pid 15892 exit signal Segmentation fault (11)
    
    Everything I've found so far about tracking these down requires a recompile of Apache 2.2 from source. As everything else seems to be working fine I don't want to do that.

    The sites are running Drupal 6 with SMF and Gallery2 integrated in. Probably somewhere in this mountain of code is triggering the faults.

    Does anyone have suggestions on tracking this down without recompiling code?
     

Share This Page