On Montag, 25. Juli 2016 16:48:31 CEST Florent Mendoza wrote: > hello, we found that apache occasionally segfault if a ltrace is running on > it. > I managed to reproduce this with default config. > A simple way to reproduce : > start apache with /usr/sbin/apache2 -X > attach a ltrace on it : ltrace -p <pid> -o <file> > do some request (I run ab -c 1 -n 100 http://hostname/) > After a few seconds, a segfault occurs. > > Let me know if you need any additional information.
I think it is unlikely that this is an issue in apache2. Probably it's a problem in ltrace. You could try latrace instead, which does basically the same. I cannot reproduce this here (on unstable, or in a jessie/stable chroot on a 4.6 kernel from unstable). If you think this is important, you could try to get more detailed info, as described in /usr/share/doc/apache2/ README.backtrace . Cheers, Stefan

