[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#779078: marked as done (apache2-bin: event mpm: child segfault in notify_suspend causes parent to exit during log rotation)



Your message dated Sat, 29 Aug 2015 10:32:08 +0000
with message-id <E1ZVdQe-0007np-LB@franck.debian.org>
and subject line Bug#779078: fixed in apache2 2.4.10-10+deb8u2
has caused the Debian Bug report #779078,
regarding apache2-bin: event mpm: child segfault in notify_suspend causes parent to exit during log rotation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
779078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779078
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apache2-bin
Version: 2.4.10-9
Severity: important

Dear maintainers,

We have been experiencing segmentation faults in apache2 when using the
event MPM in jessie. These manifest themselves with log entries that
look like:

[Thu Feb 19 14:26:22.477619 2015] [core:notice] [pid 14018:tid
140488395114368] AH00052: child pid 14024 exit signal Segmentation fault
(11)
[Thu Feb 19 19:26:22.282410 2015] [core:notice] [pid 19271:tid
140434662569856] AH00052: child pid 19276 exit signal Segmentation fault
(11)
[Thu Feb 19 19:35:33.842016 2015] [core:notice] [pid 19271:tid
140434662569856] AH00052: child pid 15360 exit signal Segmentation fault
(11)

When logs are rotated nightly and apache2 is instructed to reopen its
logs, the parent process exits altogether:

[Fri Feb 20 00:52:14.175939 2015] [mpm_event:notice] [pid 19271:tid
140434662569856] AH00493: SIGUSR1 received.  Doing graceful restart
[Fri Feb 20 00:52:15.279574 2015] [core:notice] [pid 19271] AH00060: seg
fault or similar nasty error detected in the parent process

We have enabled core dumps and managed to capture one crash (so far)
when a child process crashes, which is included below as
apache2.core.20150220-1158.txt (output from gdb with debug packages
installed).

I will attempt to obtain and analyse further core dumps, but our client
may prefer to switch to the worker MPM in order to keep their sites
working, in which case I will be limited in what more I can do.

I have set severity important because this is a crash in the default
MPM for jessie, and our client's environment doesn't strike me as
particularly unusual so this may well affect many users.

Regards,
Chris

-- Package-specific info:


*** loaded modules
 core_module (static)
 so_module (static)
 watchdog_module (static)
 http_module (static)
 log_config_module (static)
 logio_module (static)
 version_module (static)
 unixd_module (static)
 access_compat_module (shared)
 actions_module (shared)
 alias_module (shared)
 auth_basic_module (shared)
 authn_core_module (shared)
 authn_file_module (shared)
 authz_core_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgid_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 fcgid_module (shared)
 filter_module (shared)
 mime_module (shared)
 mpm_event_module (shared)
 negotiation_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 socache_shmcb_module (shared)
 ssl_module (shared)
 status_module (shared)

*** apache2.core.20150220-1158.txt
12:58 997236 ~ # gdb /usr/sbin/apache2 apache2.core.20150220-1158
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/sbin/apache2...Reading symbols from
/usr/lib/debug//usr/sbin/apache2...done.
done.
[New LWP 385]
[New LWP 380]
[New LWP 395]
[New LWP 389]
[New LWP 386]
[New LWP 394]
[New LWP 397]
[New LWP 388]
[New LWP 390]
[New LWP 392]
[New LWP 383]
[New LWP 420]
[New LWP 399]
[New LWP 424]
[New LWP 413]
[New LWP 402]
[New LWP 422]
[New LWP 416]
[New LWP 414]
[New LWP 403]
[New LWP 408]
[New LWP 409]
[New LWP 406]
[New LWP 411]
[New LWP 405]
[New LWP 418]
[New LWP 384]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f3e1fa57ab2 in notify_suspend (cs=<optimized out>) at event.c:887
887	event.c: No such file or directory.
(gdb) thread apply all bt full

Thread 27 (Thread 0x7f3e1d422700 (LWP 384)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e1d421e70, ecs=0x7f3e1d421e78, p=0x7f3e1d421e80,
te_out=0x7f3e1d421e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 1
        csd = 0x7f3e0c61f0b0
        cs = 0x7f3e0c61f2b8
        ptrans = 0x7f3e0c61f028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e1d422700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e1d422700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904755574528,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904755574528, 8665688719813342367, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 26 (Thread 0x7f3e0e7ec700 (LWP 418)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e0e7ebe70, ecs=0x7f3e0e7ebe78, p=0x7f3e0e7ebe80,
te_out=0x7f3e0e7ebe88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 22
        csd = 0x7f3e1c0f90b0
        cs = 0x7f3e1c0f92b8
        ptrans = 0x7f3e1c0f9028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e0e7ec700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e0e7ec700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904507889408,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904507889408, 8665650824243147935, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 25 (Thread 0x7f3e127f4700 (LWP 405)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e127f3e70, ecs=0x7f3e127f3e78, p=0x7f3e127f3e80,
te_out=0x7f3e127f3e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 14
        csd = 0x7f3e0c6eb0b0
        cs = 0x7f3e0c6eb2b8
        ptrans = 0x7f3e0c6eb028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e127f4700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e127f4700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904575031040,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904575031040, 8665677199637312671, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 24 (Thread 0x7f3e107f0700 (LWP 411)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
---Type <return> to continue, or q <return> to quit---
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e107efe70, ecs=0x7f3e107efe78, p=0x7f3e107efe80,
te_out=0x7f3e107efe88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 18
        csd = 0x7f3e1c0f90b0
        cs = 0x7f3e1c0f92b8
        ptrans = 0x7f3e1c0f9028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e107f0700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e107f0700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904541460224,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904541460224, 8665681612716209311, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 23 (Thread 0x7f3e11ff3700 (LWP 406)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e11ff2e70, ecs=0x7f3e11ff2e78, p=0x7f3e11ff2e80,
te_out=0x7f3e11ff2e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 15
        csd = 0x7f3e1c0f90b0
        cs = 0x7f3e1c0f92b8
        ptrans = 0x7f3e1c0f9028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e11ff3700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e11ff3700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904566638336,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904566638336, 8665678299685811359, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 22 (Thread 0x7f3e10ff1700 (LWP 409)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e10ff0e70, ecs=0x7f3e10ff0e78, p=0x7f3e10ff0e80,
te_out=0x7f3e10ff0e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 17
        csd = 0x7f3e0c6eb0b0
        cs = 0x7f3e0c6eb2b8
        ptrans = 0x7f3e0c6eb028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e10ff1700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e10ff1700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904549852928,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904549852928, 8665680499782808735, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 21 (Thread 0x7f3e117f2700 (LWP 408)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e117f1e70, ecs=0x7f3e117f1e78, p=0x7f3e117f1e80,
te_out=0x7f3e117f1e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 16
        csd = 0x7f3e0c6e10b0
---Type <return> to continue, or q <return> to quit---
        cs = 0x7f3e0c6e12b8
        ptrans = 0x7f3e0c6e1028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e117f2700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e117f2700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904558245632,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904558245632, 8665679399734310047, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 20 (Thread 0x7f3e12ff5700 (LWP 403)):
#0  0x00007f3e22c3518d in poll () at ../sysdeps/unix/syscall-template.S:81
No locals.
#1  0x00007f3e231444db in poll (__timeout=300000, __nfds=1,
__fds=0x7f3e12ff4ab0) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
No locals.
#2  apr_wait_for_io_or_timeout (f=f@entry=0x0, s=s@entry=0x7f3e1c1320b0,
for_read=for_read@entry=1) at /tmp/buildd/apr-1.5.1/support/unix/waitio.c:51
        pfd = {fd = 30, events = 1, revents = 0}
        timeout = <optimized out>
#3  0x00007f3e2313e23a in apr_socket_recv
(sock=sock@entry=0x7f3e1c1320b0, buf=buf@entry=0x7f3e1c0c3048
"\343\004", len=len@entry=0x7f3e12ff4b90) at
/tmp/buildd/apr-1.5.1/network_io/unix/sendrecv.c:87
        rv = <optimized out>
        arv = <optimized out>
#4  0x00007f3e2335efc1 in socket_bucket_read (a=0x7f3e1c130068,
str=0x7f3e12ff4b88, len=0x7f3e12ff4b90, block=<optimized out>) at
/tmp/buildd/apr-util-1.5.4/buckets/apr_buckets_socket.c:36
        p = 0x7f3e1c1320b0
        buf = 0x7f3e1c0c3048 "\343\004"
        rv = <optimized out>
        timeout = 139904264699904
#5  0x00007f3e2335d4a6 in apr_brigade_split_line
(bbOut=bbOut@entry=0x7f3e1c0bf5a8, bbIn=0x7f3e1c132800,
block=block@entry=APR_BLOCK_READ, maxbytes=maxbytes@entry=8192) at
/tmp/buildd/apr-util-1.5.4/buckets/apr_brigade.c:319
        str = 0x0
        len = 8000
        rv = <optimized out>
        e = 0x7f3e1c130068
        pos = <optimized out>
        readbytes = 0
#6  0x00007f3e23a600ec in ap_core_input_filter (f=0x7f3e1c1327a0,
b=0x7f3e1c0bf5a8, mode=AP_MODE_GETLINE, block=APR_BLOCK_READ,
readbytes=0) at core_filters.c:147
        rv = <optimized out>
        net = <optimized out>
        ctx = 0x7f3e1c1327f0
        str = 0x7f3e12ff4c20 "H@i\f>\177"
        len = 139904861006144
#7  0x00007f3e23a841ba in logio_in_filter (f=<optimized out>,
bb=0x7f3e1c0bf5a8, mode=<optimized out>, block=<optimized out>,
readbytes=<optimized out>) at mod_logio.c:140
        length = 0
        status = <optimized out>
        cf = 0x7f3e1c132740
#8  0x00007f3e23a4ee83 in ap_rgetline_core (s=0x7f3e1c0be0d0, n=8192,
read=0x7f3e12ff4d78, r=0x7f3e1c0be0a0, fold=0, bb=0x7f3e1c0bf5a8) at
protocol.c:229
        rv = <optimized out>
        e = <optimized out>
        bytes_handled = 0
        current_alloc = 0
        pos = <optimized out>
        last_char = 0x0
        do_alloc = <optimized out>
        saw_eos = 0
#9  0x00007f3e23a5118e in read_request_line (bb=<optimized out>,
r=<optimized out>) at protocol.c:590
        rv = 300000
        ll = 0x802 <error: Cannot access memory at address 0x802>
        pro = 0x64 <error: Cannot access memory at address 0x64>
        major = 1
        minor = 0
        http = "\260 \023\034>"
        len = 139904735716160
        num_blank_lines = 0
        max_blank_lines = 100
        uri = 0x64 <error: Cannot access memory at address 0x64>
#10 ap_read_request (conn=0x7f3e1c132340) at protocol.c:960
        p = 0x7f3e1c0be028
        expect = 0x64 <error: Cannot access memory at address 0x64>
        access_status = 318720688
        tmp_bb = 0x7f3e1c0bf5a8
        csd = 0x64
        cur_timeout = 139904735716160
#11 0x00007f3e23a77e19 in ap_process_http_async_connection
(c=0x7f3e1c132340) at http_core.c:135
        r = <optimized out>
        cs = 0x7f3e1c132318
#12 ap_process_http_connection (c=0x7f3e1c132340) at http_core.c:228
No locals.
#13 0x00007f3e23a6e790 in ap_run_process_connection (c=0x7f3e1c132340)
at connection.c:41
        pHook = <optimized out>
        n = 0
        rv = -1
#14 0x00007f3e1fa57d3b in process_socket (my_thread_num=<optimized out>,
my_child_num=<optimized out>, cs=<optimized out>, sock=<optimized out>,
p=<optimized out>, thd=<optimized out>) at event.c:1029
        c = 0x7f3e1c132340
        sbh = 0x7f3e1c1322a0
