batchtest with tracecontext shown no more time going back
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 24fe6fe5f5e7d8760e661a1531fa7db1f50e3015..da5b356c15b092c8d66c419ec72b402532a606e4 100644 (file)
@@ -1883,6 +1883,7 @@ static int ltt_seek_next_event(LttTracefile *tf)
     ret = ERANGE;
     goto found;
   }
+  g_assert(tf->event.offset < tf->buf_size - tf->buffer.lost_size);
 
 found:
   return ret;
This page took 0.02266 seconds and 4 git commands to generate.