Well, you can configure your system to generate a core dump on a
segmentation fault and then use GDB to investigate it. Alternatively, you
can directly attach this process in GDB, wait for a segmentation fault and
then examine the stack to see what the program was doing.

Regards
Chandranshu

On Thu, Jul 30, 2009 at 5:16 PM, Mario Bachmann <grafgrim...@gmx.de> wrote:

> Hi there,
>
> i get segfaults in the error_log when i connect to the web-site with my
> browser. The browser shows an empty site (completely empty).
>
> Some ideas? I recompiled apache-2.2.12 several times. i am on gentoo
> linux.
>
> i start: apache2 -D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL -D
> SSL_DEFAULT_VHOST -D PHP5
>
> config files are the same as before when it worked.
>
> tail /var/log/apache2/error_log
>
> [Thu Jul 30 13:36:15 2009]
> [notice] Apache/2.2.12 (Unix) mod_ssl/2.2.12 OpenSSL/0.9.8k configured
> -- resuming normal operations
>
> [Thu Jul 30 13:36:17 2009]
> [notice] child pid 30164 exit signal Segmentation fault (11)
>
> [Thu Jul 30 13:36:17 2009]
> [notice] child pid 30165 exit signal Segmentation fault (11)
>
> [Thu Jul 30 13:36:19 2009]
> [notice] child pid 30166 exit signal Segmentation fault (11)
>
> Mario
>
> ---------------------------------------------------------------------
> 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-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to