Re: [users@httpd] Crash of httpd in Endurance

2019-08-30 Thread William A Rowe Jr
Check the respective versions of apr and apr-util, perhaps that is the underlying change, since this is arch-specific? You can checking any existing MaxMemFree https://httpd.apache.org/docs/2.4/mod/mpm_common.html#maxmemfree directive and perhaps toggle it down to 1MB (value 1024) persisting betwe

Re: [users@httpd] Crash of httpd in Endurance

2019-08-27 Thread Cloud Cache
on 2019/8/28 11:19, kishore wrote: This behavior is observed only on Solaris with 2.4.34 and above (tested 2.4 41 as well). HTTPS 2.4.2 9 doesn't have this issue. Is there any known memory leaks on Solaris Sparc 11.4 with latest Apache httpd versions. Sounds sad. can you compile from sour

Re: [users@httpd] Crash of httpd in Endurance

2019-08-27 Thread kishore
Hi, Upon further investigation we found there is a memory leak which is causing increase in usage of swap memory. Once the swap memory runs out of space one of the child process generates a core file. This behavior is observed only on Solaris with 2.4.34 and above (tested 2.4 41 as well). HTTPS 2.4

Re: [users@httpd] Crash of httpd in Endurance

2019-08-23 Thread kishore
Hi Dennis, Below is the output from pstack core 'core' of 28253: /F6/CA/secure-proxy/httpd/bin/httpd -d /F6/CA/secure-proxy/httpd -k start -D SSL lwp# 1 / thread# 1 --- fff90bbe5d7c __read (8, 7fffd0eb, 1, 0, 0, 7f5a2a40) + c 00010006a1b8 ap_m

Re: [users@httpd] Crash of httpd in Endurance

2019-08-23 Thread Dennis Clarke
On 8/23/19 8:51 AM, kishore wrote: We are running 2.4.39 with openssl 1.0.2r on Solaris sparc 64-bit, After running for 1-2 hrs we are getting core dump created and apache is crashed. Has anyone faced such issue. What does file 'core-file-name' say to you ? Do you have dbx installed ? -- D

[users@httpd] Crash of httpd in Endurance

2019-08-23 Thread kishore
We are running 2.4.39 with openssl 1.0.2r on Solaris sparc 64-bit, After running for 1-2 hrs we are getting core dump created and apache is crashed. Has anyone faced such issue. ~Kishore