From b0d7e353d92819eb2a8479eaf239ef7547c53fea Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 13 Sep 2025 00:28:04 +0200 Subject: Zombify writer when the thread throws an exception. Otherwise I think we can wait forever for the thread to write things to disk. --- src/lib/writer.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/writer.cc b/src/lib/writer.cc index dd5223670..80ffb2913 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -488,6 +488,7 @@ try catch (...) { store_current(); + zombify(); } -- cgit v1.2.3