Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-23 Thread Kai-Martin Knaak
Similar problem here. My apache2 server goes into a reload loop every time /etc/logrotate.d/apache2 is called. That is, daily a few minutes after midnight. The loop is triggered by the reload statement in the logrotate script. As a band-aid I just replaced "reload" by "restart" in the logrotate

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-18 Thread Peter Merhaut
for my setup, it's the mpm_itk.so: # cat /proc/4978/maps | awk '{print $6}' | sort -u |grep /|grep -v "/dev"|while read line; do readelf -d $line |grep libcap && echo $line; done �0x000e (SONAME)������������ Library soname: [libcap.so.2]

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-17 Thread gregor herrmann
On Tue, 17 Jul 2018 21:31:31 +0200, Stefan Fritsch wrote: > Thanks, Gregor. Unfortunately, that is not helpful, yet. Please try again > with > ldd instead of readelf -d. Sure, here we go: # pid=6855; for i in $(awk '{ print $6 }' < /proc/$pid/maps|sort -u|grep /) ; do ldd $i|grep libcap &&

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-17 Thread Stefan Fritsch
On Tuesday, 17 July 2018 21:12:48 CEST gregor herrmann wrote: > On Tue, 17 Jul 2018 20:54:02 +0200, Stefan Fritsch wrote: > > Can one of you please check how libcap-ng is pulled into the process. > > Something like this should do the trick (replace XXX with the pid of one > > of > > your apache

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-17 Thread gregor herrmann
On Tue, 17 Jul 2018 20:54:02 +0200, Stefan Fritsch wrote: > Can one of you please check how libcap-ng is pulled into the process. > Something like this should do the trick (replace XXX with the pid of one of > your apache processes, you need to be root to do this) : > > pid=XXX; for i in $(awk

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-17 Thread Stefan Fritsch
On Friday, 29 June 2018 10:35:32 CEST mer.at wrote: > when i do an "apachectl graceful" or "apachectl restart", i get > segfaults. I don't think this is a bug in apache, at least not directly. > if i then do a /etc/init.d/apache2 restart, it works normally > /etc/init.d/apache2 restart and

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-10 Thread bruno.pomar
I have the same problem with the same Debian and Apache2 version (upgrade testing/buster 2018/07/07): /var/log/kern.log: Jul 9 18:25:28 eussa kernel: [12436.633037] /usr/sbin/apach[12386]: segfault at 7f5c82d98660 ip 7f5c82d98660 sp 7ffcfaf711f8 error 14 in

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-09 Thread Christian Marillat
On 09 juil. 2018 00:45, gregor herrmann wrote: > On Fri, 29 Jun 2018 10:35:32 +0200, mer.at wrote: > >> Package: apache2 >> Version: 2.4.33-3+b1 >> Severity: grave >> Tags: a11y >> Justification: renders package unusable [...] > [Mon Jul 09 00:29:01.707220 2018] [fcgid:error] [pid 25910]

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-07-08 Thread gregor herrmann
On Fri, 29 Jun 2018 10:35:32 +0200, mer.at wrote: > Package: apache2 > Version: 2.4.33-3+b1 > Severity: grave > Tags: a11y > Justification: renders package unusable > > Dear Maintainer, > > when i do an "apachectl graceful" or "apachectl restart", i get > segfaults. Same here. As graceful

Bug#902658: apache2: apachectl graceful/restart results in segfault

2018-06-29 Thread mer.at
Package: apache2 Version: 2.4.33-3+b1 Severity: grave Tags: a11y Justification: renders package unusable Dear Maintainer, when i do an "apachectl graceful" or "apachectl restart", i get segfaults. [Fri Jun 29 10:22:38.726688 2018] [mpm_prefork:notice] [pid 31097] AH00163: Apache/2.4.33