Apache crashes with some pages

View: New views
3 Messages — Rating Filter:   Alert me  

Apache crashes with some pages

by MaNuM :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi everyone!

I encountered a problem today that is getting me down... I was doing
some changes in the searchable behaviour I downloaded and something
went wrong. I undid the changes but the problem is still there. The
target page goes blank... When I check the apache error log I get this
message:

[Sun Nov 01 18:09:01 2009] [notice] child pid 9510 exit signal
Segmentation fault (11);

The thing is this problem appears just in some pages of the
application... I don't know what is going on...

could it be something linked to apache cache?? Nothing seems to be
corrupted and database is fine.

How can I get more info of this problem? (I've already tried to enable
apache coredumps errors but it doesn't show anything...


Thank's!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Apache crashes with some pages

by armen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I dont know if this helps at all, but seems like a C code error. child
pid is the child process process id which is called my a parent
process. The exit signal indicates that the some error somewhere
signaled the child process to exit.
I guess try finding out more about segmentation fault number 11 from
the apache website.
-armen

On Nov 1, 9:22 am, MaNuM <manumohed...@...> wrote:

> Hi everyone!
>
> I encountered a problem today that is getting me down... I was doing
> some changes in the searchable behaviour I downloaded and something
> went wrong. I undid the changes but the problem is still there. The
> target page goes blank... When I check the apache error log I get this
> message:
>
> [Sun Nov 01 18:09:01 2009] [notice] child pid 9510 exit signal
> Segmentation fault (11);
>
> The thing is this problem appears just in some pages of the
> application... I don't know what is going on...
>
> could it be something linked to apache cache?? Nothing seems to be
> corrupted and database is fine.
>
> How can I get more info of this problem? (I've already tried to enable
> apache coredumps errors but it doesn't show anything...
>
> Thank's!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Apache crashes with some pages

by MaNuM :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thank's armen.

I solved the problem reinstalling Apache and MySQL... Sometimes is the
only way if you don't want to spend hours trying to find a solution...

On 2 nov, 00:20, armen <oldar...@...> wrote:

> I dont know if this helps at all, but seems like a C code error. child
> pid is the child process process id which is called my a parent
> process. The exit signal indicates that the some error somewhere
> signaled the child process to exit.
> I guess try finding out more about segmentation fault number 11 from
> the apache website.
> -armen
>
> On Nov 1, 9:22 am, MaNuM <manumohed...@...> wrote:
>
> > Hi everyone!
>
> > I encountered a problem today that is getting me down... I was doing
> > some changes in the searchable behaviour I downloaded and something
> > went wrong. I undid the changes but the problem is still there. The
> > target page goes blank... When I check the apache error log I get this
> > message:
>
> > [Sun Nov 01 18:09:01 2009] [notice] child pid 9510 exit signal
> > Segmentation fault (11);
>
> > The thing is this problem appears just in some pages of the
> > application... I don't know what is going on...
>
> > could it be something linked to apache cache?? Nothing seems to be
> > corrupted and database is fine.
>
> > How can I get more info of this problem? (I've already tried to enable
> > apache coredumps errors but it doesn't show anything...
>
> > Thank's!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---