You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Michael Felt <ma...@gmail.com> on 2013/01/04 15:11:45 UTC

[users@httpd] capturing a core dump on segmentation error

As the log is getting generated, somewhere the signal is being captured,
but not core dumped.

I added a CoreDumpDirectory statement, not in any particular section (end
of httpd.conf).

I am trying to get Joomla to run on httpd 2.2.23 and postgresql. After
amkig one modification (I consider myself lucky atm) every time I visit the
URL http://.../administrator/index.php?option=com_config

I get one to three of the following:
[Fri Jan 04 15:04:50 2013] [notice] child pid 6488170 exit signal
Segmentation fault (11)


Thanks for assistance.

Re: [users@httpd] capturing a core dump on segmentation error

Posted by Michael Felt <ma...@gmail.com>.
Already tried that (/etc/security/limits settings), but shall check on
fullcore settings as well)

On Fri, Jan 4, 2013 at 3:16 PM, Eric Covener <co...@gmail.com> wrote:

> On Fri, Jan 4, 2013 at 9:11 AM, Michael Felt <ma...@gmail.com> wrote:
> > As the log is getting generated, somewhere the signal is being captured,
> but
> > not core dumped.
> >
> > I added a CoreDumpDirectory statement, not in any particular section
> (end of
> > httpd.conf).
> >
> > I am trying to get Joomla to run on httpd 2.2.23 and postgresql. After
> amkig
> > one modification (I consider myself lucky atm) every time I visit the URL
> > http://.../administrator/index.php?option=com_config
> >
> > I get one to three of the following:
> > [Fri Jan 04 15:04:50 2013] [notice] child pid 6488170 exit signal
> > Segmentation fault (11)
> >
>
> ulimit -c unlimited
>
> AIX-isms: check smitty chgsys for full core options
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] capturing a core dump on segmentation error

Posted by Eric Covener <co...@gmail.com>.
On Fri, Jan 4, 2013 at 9:11 AM, Michael Felt <ma...@gmail.com> wrote:
> As the log is getting generated, somewhere the signal is being captured, but
> not core dumped.
>
> I added a CoreDumpDirectory statement, not in any particular section (end of
> httpd.conf).
>
> I am trying to get Joomla to run on httpd 2.2.23 and postgresql. After amkig
> one modification (I consider myself lucky atm) every time I visit the URL
> http://.../administrator/index.php?option=com_config
>
> I get one to three of the following:
> [Fri Jan 04 15:04:50 2013] [notice] child pid 6488170 exit signal
> Segmentation fault (11)
>

ulimit -c unlimited

AIX-isms: check smitty chgsys for full core options

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org