From 9f654956477ea254fdf0d63859108ab4cf230387 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Fri, 25 Sep 2009 15:33:32 -0400 Subject: [PATCH] ustd: stop collecting a process when it died will trying to put its subbuffer --- ustd/ustd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ustd/ustd.c b/ustd/ustd.c index b6b362f..02abe5d 100644 --- a/ustd/ustd.c +++ b/ustd/ustd.c @@ -278,6 +278,7 @@ void *consumer_thread(void *arg) WARN("application died while putting subbuffer"); /* FIXME: probably need to skip the first subbuffer in finish_consuming_dead_subbuffer */ finish_consuming_dead_subbuffer(buf); + break; } else if(result == PUT_SUBBUF_OK) { } -- 2.34.1