zombie process fix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 12 Sep 2005 19:53:03 +0000 (19:53 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 12 Sep 2005 19:53:03 +0000 (19:53 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1169 04897980-b3bd-0310-b5e0-8ef037075253

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.025587 seconds and 4 git commands to generate.