Re: Apache core dump

2002-06-25 Thread Perry Harrington
coreadm is new to 2.7, I'm running 2.6. And to answer the next posters' question, ulimit is unlimited. I'll have to look into that dump core setuid thing, thanks, --Perry On Mon, Jun 24, 2002 at 07:02:51PM -0700, Aaron Bannert wrote: > On Mon, Jun 24, 2002 at 06:32:56PM -0700, Perry Harrington

Re: Apache core dump

2002-06-25 Thread dirkx
> I cannot for the life of me get Apache to dump a core file. .. > the abort doesn't trigger a core file. What does ulimit give you ? and what does coreadm give you ? Dw

Re: Apache core dump

2002-06-24 Thread Aaron Bannert
On Mon, Jun 24, 2002 at 06:32:56PM -0700, Perry Harrington wrote: > I cannot for the life of me get Apache to dump a core file. > > I have the Coredirectory set to a writable directory, and I even modified > the signal handler to simply call abort after chdir. > > I even tried setting the CORE r

Apache core dump

2002-06-24 Thread Perry Harrington
I cannot for the life of me get Apache to dump a core file. I have the Coredirectory set to a writable directory, and I even modified the signal handler to simply call abort after chdir. I even tried setting the CORE rlimit size to RLIM_INFINITY. Does anyone have a clue why this is barfing? Wh