#BUGFIX by exept
authorClaus Gittinger <cg@exept.de>
Sun, 08 Sep 2019 23:48:38 +0200
changeset 19156 822676731f6d
parent 19155 3fcbcd01f41d
child 19157 1e6a35f896a5
#BUGFIX by exept class: OSProcessMonitor changed: #updateList
OSProcessMonitor.st
--- a/OSProcessMonitor.st	Sun Sep 08 23:10:52 2019 +0200
+++ b/OSProcessMonitor.st	Sun Sep 08 23:48:38 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2019 by Claus Gittinger
               All Rights Reserved
@@ -159,8 +157,7 @@
     |newList|
 
     shown ifTrue:[
-        newList := OSProcess allSubInstances.
-        
+        newList := OSProcess allSubInstances select:[:p | p pid notNil].
         newList sortBySelector:#pid.
 
         newList ~= processes ifTrue:[