Skip to content

Commit

Permalink
r3940: seeing a different panic again, do not insist on big quit for now
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
nigoroll committed Jul 4, 2023
1 parent 57bf3c5 commit 48681cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/varnishtest/tests/r03940.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 48681cc

Please sign in to comment.