comment fork error
[lttv.git] / ltt / branches / poly / lttv / lttv / state.c
index 3ef8a2162318cbaa26a82aae9ec39cd35d6f833d..9034cc0cd8614cf55dd6ccdb2db9e07e358229c5 100644 (file)
@@ -2769,8 +2769,9 @@ static gboolean process_fork(void *hook_data, void *call_data)
      *
      * Simply put a correct parent.
      */
-    g_assert(0); /* This is a problematic case : the process has been created
-                    before the fork event */
+    g_error("Process %u has been created before fork on cpu %u. Probably an unsynchronized TSC problem on the traced machine.", child_pid, cpu);
+    //g_assert(0); /* This is a problematic case : the process has been created
+    //                before the fork event */
     child_process->ppid = process->pid;
     child_process->tgid = child_tgid;
   }
This page took 0.022574 seconds and 4 git commands to generate.