ProcessorScheduler.st
changeset 8494 30334ff58607
parent 8456 9bc0aa33907f
child 8504 93b46834c68f
--- a/ProcessorScheduler.st	Mon Aug 30 17:45:43 2004 +0200
+++ b/ProcessorScheduler.st	Mon Aug 30 17:48:45 2004 +0200
@@ -2021,7 +2021,7 @@
          (we cannot destroy the chair we are sitting on ... :-)
         "
         zombie notNil ifTrue:[
-            self error:'should not happen' mayProceed:true.
+            self error:'active process is zombie' mayProceed:true.
             self class threadDestroy:zombie.
         ].
 
@@ -3320,7 +3320,7 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.221 2004-08-03 17:02:29 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.222 2004-08-30 15:48:45 stefan Exp $'
 ! !
 
 ProcessorScheduler initialize!