I think it's ok and less crash-prone to check joinable() rather
authorCarl Hetherington <cth@carlh.net>
Mon, 30 Nov 2015 11:50:40 +0000 (11:50 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 30 Nov 2015 11:50:40 +0000 (11:50 +0000)
commit82fef2120c35c4ecaa13cab1f45f0bd0b041eecd
tree5c295734ae5bb0ac512cab0ecffffa8e9cc8ed84
parentd34640bcfaf66601dbff5b94f1a0d5ad4ec72fa0
I think it's ok and less crash-prone to check joinable() rather
than asserting it; I have seen traces which suggest the assert
might be triggering.  In an ideal world we would track down
why that's happening.
src/lib/writer.cc