#15 worker_thread (thd=0x7f3e12ff4ab0, dummy=0x1) at event.c:1865
---Type <return> to continue, or q <return> to quit---
        thread_slot = 13
        csd = 0x7f3e1c1320b0
        cs = 0x0
        ptrans = 0x7f3e1c132028
        is_idle = 471016256
        te = 0x0
#16 0x00007f3e22f090a4 in start_thread (arg=0x7f3e12ff5700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e12ff5700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904583423744,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904583423744, 8665676103883781279, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#17 0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 19 (Thread 0x7f3e0f7ee700 (LWP 414)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e0f7ede70, ecs=0x7f3e0f7ede78, p=0x7f3e0f7ede80,
te_out=0x7f3e0f7ede88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 20
        csd = 0x7f3e0c6e90b0
        cs = 0x0
        ptrans = 0x7f3e0c6e9028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e0f7ee700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e0f7ee700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904524674816,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904524674816, 8665648628441117855, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 18 (Thread 0x7f3e0efed700 (LWP 416)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e0efece70, ecs=0x7f3e0efece78, p=0x7f3e0efece80,
te_out=0x7f3e0efece88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 21
        csd = 0x7f3e1c0cc0a0
        cs = 0x0
        ptrans = 0x7f3e1c0cc028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e0efed700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e0efed700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904516282112,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904516282112, 8665649728489616543, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 17 (Thread 0x7f3e0d7ea700 (LWP 422)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e0d7e9e70, ecs=0x7f3e0d7e9e78, p=0x7f3e0d7e9e80,
te_out=0x7f3e0d7e9e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 24
        csd = 0x7f3e1c0f90b0
        cs = 0x7f3e1c0f92b8
        ptrans = 0x7f3e1c0f9028
        is_idle = 0
        te = 0x0
---Type <return> to continue, or q <return> to quit---
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e0d7ea700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e0d7ea700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904491104000,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904491104000, 8665653024340145311, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 16 (Thread 0x7f3e137f6700 (LWP 402)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e137f5e70, ecs=0x7f3e137f5e78, p=0x7f3e137f5e80,
te_out=0x7f3e137f5e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 12
        csd = 0x7f3e0c6e10b0
        cs = 0x7f3e0c6e12b8
        ptrans = 0x7f3e0c6e1028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e137f6700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e137f6700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904591816448,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904591816448, 8665675003835282591, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 15 (Thread 0x7f3e0ffef700 (LWP 413)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e0ffeee70, ecs=0x7f3e0ffeee78, p=0x7f3e0ffeee80,
te_out=0x7f3e0ffeee88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 19
        csd = 0x7f3e0c6eb0b0
        cs = 0x7f3e0c6eb2b8
        ptrans = 0x7f3e0c6eb028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e0ffef700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e0ffef700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904533067520,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904533067520, 8665647528392619167, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 14 (Thread 0x7f3e0cfe9700 (LWP 424)):
#0  0x00007f3e22c3e2a3 in epoll_wait () at
../sysdeps/unix/syscall-template.S:81
No locals.
#1  0x00007f3e23140fc3 in impl_pollset_poll (pollset=0x7f3e23957a70,
timeout=<optimized out>, num=0x7f3e0cfe8e6c, descriptors=0x7f3e0cfe8e88)
at /tmp/buildd/apr-1.5.1/poll/unix/epoll.c:256
        ret = <optimized out>
        i = <optimized out>
        j = <optimized out>
        rv = 0
        fdptr = <optimized out>
#2  0x00007f3e1fa5842c in listener_thread (thd=0x1d, dummy=0x186a0) at
event.c:1512
        workers_were_busy = 0
        ep = 0x7f3e1fc5f040 <mpm_event_module>
        te = 0xfffffffffffffffc
        rc = 100000
        tpool = 0x7f3e1fc5f040 <mpm_event_module>
        csd = 0x7f3e0c6eb0b0
        ptrans = 0x7f3e0c6eb028
        lr = 0x7ffff570
        have_idle_worker = 0
        cs = 0x7ffff570
        out_pfd = 0x7f3e23957d90
---Type <return> to continue, or q <return> to quit---
        num = 0
        timeout_interval = 100000
        pt = 0x0
        closed = 0
#3  0x00007f3e22f090a4 in start_thread (arg=0x7f3e0cfe9700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e0cfe9700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904482711296,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904482711296, 8665654124388643999, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#4  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 13 (Thread 0x7f3e13ff7700 (LWP 399)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e13ff6e70, ecs=0x7f3e13ff6e78, p=0x7f3e13ff6e80,
te_out=0x7f3e13ff6e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 11
        csd = 0x7f3e0c6e10b0
        cs = 0x7f3e0c6e12b8
        ptrans = 0x7f3e0c6e1028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e13ff7700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e13ff7700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904600209152,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904600209152, 8665673903786783903, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 12 (Thread 0x7f3e0dfeb700 (LWP 420)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e0dfeae70, ecs=0x7f3e0dfeae78, p=0x7f3e0dfeae80,
te_out=0x7f3e0dfeae88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 23
        csd = 0x7f3e1c0f90b0
        cs = 0x0
        ptrans = 0x7f3e1c0f9028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e0dfeb700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e0dfeb700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904499496704,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904499496704, 8665651924291646623, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 11 (Thread 0x7f3e1dc23700 (LWP 383)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e1dc22e70, ecs=0x7f3e1dc22e78, p=0x7f3e1dc22e80,
te_out=0x7f3e1dc22e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 0
        csd = 0x7f3e0c6eb0b0
        cs = 0x7f3e0c6eb2b8
        ptrans = 0x7f3e0c6eb028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e1dc23700) at
pthread_create.c:309
        __res = <optimized out>
---Type <return> to continue, or q <return> to quit---
        pd = 0x7f3e1dc23700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904763967232,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904763967232, 8665687619764843679, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 10 (Thread 0x7f3e15ffb700 (LWP 392)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e15ffae70, ecs=0x7f3e15ffae78, p=0x7f3e15ffae80,
te_out=0x7f3e15ffae88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 7
        csd = 0x7f3e1c0f90b0
        cs = 0x7f3e1c0f92b8
        ptrans = 0x7f3e1c0f9028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e15ffb700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e15ffb700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904633779968,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904633779968, 8665669507887756447, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 9 (Thread 0x7f3e167fc700 (LWP 390)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e167fbe70, ecs=0x7f3e167fbe78, p=0x7f3e167fbe80,
te_out=0x7f3e167fbe88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 6
        csd = 0x7f3e0c6eb0b0
        cs = 0x0
        ptrans = 0x7f3e0c6eb028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e167fc700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e167fc700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904642172672,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904642172672, 8665668407839257759, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 8 (Thread 0x7f3e177fe700 (LWP 388)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e177fde70, ecs=0x7f3e177fde78, p=0x7f3e177fde80,
te_out=0x7f3e177fde88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 4
        csd = 0x7f3e0c6e90b0
        cs = 0x7f3e0c6e92b8
        ptrans = 0x7f3e0c6e9028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e177fe700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e177fe700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904658958080,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904658958080, 8665666212037227679, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
---Type <return> to continue, or q <return> to quit---
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 7 (Thread 0x7f3e147f8700 (LWP 397)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e147f7e70, ecs=0x7f3e147f7e78, p=0x7f3e147f7e80,
te_out=0x7f3e147f7e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 10
        csd = 0x7f3e0c6e90b0
        cs = 0x7f3e0c6e92b8
        ptrans = 0x7f3e0c6e9028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e147f8700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e147f8700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904608601856,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904608601856, 8665672803738285215, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 6 (Thread 0x7f3e157fa700 (LWP 394)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e157f9e70, ecs=0x7f3e157f9e78, p=0x7f3e157f9e80,
te_out=0x7f3e157f9e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 8
        csd = 0x7f3e0c6e90b0
        cs = 0x7f3e0c6e92b8
        ptrans = 0x7f3e0c6e9028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e157fa700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e157fa700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904625387264,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904625387264, 8665670607936255135, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 5 (Thread 0x7f3e17fff700 (LWP 386)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e17ffee70, ecs=0x7f3e17ffee78, p=0x7f3e17ffee80,
te_out=0x7f3e17ffee88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 3
        csd = 0x7f3e0c6eb0b0
        cs = 0x7f3e0c6eb2b8
        ptrans = 0x7f3e0c6eb028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e17fff700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e17fff700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904667350784,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904667350784, 8665665111988728991, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 4 (Thread 0x7f3e16ffd700 (LWP 389)):
---Type <return> to continue, or q <return> to quit---
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e16ffce70, ecs=0x7f3e16ffce78, p=0x7f3e16ffce80,
te_out=0x7f3e16ffce88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 5
        csd = 0x7f3e0c6eb0b0
        cs = 0x7f3e0c6eb2b8
        ptrans = 0x7f3e0c6eb028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e16ffd700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e16ffd700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904650565376,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904650565376, 8665667312085726367, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 3 (Thread 0x7f3e14ff9700 (LWP 395)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x00007f3e2313977d in apr_thread_cond_wait (cond=<optimized out>,
mutex=<optimized out>) at /tmp/buildd/apr-1.5.1/locks/unix/thread_cond.c:68
No locals.
#2  0x00007f3e1fa5b205 in ap_queue_pop_something (queue=0x7f3e239575c8,
sd=0x7f3e14ff8e70, ecs=0x7f3e14ff8e78, p=0x7f3e14ff8e80,
te_out=0x7f3e14ff8e88) at fdqueue.c:438
        elem = <optimized out>
        rv = <optimized out>
#3  0x00007f3e1fa5778f in worker_thread (thd=0x7f3e23957664, dummy=0x80)
at event.c:1823
        thread_slot = 9
        csd = 0x7f3e0c6e10b0
        cs = 0x7f3e0c6e12b8
        ptrans = 0x7f3e0c6e1028
        is_idle = 0
        te = 0x0
#4  0x00007f3e22f090a4 in start_thread (arg=0x7f3e14ff9700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e14ff9700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904616994560,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904616994560, 8665671707984753823, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#5  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.

Thread 2 (Thread 0x7f3e239fb780 (LWP 380)):
#0  0x00007f3e22f0fadd in read () at ../sysdeps/unix/syscall-template.S:81
No locals.
#1  0x00007f3e23a71647 in read (__nbytes=1, __buf=0x7fffc8ab12c3,
__fd=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/unistd.h:44
No locals.
#2  ap_mpm_podx_check (pod=<optimized out>) at mpm_unix.c:535
        c = 35 '#'
        fd = 7
        rc = <optimized out>
#3  0x00007f3e1fa55524 in child_main (child_num_arg=0) at event.c:2262
        threads = 0x7f3e241b21a0
        ts = 0x7f3e23957518
        thread_attr = 0x7f3e23957538
        start_thread_id = 0x7f3e23957598
#4  0x00007f3e1fa59cbd in make_child (s=0x7f3e239d1de0, slot=0) at
event.c:2349
No locals.
#5  0x00007f3e1fa59d45 in startup_children (number_to_start=2) at
event.c:2375
        i = 0
#6  0x00007f3e1fa5a77e in event_run (_pconf=0x7, plog=0x7f3e239cd028,
s=0x7f3e239d1de0) at event.c:2715
No locals.
#7  0x00007f3e23a4acae in ap_run_mpm (pconf=0x7f3e239f9028,
plog=0x7f3e239cd028, s=0x7f3e239d1de0) at mpm_common.c:94
        pHook = <optimized out>
        n = 0
        rv = -1
#8  0x00007f3e23a441f3 in main (argc=3, argv=0x7fffc8ab16f8) at main.c:777
        c = 0 '\000'
        error = 0xfffffffffffffe00 <error: Cannot access memory at
address 0xfffffffffffffe00>
        process = 0x7f3e23a02118
        pconf = 0x7f3e239f9028
        plog = 0x7f3e239cd028
        ptemp = 0x7f3e239cf028
        pcommands = 0x7f3e239d7028
        opt = 0x7f3e239d7118
        mod = 0x7f3e23ca91c0 <ap_prelinked_modules+64>
        opt_arg = 0x7f3e23a02028 "(`\240#>\177"
---Type <return> to continue, or q <return> to quit---
        signal_server = 0xfffffffffffffe00

Thread 1 (Thread 0x7f3e1cc21700 (LWP 385)):
#0  0x00007f3e1fa57ab2 in notify_suspend (cs=<optimized out>) at event.c:887
No locals.
#1  process_socket (my_thread_num=<optimized out>,
my_child_num=<optimized out>, cs=<optimized out>, sock=<optimized out>,
p=<optimized out>, thd=<optimized out>) at event.c:1118
        c = 0x7f3e0c5872b8
        sbh = 0x7f3e0c5872a0
#2  worker_thread (thd=0x7f3e18000020, dummy=0x0) at event.c:1865
        thread_slot = 2
        csd = 0x7f3e0c5870b0
        cs = 0x0
        ptrans = 0x7f3e0c587028
        is_idle = 207123128
        te = 0x0
#3  0x00007f3e22f090a4 in start_thread (arg=0x7f3e1cc21700) at
pthread_create.c:309
        __res = <optimized out>
        pd = 0x7f3e1cc21700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139904747181824,
-8773417250941733729, 0, 139904862433376, 139904865193080,
139904747181824, 8665689819861841055, 8665711418530559135},
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev =
0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#4  0x00007f3e22c3dccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.
(gdb)

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages apache2-bin depends on:
ii  libapr1                  1.5.1-3
ii  libaprutil1              1.5.4-1
ii  libaprutil1-dbd-sqlite3  1.5.4-1
ii  libaprutil1-ldap         1.5.4-1
ii  libc6                    2.19-13
ii  libldap-2.4-2            2.4.40-4
ii  liblua5.1-0              5.1.5-7.1
ii  libpcre3                 2:8.35-3.3
ii  libssl1.0.0              1.0.1k-1
ii  libxml2                  2.9.1+dfsg1-4
ii  perl                     5.20.1-5
ii  zlib1g                   1:1.2.8.dfsg-2+b1

apache2-bin recommends no packages.

Versions of packages apache2-bin suggests:
pn  apache2-doc                                      <none>
pn  apache2-suexec-pristine | apache2-suexec-custom  <none>
ii  w3m [www-browser]                                0.5.3-19

Versions of packages apache2 depends on:
ii  apache2-data   2.4.10-9
ii  apache2-utils  2.4.10-9
ii  dpkg           1.17.23
ii  lsb-base       4.1+Debian13+nmu1
ii  mime-support   3.58
ii  perl           5.20.1-5
ii  procps         2:3.3.9-8

Versions of packages apache2 recommends:
ii  ssl-cert  1.0.35

Versions of packages apache2 suggests:
pn  apache2-doc                                      <none>
pn  apache2-suexec-pristine | apache2-suexec-custom  <none>
ii  w3m [www-browser]                                0.5.3-19

Versions of packages apache2-bin is related to:
ii  apache2      2.4.10-9
ii  apache2-bin  2.4.10-9

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.4.10-10+deb8u2

We believe that the bug you reported is fixed in the latest version of
apache2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 779078@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch <sf@debian.org> (supplier of updated apache2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 27 Aug 2015 19:52:37 +0200
Source: apache2
Binary: apache2 apache2-data apache2-bin apache2-mpm-worker apache2-mpm-prefork apache2-mpm-event apache2-mpm-itk apache2.2-bin apache2.2-common libapache2-mod-proxy-html libapache2-mod-macro apache2-utils apache2-suexec apache2-suexec-pristine apache2-suexec-custom apache2-doc apache2-dev apache2-dbg
Architecture: source amd64 all
Version: 2.4.10-10+deb8u2
Distribution: jessie
Urgency: medium
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Changed-By: Stefan Fritsch <sf@debian.org>
Description:
 apache2    - Apache HTTP Server
 apache2-bin - Apache HTTP Server (modules and other binary files)
 apache2-data - Apache HTTP Server (common files)
 apache2-dbg - Apache debugging symbols
 apache2-dev - Apache HTTP Server (development headers)
 apache2-doc - Apache HTTP Server (on-site documentation)
 apache2-mpm-event - transitional event MPM package for apache2
 apache2-mpm-itk - transitional itk MPM package for apache2
 apache2-mpm-prefork - transitional prefork MPM package for apache2
 apache2-mpm-worker - transitional worker MPM package for apache2
 apache2-suexec - transitional package for apache2-suexec-pristine
 apache2-suexec-custom - Apache HTTP Server configurable suexec program for mod_suexec
 apache2-suexec-pristine - Apache HTTP Server standard suexec program for mod_suexec
 apache2-utils - Apache HTTP Server (utility programs for web servers)
 apache2.2-bin - Transitional package for apache2-bin
 apache2.2-common - Transitional package for apache2
 libapache2-mod-macro - Transitional package for apache2-bin
 libapache2-mod-proxy-html - Transitional package for apache2-bin
Closes: 779078 789914
Changes:
 apache2 (2.4.10-10+deb8u2) jessie; urgency=medium
 .
   [ Stefan Fritsch ]
   * Fix upgrade logic: When upgrading from wheezy with apache2.2-common
     but without apache2 installed to jessie, part of the conffile handling
     logic would not run, causing outdated conffile content to be kept.
     This is part of the solution for bug #794933. The other part will be
     included in the upgrade to Debian 9 (stretch).
   * core: Fix -D[efined] or <Define>[d] variables lifetime accross restarts.
     This could cause all kinds of strange behavior. PR 56008. PR 57328
   * mpm_event: Fix process deadlock when shutting down a worker. PR 56960
   * mpm_event: Fix crashes due to various race conditions. Closes: #779078
 .
   [ Jean-Michel Vourgère ]
   * apache2.postinst: Fixed tests on deferred mpm switch. Closes: #789914
Checksums-Sha1:
 0370587b7a0253b357c29efb79bf4121528f1285 3245 apache2_2.4.10-10+deb8u2.dsc
 73948bdf545072cc091866d38ea30ef93f706c53 535284 apache2_2.4.10-10+deb8u2.debian.tar.xz
 8b213b3f37a4884f9715b1f91fcc8cc182b59528 1154 libapache2-mod-proxy-html_2.4.10-10+deb8u2_amd64.deb
 ee4b0ef1635e71ced1cbe29d832395900dfaa31a 1140 libapache2-mod-macro_2.4.10-10+deb8u2_amd64.deb
 c813ec3f4799abf00c58c3d139ed67c23b91f334 205084 apache2_2.4.10-10+deb8u2_amd64.deb
 e8352f5d6ae795df468d6a466153178b21984c71 162496 apache2-data_2.4.10-10+deb8u2_all.deb
 a59317f24e1c056205fcd96d4abfa59758a140ef 1031178 apache2-bin_2.4.10-10+deb8u2_amd64.deb
 8ed97fccf15d5f3b0fd64d66b498b19c722703db 1516 apache2-mpm-worker_2.4.10-10+deb8u2_amd64.deb
 a05655f1a1a0c167ef41e926d8759e507c6109c5 1522 apache2-mpm-prefork_2.4.10-10+deb8u2_amd64.deb
 ba661a569d4cfddabed73731a053009d8c96eabe 1522 apache2-mpm-event_2.4.10-10+deb8u2_amd64.deb
 a2ccab9df8d75cc65452aa2d42e187a5e618fffe 1516 apache2-mpm-itk_2.4.10-10+deb8u2_amd64.deb
 834e00287a1bedc7b37bff00969884e0d7722565 1700 apache2.2-bin_2.4.10-10+deb8u2_amd64.deb
 348628ad46811c1d121a5e8b88654f334ad1a849 124068 apache2.2-common_2.4.10-10+deb8u2_amd64.deb
 caabdc1190640442a106b7a3393df53318092955 194328 apache2-utils_2.4.10-10+deb8u2_amd64.deb
 e1681bda6b667c3bb328d75006ab67453c281fab 1660 apache2-suexec_2.4.10-10+deb8u2_amd64.deb
 7d78d564f9865e5ed120880b8d537042a45a7106 129252 apache2-suexec-pristine_2.4.10-10+deb8u2_amd64.deb
 3af11a4742c684b76437cd1d584492e6e3b51138 130768 apache2-suexec-custom_2.4.10-10+deb8u2_amd64.deb
 6d1af916821643c91581117e9f7e1ebc3d20b28b 2725194 apache2-doc_2.4.10-10+deb8u2_all.deb
 0d59954cde345ace2ffa753e7fd5bfd7aad8f9fa 280526 apache2-dev_2.4.10-10+deb8u2_amd64.deb
 e81f8c221ddecbb6ef12095738e4c0384e312585 1703734 apache2-dbg_2.4.10-10+deb8u2_amd64.deb
Checksums-Sha256:
 3e9ab746454d3bcd7b91d78e93b73a5eac097867cb6ec93f8739bab9558741bd 3245 apache2_2.4.10-10+deb8u2.dsc
 0e76634bfe07fa463124fb9695c88ea66c631dccbcc0a64ad2121ba602c970bc 535284 apache2_2.4.10-10+deb8u2.debian.tar.xz
 916340d841ac271566b5604170570ee354907bebd9527dde1d41a83ba570ba2b 1154 libapache2-mod-proxy-html_2.4.10-10+deb8u2_amd64.deb
 86fd58e53f52ff04f96aba32a9eae012b46314933227c4cc1061010958f3b354 1140 libapache2-mod-macro_2.4.10-10+deb8u2_amd64.deb
 ac34a7f98d2528a82f278bbb2a51c169f57550fffdfa0fd8859d8cf4b093a693 205084 apache2_2.4.10-10+deb8u2_amd64.deb
 a3925b73782029294ccec215a1c482cb61c7bb3191391a2c79333d8e23f50cfc 162496 apache2-data_2.4.10-10+deb8u2_all.deb
 93128465665b37364edc7f64f0986aad9732d7fb72e5f8d42369fa543afe65d0 1031178 apache2-bin_2.4.10-10+deb8u2_amd64.deb
 7e3a5332ba0756b949f4ae150a8436c70b30571debe87766d6c1f0748362e179 1516 apache2-mpm-worker_2.4.10-10+deb8u2_amd64.deb
 bf63544d0a0ac4a75d11d0876e07ac58ef51c3744c83083d063d63726968e313 1522 apache2-mpm-prefork_2.4.10-10+deb8u2_amd64.deb
 5b951df50da7bc07a30cdcf3fab3cfe00df2f39c73fe1a12380dbcfae252f40f 1522 apache2-mpm-event_2.4.10-10+deb8u2_amd64.deb
 1fbd8e7a6f9288b55849895271764b847e0d87666d0b8dffafd6f90dc6e51ac5 1516 apache2-mpm-itk_2.4.10-10+deb8u2_amd64.deb
 b3e475577fe3d66a96db31dca395e0cd1f600e99ecda9e3d00b29a70bbfbbe3b 1700 apache2.2-bin_2.4.10-10+deb8u2_amd64.deb
 ce859e11be0215a5a1448e632f7660fe34a167980d6ffad98c62080bc79d157a 124068 apache2.2-common_2.4.10-10+deb8u2_amd64.deb
 308b805803931d333d6305dd36da5c8a80b3996bc25cf641d46734d64dadb7f2 194328 apache2-utils_2.4.10-10+deb8u2_amd64.deb
 d71c6c7bf14e82b382fb14d5aa1ab3ad986021cd1de8fdfc1383d4cdb29d8ae5 1660 apache2-suexec_2.4.10-10+deb8u2_amd64.deb
 e6eba8d24cb4c0907de84867e398e44fa1394d8a8f2b1b5028afab11fd909c02 129252 apache2-suexec-pristine_2.4.10-10+deb8u2_amd64.deb
 4a36add92e8742d5340d54eea23c00a401d7bbe2732d2e90fea4b2467f249138 130768 apache2-suexec-custom_2.4.10-10+deb8u2_amd64.deb
 a500885adffd8607c353749ab432582ecc2ed7dfef76a24f54ac24b39e9bd8b6 2725194 apache2-doc_2.4.10-10+deb8u2_all.deb
 2e7b8d0459a68a780b927ec12f19b1f92a1554c13e15db87a90ee28cc390ca22 280526 apache2-dev_2.4.10-10+deb8u2_amd64.deb
 58d73752dbabb66ec9914e8595082d08ec73d7ff15d62b7b81fc030504580863 1703734 apache2-dbg_2.4.10-10+deb8u2_amd64.deb
Files:
 816a266ad8b1007c5c35e969660a22de 3245 httpd optional apache2_2.4.10-10+deb8u2.dsc
 e2b0f5c6514664627ab5a148df94a5d1 535284 httpd optional apache2_2.4.10-10+deb8u2.debian.tar.xz
 a8cf0f7a17c591e673c2315cfe939d3c 1154 oldlibs extra libapache2-mod-proxy-html_2.4.10-10+deb8u2_amd64.deb
 b4f57aad038d2fa4113a0354739bed50 1140 oldlibs extra libapache2-mod-macro_2.4.10-10+deb8u2_amd64.deb
 c51c8c6b2512983b5616b53eb2c568ff 205084 httpd optional apache2_2.4.10-10+deb8u2_amd64.deb
 f624e71f7e47a87fed7698cf0e1192db 162496 httpd optional apache2-data_2.4.10-10+deb8u2_all.deb
 82b0bb9e26cd4c81deaea40d05a58b80 1031178 httpd optional apache2-bin_2.4.10-10+deb8u2_amd64.deb
 279637e323c0be53d04b624ce66fe888 1516 oldlibs extra apache2-mpm-worker_2.4.10-10+deb8u2_amd64.deb
 7a2ae4a1c972b16c00c7429bf89bbe2d 1522 oldlibs extra apache2-mpm-prefork_2.4.10-10+deb8u2_amd64.deb
 76b5d9b04264630199fab5d3f3b387cd 1522 oldlibs extra apache2-mpm-event_2.4.10-10+deb8u2_amd64.deb
 3821021cc81f91267c5acba254a107af 1516 oldlibs extra apache2-mpm-itk_2.4.10-10+deb8u2_amd64.deb
 cb83d3798804e40d096169e9c0b8db5b 1700 oldlibs extra apache2.2-bin_2.4.10-10+deb8u2_amd64.deb
 44f50e3a25c3da33148e65e8b7fc5345 124068 oldlibs extra apache2.2-common_2.4.10-10+deb8u2_amd64.deb
 63c39877ebdccf7c8d475474a0c1f3a8 194328 httpd optional apache2-utils_2.4.10-10+deb8u2_amd64.deb
 d95a3e488f0210d41ac8cbc753a34b30 1660 oldlibs extra apache2-suexec_2.4.10-10+deb8u2_amd64.deb
 f40f733b3d81c3ad5d3cc3a2b8dd1283 129252 httpd optional apache2-suexec-pristine_2.4.10-10+deb8u2_amd64.deb
 c4e08ad5ba379abb2b0027248b1475ef 130768 httpd extra apache2-suexec-custom_2.4.10-10+deb8u2_amd64.deb
 83fba6b781f7306bdcab0e059701e14b 2725194 doc optional apache2-doc_2.4.10-10+deb8u2_all.deb
 798d641cf19c2f350de49d671de8a857 280526 httpd optional apache2-dev_2.4.10-10+deb8u2_amd64.deb
 53767d93ddbd37b466635863650b7019 1703734 debug extra apache2-dbg_2.4.10-10+deb8u2_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJV33KCAAoJEMaHXzVBzv3gdZMP/A9yoXdkQdYTuju/FxPNZBZ8
H+dWtbgevqWF04t0Hhj345+bxcTlZzfepfHz5fDSsEFpSFzsjDXWE7iwymUsbGKD
MrjzZpT1Dd8/0aMhV1ThMCa1USPmPUPKoYU5CqIvJ1zlSCq2A29nZpQb1Aqze0jZ
68gpCqduUoqyuCfIyPOZ3fff9Wx0WSgHBv+pnXW7JpgJB/B1i6gjIH4GLnI25qIs
NzbXyK1kSygdc0nkg7knXkYJ5HV3Of9/ZuPDqES9lGvlu/cLsFVq851KEo9U6rlj
VPyBn2R8sKUC0GT3Safxb6x13qvsZ4sCH+SLmA8W0q2o8Lb5bVRkI1WSuYxDgPm+
uVPwC7cu8uD1544TBdJABFHkJ4+dArB7OJ8S3e15XPtPJ2xrFVJ24lnPA7dqh/lf
uo/H5DjRawLmMtLk8+n7nocy8CoO6O4kbBJwHyi6yRzIri8Hu+aiO0B9ZdobAoZw
/H7IJGlyK3KUJuCnZbSQVubwH+dt6s/8Kc3nTelRwNAXXYyuILHesFG+MnEqdIcH
TAdFVNCs+A8SNPhNQw4RnFQYnc2Xny+40NxSxUHwqXxu6qR/fo1rpQJkAWEM0UyM
C1+EmNUm/vAN0KPsD+hdG35BUFb8FFPVb8sfdzCx0AkRMoQFgqMQMmRHXsdwPEkH
SA9+hp7aVK7ZJBm7ovD/
=mQlT
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: