comment fork error
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 28 Nov 2007 20:07:51 +0000 (20:07 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 28 Nov 2007 20:07:51 +0000 (20:07 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2776 04897980-b3bd-0310-b5e0-8ef037075253

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