Hi again! Thanks for the help with gdb. I'm justa newbie on debugging stuff. After the cont it seems to be a PHP problem anyway.
Regards Magnus M��tt� On 12 Nov 2002 16:05:27 -0500 Jeff Trawick <[EMAIL PROTECTED]> wrote: > Magnus M��tt� <[EMAIL PROTECTED]> writes: > > > Hi! > > > > I have no idea if this problem is Apache2 related or PHP related. > > Running current CVS of both. > > > > I have no single script to reproduce this, but i have the same > > problem with older versions of PHP too, haven't tried with older apache > > version thou. > > > > And I don't know if this is the correct way to debug apache, but here's > > the output from gdb. > > > > > > Program received signal SIGPIPE, Broken pipe. > > Where is the segfault? > > "Program received signal SIGPIPE" is working as designed. When you > hit that in gdb, do "cont" and maybe the segfault is hit after that. > > If the Apache process exits when SIGPIPE is received, then some evil > code somewhere has reset the required SIGPIPE handling (SIG_IGN). > > -- > Jeff Trawick | [EMAIL PROTECTED] > Born in Roswell... married an alien... >
