Mailing List Archive

Broken: apache/httpd#1776 (trunk - d8bce6f)
Build Update for apache/httpd
-------------------------------------

Build: #1776
Status: Broken

Duration: 31 mins and 18 secs
Commit: d8bce6f (trunk)
Author: Eric Covener
Message: fix ap_escape_quotes with pre-escaped quotes


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892012 13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/httpd/compare/700d9b5b5bc7...d8bce6f575ab

View the full build log and details: https://app.travis-ci.com/github/apache/httpd/builds/234476226?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
Re: Broken: apache/httpd#1776 (trunk - d8bce6f) [ In reply to ]
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.
Re: Broken: apache/httpd#1776 (trunk - d8bce6f) [ In reply to ]
> Am 04.08.2021 um 18:44 schrieb Eric Covener <covener@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