On Mon, Nov 23, 2020 at 05:16:42PM +0100, Yann Ylavic wrote:
> On Mon, Nov 23, 2020 at 5:06 PM Yann Ylavic <ylavic....@gmail.com> wrote:
> >
> > Yes apr-1.7.x and apr-util-1.7.x would be nice since we can CTR there
> > quite easily and verify our fixes.
> 
> Btw, I merged my APR changes (from today) to 1.7.x already :)
> 

Failed in trunk: https://travis-ci.com/github/apache/httpd/builds/203736572 
which used APR 1.7.x at r1883753

I also rebased my PR which runs the "ab" TLSv1.2 test onto trunk, and 
that actually passed.  So, 50% successful? ;)

The pertinent threads from the failed build are, I assume -

Thread 39 (Thread 0x7f988052c800 (LWP 722)):
#0  0x00007f987f794449 in pthread_cond_destroy@@GLIBC_2.3.2 () from 
/lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00007f987f9c84b7 in run_cleanups (cref=<optimized out>) at 
memory/unix/apr_pools.c:2672
#2  pool_clear_debug (file_line=<optimized out>, pool=<optimized out>) at 
memory/unix/apr_pools.c:1859
#3  apr_pool_clear_debug (pool=0x55be404c5a50, file_line=0x7f987dda1398 
"event.c:757") at memory/unix/apr_pools.c:1915
#4  0x00007f987f9c877e in pool_destroy_debug (pool=0x55be404c5a50, 
file_line=<optimized out>) at memory/unix/apr_pools.c:1943
#5  0x00007f987f9c8490 in pool_clear_debug (file_line=<optimized out>, 
pool=<optimized out>) at memory/unix/apr_pools.c:1856
#6  apr_pool_clear_debug (pool=0x55be408032b0, file_line=0x7f987dda1398 
"event.c:757") at memory/unix/apr_pools.c:1915
#7  0x00007f987f9c877e in pool_destroy_debug (pool=0x55be408032b0, 
file_line=<optimized out>) at memory/unix/apr_pools.c:1943
#8  0x00007f987f9c882c in apr_pool_destroy_debug (pool=<optimized out>, 
file_line=<optimized out>) at memory/unix/apr_pools.c:1989
#9  0x00007f987dd9c89c in clean_child_exit (code=0) at event.c:757
#10 0x00007f987dd9d546 in child_main (child_num_arg=child_num_arg@entry=3, 
child_bucket=child_bucket@entry=0) at event.c:2926
#11 0x00007f987dd9d8d4 in make_child (s=0x55be409e2d80, slot=slot@entry=3, 
bucket=bucket@entry=0) at event.c:2992
#12 0x00007f987dd9e3db in perform_idle_server_maintenance 
(num_buckets=<optimized out>, child_bucket=<optimized out>) at event.c:3187
#13 server_main_loop (num_buckets=1, remaining_children_to_start=0) at 
event.c:3316
#14 event_run (_pconf=<optimized out>, plog=<optimized out>, s=<optimized out>) 
at event.c:3393
#15 0x000055be3f158b6e in ap_run_mpm (pconf=0x55be40492be0, 
plog=0x55be404c1620, s=0x55be409e2d80) at mpm_common.c:100
#16 0x000055be3f13bff3 in main (argc=<optimized out>, argv=<optimized out>) at 
main.c:844

Thread 1 (Thread 0x7f984e2ec700 (LWP 760)):
#0  0x00007f987f3d4e97 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007f987f3d6801 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007f987f9c8835 in apr_pool_destroy_debug (pool=<optimized out>, 
file_line=<optimized out>) at memory/unix/apr_pools.c:1987
#3  0x00007f987f9d3546 in apr_thread_exit (thd=thd@entry=0x55be4097b0e0, 
retval=retval@entry=0) at threadproc/unix/thread.c:206
#4  0x00007f98688e2fe6 in slot_run (thread=0x55be4097b0e0, wctx=0x55be404d90f0) 
at h2_workers.c:248
#5  0x00007f987f78e6db in start_thread () from 
/lib/x86_64-linux-gnu/libpthread.so.0
#6  0x00007f987f4b788f in clone () from /lib/x86_64-linux-gnu/libc.so.6

Reply via email to