diff --git a/coregrind/vg_scheduler.c b/coregrind/vg_scheduler.c index b2aa9dda5..6e354e284 100644 --- a/coregrind/vg_scheduler.c +++ b/coregrind/vg_scheduler.c @@ -1101,7 +1101,7 @@ VgSchedReturnCode VG_(scheduler) ( void ) VG_(message)(Vg_DebugMsg, "thread %d: %ld bbs, event %s", tid, VG_(bbs_done), name_of_sched_event(trc) ); - vg_assert(VG_(bbs_done) < 1000000); + /* Examine the thread's return code to figure out why it stopped, and handle requests. */ diff --git a/vg_scheduler.c b/vg_scheduler.c index b2aa9dda5..6e354e284 100644 --- a/vg_scheduler.c +++ b/vg_scheduler.c @@ -1101,7 +1101,7 @@ VgSchedReturnCode VG_(scheduler) ( void ) VG_(message)(Vg_DebugMsg, "thread %d: %ld bbs, event %s", tid, VG_(bbs_done), name_of_sched_event(trc) ); - vg_assert(VG_(bbs_done) < 1000000); + /* Examine the thread's return code to figure out why it stopped, and handle requests. */