Re: [users@httpd] Apache reverse proxy - Child pid exit signal Segmentation fault (11)

2013-07-23 Thread Jason E
Hi Eric, Thank you very much for quick response. This library belong to OpenAM 3.0.3 policy agent which is installed in apache. Is there a way that I can find the root-cause? Thanks, Jason On Tue, Jul 23, 2013 at 10:58 PM, Eric Covener wrote: > >from /opt/web_agents/apache22_agent/lib/li

Re: [users@httpd] Apache reverse proxy - Child pid exit signal Segmentation fault (11)

2013-07-23 Thread Eric Covener
>from /opt/web_agents/apache22_agent/lib/libamapc22.so You need to work with the vendor that supplied the module above. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For addit

[users@httpd] Apache reverse proxy - Child pid exit signal Segmentation fault (11)

2013-07-23 Thread Jason E
Hi, We are using Apache 2.2.23 built using source with default settings. By default it uses prefork and we use mod proxy and mod rewrite. Currently apache is crashing with Seg fault errors but the stack track captured using debugging tool shows exit without core file. Please find below the beginn

Re: [users@httpd] dav_fs: DSO load failed: AH00576: The DBM driver could not be loaded

2013-07-23 Thread Karl Hiramoto
On 07/22/2013 06:57 PM, Karl Hiramoto wrote: On 07/22/2013 06:39 PM, Jeff Trawick wrote: You should stop this in apr_dso_load() and see what happens with dlopen(). [AND/OR] apu_dso_load() may be throwing a way a text description for the failure in the apr_dso_handle_t structure. I'll ta