https://bz.apache.org/bugzilla/show_bug.cgi?id=59348
--- Comment #4 from Alex Bowers <[email protected]> --- We have ran strace, and the pid's do not appear to match up. The command we start the server with is: strace -ff -o /var/log/strace_apache.log -r apache2ctl start and to reload the server we run: strace -ff -o /var/log/strace_apache.log -r apache2ctl graceful We get an a series of files like this: -rw-r--r-- 1 root root 5895 Apr 18 12:47 strace_apache.log.7791 -rw-r--r-- 1 root root 6449 Apr 18 12:46 strace_apache.log.7792 -rw-r--r-- 1 root root 3337877 Apr 18 12:46 strace_apache.log.7793 -rw-r--r-- 1 root root 3338203 Apr 18 12:47 strace_apache.log.7794 -rw-r--r-- 1 root root 5895 Apr 18 12:47 strace_apache.log.7841 -rw-r--r-- 1 root root 6449 Apr 18 12:47 strace_apache.log.7842 -rw-r--r-- 1 root root 3348810 Apr 18 12:47 strace_apache.log.7843 -rw-r--r-- 1 root root 3346468 Apr 18 12:47 strace_apache.log.7844 -rw-r--r-- 1 root root 5895 Apr 18 12:47 strace_apache.log.7863 -rw-r--r-- 1 root root 6449 Apr 18 12:47 strace_apache.log.7864 -rw-r--r-- 1 root root 3346488 Apr 18 12:47 strace_apache.log.7865 -rw-r--r-- 1 root root 3346357 Apr 18 12:47 strace_apache.log.7866 But our pid for the segmentation fault: [Mon Apr 18 12:47:35.214485 2016] [mpm_prefork:notice] [pid 7601] AH00171: Graceful restart requested, doing restart [Mon Apr 18 12:47:37.483267 2016] [http2:warn] [pid 7820] [client 10.131.16.11:33950] AH03198: h2_mplx(5): release, waiting for 5 seconds now for 1 h2_workers to return, have still 1 requests outstanding [Mon Apr 18 12:47:37.483471 2016] [http2:warn] [pid 7820] [client 10.131.16.11:33950] ->03198: h2_stream(5-5): POST pokpokpok-admin.myshopblocks.com /test_long_post.php -> ? 0[orph=1/started=1/done=0/eos_in=1/eos_out=0] [Mon Apr 18 12:47:37.568779 2016] [mpm_prefork:notice] [pid 7601] AH00163: Apache/2.4.20 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations [Mon Apr 18 12:47:37.568923 2016] [core:notice] [pid 7601] AH00094: Command line: '/usr/sbin/apache2' [Mon Apr 18 12:47:42.483615 2016] [http2:warn] [pid 7820] [client 10.131.16.11:33950] AH03198: h2_mplx(5): release, waiting for 10 seconds now for 1 h2_workers to return, have still 1 requests outstanding [Mon Apr 18 12:47:44.592840 2016] [core:notice] [pid 7601] AH00051: child pid 7820 exit signal Segmentation fault (11), possible coredump in /etc/apache2 doesn't appear to line up at all. Any insight as to which strace file we hould be uploading? Providing all seems counter-productive. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
