You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mididoc Productions <ma...@mididoc.com> on 2006/08/02 01:23:13 UTC

AW: [users@httpd] Child pid

hello, all,

could anybody tell me please what this message in apache error_log means:

[Tue Aug  1 22:33:20 2006] [notice] child pid 78700 exit signal Segmentation
fault (11)

thanks for a tip

mike


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] CoreDumpDirectory

Posted by Nick Kew <ni...@webthing.com>.
On Thursday 03 August 2006 01:30, Mididoc Productions wrote:

> but I don't know for the rest to do:
>
> "Before starting up the server, any process limits on core dump file size
> must be lifted; for example"
>
>   # ulimit -c unlimited
>   # apachectl start

That's part of your operating system or shell, not apache, so we can't
really provide specific instructions beyond "read its manual", or perhaps
google for an apache-on-foo tutorial.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] CoreDumpDirectory

Posted by Mididoc Productions <ma...@mididoc.com>.
Excuse me Joshua,

I try to get that fixed, but am not so familiar yet.
will learn <g>


I installed the directory in httpd.conf:

CoreDumpDirectory /tmp



but I don't know for the rest to do:

"Before starting up the server, any process limits on core dump file size
must be lifted; for example"

  # ulimit -c unlimited
  # apachectl start

------------------------------------

would you mind to help me with more details how to do that?


Thank you

Best regards

Mike Roland


>
> On 8/2/06, Mididoc Productions <ma...@mididoc.com> wrote:
> > hi Joshua,
> >
> > thank you for responding.
> > I did a little research and found a link concerning this problem:
> > http://ubuntuforums.org/archive/index.php/t-18490.html
> >
> > Do you have an idea, from which module this could come?
> > Is there a methode to check which modules could be desactivated?
>
> The instructions in the link I sent you are exactly how to determine
> the problem module.
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Child pid

Posted by Joshua Slive <jo...@slive.ca>.
On 8/2/06, Mididoc Productions <ma...@mididoc.com> wrote:
> hi Joshua,
>
> thank you for responding.
> I did a little research and found a link concerning this problem:
> http://ubuntuforums.org/archive/index.php/t-18490.html
>
> Do you have an idea, from which module this could come?
> Is there a methode to check which modules could be desactivated?

The instructions in the link I sent you are exactly how to determine
the problem module.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


AW: [users@httpd] Child pid

Posted by Mididoc Productions <ma...@mididoc.com>.
hi Joshua,

thank you for responding.
I did a little research and found a link concerning this problem:
http://ubuntuforums.org/archive/index.php/t-18490.html

Do you have an idea, from which module this could come?
Is there a methode to check which modules could be desactivated?

Thanks again.

Mike


>
>
> On 8/1/06, Mididoc Productions <ma...@mididoc.com> wrote:
> > hello, all,
> >
> > could anybody tell me please what this message in apache
> error_log means:
> >
> > [Tue Aug  1 22:33:20 2006] [notice] child pid 78700 exit signal
> Segmentation
> > fault (11)
> >
> > thanks for a tip
>
> Something bad happened.  In specific, there is an error in the code
> someplace.  To debug, see:
> http://httpd.apache.org/dev/debugging.html#crashes
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Child pid

Posted by Joshua Slive <jo...@slive.ca>.
On 8/1/06, Mididoc Productions <ma...@mididoc.com> wrote:
> hello, all,
>
> could anybody tell me please what this message in apache error_log means:
>
> [Tue Aug  1 22:33:20 2006] [notice] child pid 78700 exit signal Segmentation
> fault (11)
>
> thanks for a tip

Something bad happened.  In specific, there is an error in the code
someplace.  To debug, see:
http://httpd.apache.org/dev/debugging.html#crashes

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org