On Fri, Nov 28, 2003 at 12:23:53AM -0800, Stas Bekman wrote:
Jay R. Ashworth wrote:
On Thu, Nov 27, 2003 at 05:12:10PM -0800, Stas Bekman wrote:
httpd -DONE_PROCESS -DNO_DETACH
Oh, *ick*; it's a Heisenbug.
This time it didn't dump core -- it did what it was doing originally:
In which case you can run the server normally and still get the core file, but in addition to the ulimit command you need to make the directory where httpd resides writable by the user the server is running under. The whole path to that directory needs to +x to that user.
Apoligies; I wasn't clear: it didn't *segfault* this time; it went back to giving the mod_perl error (well, I think that's what it is). It segfaults if it's daemonized; it doesn't if it's standalone.
That's exactly why I gave you the instructions how to get the core file when the server is running as a daemon, i.e. multiproc. You'd just start it normally via apachectl and get the core file when it segfaults.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html