> Am 04.08.2021 um 18:44 schrieb Eric Covener <cove...@gmail.com>:
>
> 1 platform only: https://app.travis-ci.com/github/apache/httpd/jobs/529033341
> Thread 53 (Thread 0x7fe603085700 (LWP 4217)):
> #0 0x00007fe62e4f32a7 in kill () from /lib/x86_64-linux-gnu/libc.so.6
> No symbol table info available.
> #1 0x000055b164094be3 in sig_coredump (sig=11) at mpm_unix.c:997
> No locals.
> #2 <signal handler called>
> No symbol table info available.
> #3 0x00007fe6178fca3f in mst_check_data_for (m=0x7fe627a396b8,
> stream=0x7fe627a290a0, mplx_is_locked=1) at h2_mplx.c:618
> No locals.
> #4 0x00007fe6178fe234 in s_task_done (m=0x7fe627a396b8, task=0x7fe627a250a0)
> at h2_mplx.c:817
> stream = 0x7fe627a290a0
> #5 0x00007fe6178fe635 in h2_mplx_s_task_done (m=0x7fe627a396b8,
> task=0x7fe627a250a0, ptask=0x7fe627a5d1a8) at h2_mplx.c:848
> No locals.
> #6 0x00007fe6179249fc in slot_run (thread=0x7fe62f456110,
> wctx=0x7fe627a5d190) at h2_workers.c:269
> slot = 0x7fe627a5d190
> #7 0x00007fe62e8ac6db in start_thread () from
> /lib/x86_64-linux-gnu/libpthread.so.0
> No symbol table info available.
> #8 0x00007fe62e5d571f in clone () from /lib/x86_64-linux-gnu/libc.so.6
> No symbol table info available.
This week on vacation, just a quick peek at this. APR has an assertion failure
on
a detected concurrent pool use, it seems.
(Where do the travis tests use "--enable-pool-concurrency-check" I could not
find.)
I enabled this in my h2 test suite and run it and the loadtest several times.
Unable
to reproduce so far.
- Stefan