Index: trunk/Ohana/src/opihi/pantasks/showtask.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/showtask.c	(revision 12468)
+++ trunk/Ohana/src/opihi/pantasks/showtask.c	(revision 23530)
@@ -8,5 +8,8 @@
   }
 
+  JobTaskLock();
   ShowTask (argv[1]);
+  JobTaskUnlock();
+
   return (TRUE);
 }
