[users@httpd] Apache 2.2.21 Seg Fault

2013-06-26 Thread Abhi Auradkar
Hi,     We have been seeing some segfaults in apache httpd.  Following is the dbx output that I see.  Use `help core mismatch' for more info. (l@1) terminated by signal SEGV (Segmentation Fault) 0x:     bad address 0x (dbx) lwps ol@1 signal SIGSEGV in

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-09 Thread Abhi Auradkar
...@gmail.com To: users users@httpd.apache.org Sent: Wednesday, January 9, 2013 1:43 PM Subject: Re: [users@httpd] Apache fails to start when mod_deflate is enabled On 09/01/2013 6:14 PM, Abhi Auradkar aura...@yahoo.com wrote: Hi,  Probing further I see that mod_deflate is having some

[users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
Hi,  On a solaris AMD64 bit machine the apache server fails to start when mod_deflate is enabled. Following is the error that I see.  httpd: Syntax error on line 934 of /usr/local/apache2/conf/httpd.conf: Syntax error on line 5 of  /usr/local/apache2/conf/modules.conf: Cannot load

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
@httpd.apache.org; Abhi Auradkar aura...@yahoo.com Sent: Wednesday, January 9, 2013 4:55 AM Subject: Re: [users@httpd] Apache fails to start when mod_deflate is enabled On Tue, Jan 8, 2013 at 11:01 PM, Abhi Auradkar aura...@yahoo.com wrote: Hi,  On a solaris AMD64 bit machine the apache

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
...@gmail.com To: users users@httpd.apache.org; Abhi Auradkar aura...@yahoo.com Sent: Wednesday, January 9, 2013 11:19 AM Subject: Re: [users@httpd] Apache fails to start when mod_deflate is enabled On Wed, Jan 9, 2013 at 4:30 PM, Abhi Auradkar aura...@yahoo.com wrote: Hi,  This apache

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
not fit Thanks, From: Igor Cicimov icici...@gmail.com To: users users@httpd.apache.org; Abhi Auradkar aura...@yahoo.com Sent: Wednesday, January 9, 2013 12:02 PM Subject: Re: [users@httpd] Apache fails to start when mod_deflate is enabled On Wed, Jan 9, 2013

[users@httpd] mod_deflate fails to decompress incoming request data.

2012-08-10 Thread Abhi Auradkar
Hi,      I am using apache 2.2.22 with mod_deflate and weblogic proxy module.      I want to decompress incoming requests. But I am not able get this working. (The outgoing responses get compressed though)     I add more debug statements to mod_deflate.c and see this error when a request

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-07-23 Thread Abhi Auradkar
- Original Message - From: Jeff Trawick traw...@gmail.com To: users@httpd.apache.org Cc: Sent: Thursday, July 19, 2012 5:15 PM Subject: Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults On Thu, Jul 19, 2012 at 7:32 AM, Abhi Auradkar aura...@yahoo.com wrote: Jeff

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-07-23 Thread Abhi Auradkar
: Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults On Thu, Jul 19, 2012 at 7:32 AM, Abhi Auradkar aura...@yahoo.com wrote: Jeff,     The cwmp handler has no functions like 'request_handler' and 'release_lock'. The internal redirect from cwmp handler goes to weblogic apache plugin which

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-07-19 Thread Abhi Auradkar
] dummy_worker(opaque = 0x110e40), line 142 in thread.c (dbx) threads - Original Message - From: Jeff Trawick traw...@gmail.com To: users@httpd.apache.org; Abhi Auradkar aura...@yahoo.com Cc: Sent: Wednesday, June 6, 2012 1:25 AM Subject: Re: [users@httpd] Apache httpd 2.2.21 Segmentation

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-07-19 Thread Abhi Auradkar
...@gmail.com To: users@httpd.apache.org Cc: Sent: Thursday, July 19, 2012 4:49 PM Subject: Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults On Thu, Jul 19, 2012 at 5:18 AM, Abhi Auradkar aura...@yahoo.com wrote: Hi,     I tried attaching the debugger to apache running as a single instance

[users@httpd] Segmentation fault

2012-07-13 Thread Abhi Auradkar
Hi All,  I am running apache 2.2.21 with weblogic brdige and another custom module.  I see this segfault once or twice every hour:  Can any one help me? bash-3.00# /home/vnair/sunstudio12.1/bin/dbx - /var/tmp/core.httpd.6257 Corefile specified executable: /usr/local/apache2/bin/./httpd For

Re: [users@httpd] Uncompressing incoming requests

2012-06-07 Thread Abhi Auradkar
05:10:10 -0700 (PDT) Abhi Auradkar aura...@yahoo.com wrote: I added LogLevel debug to the httpd.conf file I do not see any extra logs in the error_log file.   Should I do something further here to get detailed debug logs from mod_deflate?  You should see quite a lot from mod_deflate if it's

[users@httpd] Uncompressing incoming requests

2012-06-05 Thread Abhi Auradkar
Hi All,  I am trying to post compressed REST requests to apache.  I have configured mod_deflate and have added the following configuration directive.  Location / SetInputFilter DEFLATE /Location Even after doing the above configuration I do not see the requests getting uncompressed.  Can any

Re: [users@httpd] Uncompressing incoming requests

2012-06-05 Thread Abhi Auradkar
incoming requests On 5 Jun 2012, at 11:20, Abhi Auradkar wrote: Even after doing the above configuration I do not see the requests getting uncompressed. Can any one help me with that. You're sure the Location / scope applies? What does the error log say if you set LogLevel Debug? (oh

[users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-06-04 Thread Abhi Auradkar
Hi All,     I am running a apache 2.2.21 on Solaris Sparc. I see the following segmantation faults every now and then.  Any pointers to whats wrong will be really helpful.  Thanks. t@1 (l@1) terminated by signal SEGV (Segmentation Fault) 0xff03e3ac: _read+0x000c:       bcc,pt   %icc,_read+0x20

[users@httpd] Apache httpd with custom module does not start when I am not running is root

2012-03-14 Thread Abhi Auradkar
All,    I have apache httpd 2.2.21. I load a custom module into it.  When this is done I always need to be a root or sudo to start apache process.  If I run apache as any other user the command 'httpd -k start' never returns to prompt.  If I comment the LoadModule for my module apache starts

[users@httpd] Apache httpd with custom module does not start when I am not running is root

2012-03-14 Thread Abhi Auradkar
All,    I have apache httpd 2.2.21. I load a custom module into it.  When this is done I always need to be a root or sudo to start apache process.  If I run apache as any other user the command 'httpd -k start' never returns to prompt.  If I comment the LoadModule for my module apache starts

[users@httpd] Segmentation fault while using apr thread pool

2011-11-16 Thread Abhi Auradkar
Hi All,    I am facing a problem while using the apr thread pool. I see a core dump intermittently. This is what the output looks with dbx.  t@null (l@53) terminated by signal SEGV (no mapping at the fault address) 0x7fb7a948: add_if_empty+0x010c:        st       %i1, [%l2] (dbx) where =[1]

[users@httpd] Apache freezes after running for 2 days.

2011-09-26 Thread Abhi Auradkar
Hi All,  I have been running the apache server to load test a application.  The apache 2.2.20 is running on CentOS 5.6 -bash-3.2$ uname -a Linux hdm102 2.6.18-238.19.1.el5.centos.plus #1 SMP Mon Jul 18 10:05:09 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux -bash-3.2$ cat /etc/issue CentOS release