In message <[email protected]>, Nils Goroll writes:
>I've just stumbled over this code in vtc_log.c:vtc_log()
>
>       if (lvl > 0)
>               return;
>       if (lvl == 0)
>               vtc_error = 1;
>       if (pthread_self() != vtc_thread)
>               pthread_exit(NULL);
>
>Opinions on adding an option to varnishtest to always abort() for assertion
>failures?

Good idea, send patch...

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

_______________________________________________
varnish-dev mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to