[master] 48681cc87 r3940: seeing a different panic again, do not insist on big quit for now

Nils Goroll nils.goroll at uplex.de
Tue Jul 4 06:29:11 UTC 2023


commit 48681cc872c17d339bb6ddb47304db0685e844ba
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Jul 4 08:25:07 2023 +0200

    r3940: seeing a different panic again, do not insist on big quit for now
    
    FreeBSD/arm (not 64) vtester
    
    **** p2    stderr|Error: Child failed on launch within cli_timeout=3.00s (tip: set startup_timeout)
    **** p2    stderr|Error: Child (29805) said Child starts
    **** p2    stderr|Error: Child (29805) said -sdebug init delay 0.000000s
    **** p2    stderr|Error: Child (29805) said -sdebug open delay in init 5.000000s
    **** p2    stderr|Error: Child (29805) died signal=6
    **** p2    stderr|Error: Child (29805) said Wrong turn in cli_quit(), ../../../../bin/varnishd/cache/cache_main.c line 371: pthread_kill(cli_thread, sig) failed
    **** p2    stderr|Error: Child (29805) said   errno = 22 (Invalid argument)
    **** p2    stderr|Error: Child (29805) said Wrong turn in child_signal_handler(), ../../../../bin/varnishd/cache/cache_main.c line 327: Signal 6 (Abort trap) received at 0x0 si_code 65543
    **** p2    stderr|Error: Child (29805) said   errno = 22 (Invalid argument)

diff --git a/bin/varnishtest/tests/r03940.vtc b/bin/varnishtest/tests/r03940.vtc
index 4da082c2d..ad826247d 100644
--- a/bin/varnishtest/tests/r03940.vtc
+++ b/bin/varnishtest/tests/r03940.vtc
@@ -46,7 +46,8 @@ process p2 { varnishd \
 	-n ${tmpdir}/p2 -a :0 -b none
 } -expect-exit 0x2 -run
 
-shell {grep -q "time for the big quit" ${p2_err}}
+# XXX not reliably the only failure mode
+#shell {grep -q "time for the big quit" ${p2_err}}
 
 # see explanation of previous shell grep
 shell {grep -q "launch within cli_timeout=3.00s (tip: set startup_" ${p2_err}}


More information about the varnish-commit mailing list