Re: [users@httpd] Segmentation fault

2022-03-12 Thread Dino Ciuffetti
Yep, but at this time this is not a segfault, so without opcache the segfault seems fixed. You are now getting mmap() errno 12 -> ENOMEM -> Cannot allocate memory. This is another type of error that is nothing to do with a segmentation fault. My advice si to disable opcache, check your php.ini con

Re: [users@httpd] Segmentation fault

2022-03-11 Thread Ivan Ionut
Well, i disabled opcache and after I had other crashes: [crit] Memory allocation failed, aborting process. [crit] Memory allocation failed, aborting process. [crit] Memory allocation failed, aborting process. mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory

Re: [users@httpd] Segmentation fault

2022-03-10 Thread Frank Gingras
That would really be a band-aid; also preventing memory leaks might not stop segfaults at all. You will gain many advantages by moving to the fpm pools model, and your httpd will use less memory as well. On Wed, 9 Mar 2022 at 20:15, Dino Ciuffetti wrote: > Already tried to disable the opcache P

Re: [users@httpd] Segmentation fault

2022-03-09 Thread Dino Ciuffetti
Already tried to disable the opcache PHP extension? # sudo phpdismod opcache It should be your problem. Also, it seems you are on prefork, please try to set MaxConnectionsPerChild to something near 1 when you are using mod_php or big modules like this to avoid any memory leak building slowly

Re: [users@httpd] Segmentation fault

2022-03-09 Thread Frank Gingras
Ivan, Keep the replies in the ML for everyone to see. See the fpm wiki page at: https://cwiki.apache.org/confluence/display/HTTPD/PHP-FPM On Wed, 9 Mar 2022 at 11:13, Frank Gingras wrote: > Hello, > > A mod_php segfault is most likely linked to a php extension. > > You have two options here:

Re: [users@httpd] Segmentation fault

2022-03-09 Thread Frank Gingras
Hello, A mod_php segfault is most likely linked to a php extension. You have two options here: 1) Unload each php extension until you find the culprit 2) Switch to php-fpm, and configure httpd to use the event mpm via proxy_fcgi to pass the requests to php-fpm On Wed, 9 Mar 2022 at 08:15, Ivan

[users@httpd] Segmentation fault

2022-03-09 Thread Ivan Ionut
My apache2 version: Server version: Apache/2.4.18 (Ubuntu) Server built: 2020-08-12T21:35:50 My php version: PHP 7.3.7-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Jul 10 2019 06:54:26) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.7, Copyright (c) 1998-2018 Zend Technologies

Re: [users@httpd] Segmentation fault when builded with openssl 1.1.1

2019-01-30 Thread Luca Toscano
Hi! Il giorno lun 28 gen 2019 alle ore 06:36 ha scritto: > > Hi, > > I have an issue with version httpd 2.4.38 when it is builded with openssl > 1.1.1 and mod_cluster > There are repeated error messages in error.log: > > AH00052: child pid exit signal Segmentation fault (11) > > These error

Re: [users@httpd] Segmentation Fault - too many proxy balancers

2014-07-26 Thread Jeff Trawick
On Fri, Jul 25, 2014 at 2:00 PM, Paul Beckett wrote: > My apache server has started segmentation faulting all the time (seems to > log a segmentation fault every few requests to the apache error log): > > [Fri Jul 25 06:25:42.046752 2014] [core:notice] [pid 11226:tid > 140006078953216] AH00052: c

RE: [users@httpd] Segmentation Fault - too many proxy balancers

2014-07-25 Thread Paul Beckett
t have separate log files for each vhost. Thanks, Paul From: paul_beck...@outlook.com To: users@httpd.apache.org Date: Fri, 25 Jul 2014 19:00:44 +0100 Subject: [users@httpd] Segmentation Fault - too many proxy balancers My apache server has started segmentation faulting all the time

[users@httpd] Segmentation Fault - too many proxy balancers

2014-07-25 Thread Paul Beckett
My apache server has started segmentation faulting all the time (seems to log a segmentation fault every few requests to the apache error log): [Fri Jul 25 06:25:42.046752 2014] [core:notice] [pid 11226:tid 140006078953216] AH00052: child pid 11715 exit signal Segmentation fault (11) This appears

Re: [users@httpd] Segmentation fault in logs

2014-05-23 Thread Rainer M. Canavan
On May 23, 2014, at 11:42 , Hugo Gomes wrote: > Hi Guys, > > I have httpd-2.2.3-85.el5.centos in CentOS release 5.10, i and see all > days, more than 10 times, the error in httpd logs: > > [Thu May 22 01:20:15 2014] [notice] child pid 561 exit signal > Segmentation fault (11) > > >

[users@httpd] Segmentation fault in logs

2014-05-23 Thread Hugo Gomes
Hi Guys, I have httpd-2.2.3-85.el5.centos in CentOS release 5.10, i and see all days, more than 10 times, the error in httpd logs: [Thu May 22 01:20:15 2014] [notice] child pid 561 exit signal Segmentation fault (11) I've investigated logs and don't see nothing wrong with any s

