From 5ac05980770451e1a56f94d5bf58c0c5da80ff72 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 12 Sep 2005 19:53:03 +0000 Subject: [PATCH] zombie process fix git-svn-id: http://ltt.polymtl.ca/svn@1169 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/lttv/state.c b/ltt/branches/poly/lttv/lttv/state.c index 86847728..56552b22 100644 --- a/ltt/branches/poly/lttv/lttv/state.c +++ b/ltt/branches/poly/lttv/lttv/state.c @@ -1273,7 +1273,7 @@ static gboolean process_fork(void *hook_data, void *call_data) guint num_cpus = ltt_trace_get_num_cpu(ts->parent.t); guint i; for(i=0; i< num_cpus; i++) { - g_assert(process != ts->running_process[i]); + g_assert(zombie_process != ts->running_process[i]); } exit_process(s, zombie_process); -- 2.34.1