zombie process fix
[lttv.git] / ltt / branches / poly / lttv / lttv / state.c
index 86847728b155b69cec8e32ce0ca0fed475f186d5..56552b22012c649c2bbfe8348ba97eb62f058673 100644 (file)
@@ -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);
This page took 0.023206 seconds and 4 git commands to generate.