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)
parent 57bf3c57
......@@ -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}}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment