https://bugs.kde.org/show_bug.cgi?id=362009

Philippe Waroquiers <philippe.waroqui...@skynet.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philippe.waroquiers@skynet.
                   |                            |be

--- Comment #2 from Philippe Waroquiers <philippe.waroqui...@skynet.be> ---
If show sched status is called before the threads are implemented, then nothing
will be
visible.
Maybe it would be better to do something like:

   if (VG_(threads) == NULL) {
      VG_(printf) ("cannot show sched status : scheduler not yet
initialised\");
      return;
  }
  ... here the old code ...
rather than report nothing ?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to