On Sun, Jun 28, 2020 at 05:15:03PM +0200, Graham Leggett wrote:
> On 28 Jun 2020, at 15:47, Travis CI <bui...@travis-ci.org> wrote:
> 
> > apache / httpd
> > trunk
> > Build #896 is still failing9 mins and 44 secs
> 
> Travis mavens, I’ve been looking for the test/perl-framework directory 
> as referred to in --with-test-suite=test/perl-framework but I’m coming 
> up with a blank.

The litmus tests are failing, not the perl-framework tests:

https://travis-ci.org/github/apache/httpd/jobs/702768269#L2491

You can also see that there are segfaults logged from line 2519 onwards:

https://travis-ci.org/github/apache/httpd/jobs/702768269#L2519

Running litmus locally, the backtrace looks like this:

warning: Unexpected size of section `.reg-xstate/44301' in core file.
#0  0x00007fcea5f9059a in dav_fs_getetag (resource=<optimized out>) at 
repos.c:1869
1869        er.request_time = ctx->r->request_time;
[Current thread is 1 (Thread 0x7fcea6d70800 (LWP 44301))]
Missing separate debuginfos, use: dnf debuginfo-install 
pcre2-10.35-3.fc32.x86_64
(gdb) where
#0  0x00007fcea5f9059a in dav_fs_getetag (resource=<optimized out>) at 
repos.c:1869
#1  0x00007fcea5fda7af in dav_validate_resource_state (p=0xfb5288, 
resource=<optimized out>, lockdb=0xfcf060, if_header=0xfcf008, 
    flags=flags@entry=288, pbuf=pbuf@entry=0x7ffdc5916010, r=0xfb5300) at 
util.c:1046
#2  0x00007fcea5fdb9cf in dav_validate_request (r=r@entry=0xfb5300, 
resource=0xfcec70, depth=depth@entry=0, 
    locktoken=locktoken@entry=0x0, response=response@entry=0x7ffdc5916168, 
flags=flags@entry=32, lockdb=<optimized out>)
    at util.c:1652
#3  0x00007fcea5fd1e4e in dav_method_put (r=0xfb5300) at mod_dav.c:985
#4  0x00000000004170d0 in ap_run_handler (r=r@entry=0xfb5300) at config.c:170
#5  0x0000000000417666 in ap_invoke_handler (r=r@entry=0xfb5300) at config.c:444
#6  0x000000000045a3eb in ap_process_async_request (r=r@entry=0xfb5300) at 
http_request.c:463
#7  0x000000000045a41f in ap_process_request (r=r@entry=0xfb5300) at 
http_request.c:498
#8  0x0000000000456fbe in ap_process_http_sync_connection (c=0xf90440) at 
http_core.c:214
#9  ap_process_http_connection (c=0xf90440) at http_core.c:255
#10 0x00000000004283c0 in ap_run_process_connection (c=c@entry=0xf90440) at 
connection.c:42
#11 0x0000000000428919 in ap_process_connection (c=c@entry=0xf90440, 
csd=<optimized out>) at connection.c:219
#12 0x00007fcea75439fe in child_main (child_num_arg=child_num_arg@entry=2, 
child_bucket=child_bucket@entry=0) at prefork.c:621
#13 0x00007fcea7543d7e in make_child (s=<optimized out>, slot=2) at 
prefork.c:723
#14 0x00007fcea75444bf in perform_idle_server_maintenance (p=<optimized out>) 
at prefork.c:827
#15 prefork_run (_pconf=<optimized out>, plog=<optimized out>, s=<optimized 
out>) at prefork.c:1020
#16 0x000000000042b7f0 in ap_run_mpm (pconf=pconf@entry=0x9f33f8, 
plog=0xa1e608, s=0xa1a750) at mpm_common.c:101
#17 0x0000000000415347 in main (argc=<optimized out>, argv=<optimized out>) at 
main.c:844

Reply via email to