You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by The - Creative <ta...@gmail.com> on 2012/07/25 15:34:27 UTC

[users@httpd] hash store failed errror

What is the root cause for below error in Apache web server and how do
we resolve that :

[Tue 24 Jul 2012 00:00:02] hash store failed while registering module
class 256 'Generic'. Consult your vendor.
[Tue Jul 24 00:00:02 2012] [notice] seg fault or similar nasty error
detected in the parent process

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


Re: [users@httpd] hash store failed errror

Posted by Yehuda Katz <ye...@ymkatz.net>.
On Wed, Jul 25, 2012 at 9:34 AM, The - Creative <ta...@gmail.com>wrote:

> What is the root cause for below error in Apache web server and how do
> we resolve that :
>
> [Tue 24 Jul 2012 00:00:02] hash store failed while registering module
> class 256 'Generic'. Consult your vendor.
> [Tue Jul 24 00:00:02 2012] [notice] seg fault or similar nasty error
> detected in the parent process
>

The first line is output from a CGI script or other code you are using.
The second line is telling you that the script crashed.
Without more information about what you did to get that error that is all
the information you can get.