]> err.no Git - varnish/commit
If you attach gdb to a running varnish child, then when you tell it to continue it...
authorsky <sky@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 2 Sep 2008 17:54:33 +0000 (17:54 +0000)
committersky <sky@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 2 Sep 2008 17:54:33 +0000 (17:54 +0000)
commitd6fe8250b2d7baa0d5b53b61e111cbf73e1cd234
treea75a0df57f386027dda6c9fb46510a54cb3ab344
parent50c0a6e1529bd8aced4ac344f61c92794d66e7ef
If you attach gdb to a running varnish child, then when you tell it to continue it will abort if assertions are enabled due to poll returning with EINTR.

This just re-enters the loop.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3155 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_cli.c