Re: [users@httpd] Segmentation Fault with SSLProxyMachineCertificateFile

2013-03-16 Thread Alain Ganuchaud - CORE IT
Hello Daniel, thank you for the answer, it solves the issue. Take care, Alain - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Segmentation Fault with SSLProxyMachineCertificateFile

2013-03-15 Thread Daniel Ruggeri
On 3/15/2013 2:06 AM, Alain Ganuchaud - CORE IT wrote: > Hi, > > I'm getting Segmentation Fault on proxy apache with > SSLProxyMachineCertificateFile configuration. > I use proxy for passing through client certificats to internal web server, > mod_ssl & mo_proxy are mainly used modules. > > I pre

[users@httpd] Segmentation Fault with SSLProxyMachineCertificateFile

2013-03-15 Thread Alain Ganuchaud - CORE IT
Hi, I'm getting Segmentation Fault on proxy apache with SSLProxyMachineCertificateFile configuration. I use proxy for passing through client certificats to internal web server, mod_ssl & mo_proxy are mainly used modules. I precise that the order for the SSLProxyMachineCertificateFile is the rig

[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 info

Re: [users@httpd] Segmentation fault error

2012-05-30 Thread Ishita Kapadiya
Hi Eric, could you please let me know the next steps to mitigate Segfault error.. On Wed, May 30, 2012 at 6:30 PM, Eric Covener wrote: > On Wed, May 30, 2012 at 5:59 PM, Ishita Kapadiya wrote: >> Thanks William. This is the stack output i got from mdb when core got >> dumped. Also, when i googl

Re: [users@httpd] Segmentation fault error

2012-05-30 Thread Eric Covener
On Wed, May 30, 2012 at 5:59 PM, Ishita Kapadiya wrote: > Thanks William. This is the stack output i got from mdb when core got > dumped. Also, when i google "ap_mpm_pod_check" then got to know that > there are lots of people who hits Apache bug. It means lots of people post about the first threa

Re: [users@httpd] Segmentation fault error

2012-05-30 Thread Ishita Kapadiya
Thanks William. This is the stack output i got from mdb when core got dumped. Also, when i google "ap_mpm_pod_check" then got to know that there are lots of people who hits Apache bug. Please refer this URL - http://www.gossamer-threads.com/lists/apache/bugs/414768 Also, i ran pfiles against the

Re: [users@httpd] Segmentation fault error

2012-05-30 Thread William A. Rowe Jr.
You didn't dump the offending stack, you dumped the first stack. It's highly unlikely there was a segfault in _read. You need to dump all the thread stacks, and work out the offending one; this is usuallly designated <<< FAULT or some other indication of where the fault occured. On 5/30/2012 10

Re: [users@httpd] Segmentation fault error

2012-05-30 Thread Ishita Kapadiya
Thanks Nick. I have compiled Apache for myself both the time and both are 32-bit. The same modules all other instances are using and thus i am not sure what is different with this instance that causing Segmentation fault error. I tried to dig more into it and here is what i got - mdb core > ::sta

Re: [users@httpd] Segmentation fault error

2012-05-29 Thread Nick Kew
On 29 May 2012, at 23:11, Ishita Kapadiya wrote: > Hi All, > > I am using this configurations - > > Solaris sparc 10/apache 2.2.22/openssl 1.0.0g/simteminder sso/mod-jk 1.30 Did you compile everything yourself? If yes, could any compile options have changed? E.g. between 32-bit and 64-bit, o

[users@httpd] Segmentation fault error

2012-05-29 Thread Ishita Kapadiya
Hi All, I am using this configurations - Solaris sparc 10/apache 2.2.22/openssl 1.0.0g/simteminder sso/mod-jk 1.30 we are curently running multiple apache servers from the apache's root dir. Only one of the those instances throwing below errors in error_log : [Tue May 19 16:14:06 2012] [notice

[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] add_

Re: [users@httpd] Segmentation Fault on starting httpd 2.0.48

2005-06-21 Thread Joe Orton
On Tue, Jun 21, 2005 at 10:19:35AM -0500, Jerry Rehak wrote: > Hello- > > I get a segfault when starting httpd. I'm using apache 2.0.48 built > from tar running on Fedora C3. Upgrade to 2.0.54, it's a known bug in 2.0.48. > (gdb) run > Starting program: /usr/local/apache/bin/httpd > [Thread deb

[users@httpd] Segmentation Fault on starting httpd 2.0.48

2005-06-21 Thread Jerry Rehak
Hello- I get a segfault when starting httpd. I'm using apache 2.0.48 built from tar running on Fedora C3. # /usr/local/apache/bin/apachectl start /usr/local/apache/bin/apachectl: line 65: 9846 Segmentation fault $HTTPD -k $ARGV # /usr/local/apache/bin/httpd Segmentation fault # /usr/local/apach