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:
(dbx) lwps
o>l@1 signal SIGSEGV in 0x7dddcb98()
l@54 LWP suspended
: users
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" wrote:
>
> Hi,
>
> Probing further I see that mod_deflate is having some problems.. and zcalloc,
> zcf
not fit
Thanks,
From: Igor Cicimov
To: users ; Abhi Auradkar
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 at 5:14 PM, Abhi Auradkar wrote:
Hi,
>
&
; Abhi Auradkar
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 wrote:
Hi,
>
>
>This apache is compiled from source. It was compiled on another machine
>thoug
dynamic lib
AMD64 Version 1 [SSE CMOV], dynamically linked, not stripped
bash-3.2#ldd usr/local/apache2/modules/mod_deflate.so
libc.so.1 => /lib/64/libc.so.1
libm.so.2 => /lib/64/libm.so.2
Thanks,
From: Igor Cicimov
To: users ; 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
/usr/local/a
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 arrive
] Apache httpd 2.2.21 Segmentation faults
On Thu, Jul 19, 2012 at 7:32 AM, Abhi Auradkar 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
- Original Message -
From: Jeff Trawick
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 wrote:
> Jeff,
>
> The cwmp handler has no
om: Jeff Trawick
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 wrote:
> Hi,
>
> I tried attaching the debugger to apache running as a single
>
1cddf0,
0xf79d0), at 0x5cba4
[14] ap_process_connection(c = 0x10b098, csd = 0x168268), at 0x5d270
[15] process_socket(p = 0x110fe8, sock = 0x168268, my_child_num = 0,
my_thread_num = 0, bucket_alloc = 0xf79d0), at 0x91e8c
[16] worker_thread(thd = 0x110e40, dummy = 0xe8690), at 0x92a6
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 info
w
To: users@httpd.apache.org
Sent: Friday, June 8, 2012 4:53 AM
Subject: Re: [users@httpd] Uncompressing incoming requests
On Thu, 7 Jun 2012 08:33:11 -0700 (PDT)
Abhi Auradkar wrote:
> Hi Nick,
>
> To test it futher I gzipped a local file and posted it apache using 'ab' (
Thanks,
~Abhi
- Original Message -----
From: Abhi Auradkar
To: "users@httpd.apache.org"
Cc:
Sent: Thursday, June 7, 2012 2:13 PM
Subject: Re: [users@httpd] Uncompressing incoming requests
Hi Nick,
I added some debug statements and error statements to mod_deflate code and
built the mod
e, 5 Jun 2012 05:10:10 -0700 (PDT)
Abhi Auradkar 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 l
oming 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 scope applies?
What does the error log say if you set LogLevel De
Hi All,
I am trying to post compressed REST requests to apache.
I have configured mod_deflate and have added the following configuration
directive.
SetInputFilter DEFLATE
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
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 fi
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 fi
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] add_
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 5.
22 matches
Mail list logo