Monday, March 10, 2008, 3:40:25 PM, Jean-Fabrice [gmail] wrote: > Apache crashes with a few info : > [Mon Mar 10 16:31:45 2008] [notice] child pid 9654 exit signal > Segmentation fault (11)
> System is Colinux Etch with apache 2 / php5 > Putting some traces in fox.php, the problem seems to be in the > FoxTemplateVarReplace function > I haven't play with fox for a long time. Did I miss a parameter ? No, the form looks okay to me. Could this be an apache bug triggered by fox.php? fox function FoxTemplateVarReplace uses array_walk_recursive( $args, create_function( '&$a,$b,&$d', '$d["more"] |= FoxVarReplace($d["pn"], $d["fx"], $d["targ"], $a);' ), $data ); which may be related to the problem. Can anyone see anything wrong with that function? Or spot a possible connction to an apache bug re Segmentation fault? I am at a loss with this. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
