update for 2.6.24 kernel, fix process free bug
[lttv.git] / ltt / branches / poly / lttv / lttv / state.c
index 5fb450f0ea2385dbd38bf3ec36f4f61dca044f77..7835b708d2a33a097b9d037634f368bb0047281e 100644 (file)
@@ -2550,7 +2550,7 @@ static gboolean schedchange(void *hook_data, void *call_data)
         process->state->change = s->parent.timestamp;
       }
       
-      if(state_out == 32 || state_out == 128)
+      if(state_out == 32 || state_out == 64)
          exit_process(s, process); /* EXIT_DEAD || TASK_DEAD */
             /* see sched.h for states */
     }
This page took 0.02256 seconds and 4 git commands to generate.