Re: apache segfaulting [FIXED]

2003-03-29 Thread Shri Shrikumar
Hi, I just wanted to let you guys know that I was able to trace the problem down to php4-apc - a php4 cacher which had cached code based on the version of php installed at the time. After deleting all the cache files, it runs fine. Regards, Shri -- --

apache segfaulting

2003-03-27 Thread Shri Shrikumar
Hi, I run a webserver for a small site and have recently found that some pages return 0 sized reply which I traced to these in the logs [Thu Mar 27 20:27:24 2003] [notice] child pid 12265 exit signal Segmentation fault (11) [Thu Mar 27 20:27:24 2003] [notice] child pid 12263 exit signal Segmentat

Re: Apache segfaulting upon perl module load

1999-10-06 Thread Keith G. Murphy
Thank you, Doug. This turned out to be the solution. A complicating factor was that I was building from .deb files, since I run Debian, and the mod_perl source .deb blows up. I wanted to do things in such a way that I ended up with good .debs, to make it easier to deinstall, replace, etc. I did

Re: Apache segfaulting upon perl module load

1999-10-01 Thread Doug MacEachern
one solution is to build Apache and mod_perl from source, and linking mod_perl static instead of a dso. -Doug On Wed, 29 Sep 1999, Keith G. Murphy wrote: > I'm having a strange problem where apache is segfaulting when I start > it. The only time I get the segfault is when DynaLoader.pm loads an

Apache segfaulting upon perl module load

1999-09-30 Thread Keith G. Murphy
I'm having a strange problem where apache is segfaulting when I start it. The only time I get the segfault is when DynaLoader.pm loads an ".so" file, for example, DBI.so, resulting from "use DBI" or "use Apache::DBI" in startup.pl. But "use Apache::Status", resulting in loads of Request.so, et al