Issue status update for http://smalltalk.gnu.org/project/issue/152 Post a follow up: http://smalltalk.gnu.org/project/comments/add/152

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     normal
-Assigned to:  Unassigned
+Assigned to:  bonzinip
Reported by:  tonyg
Updated by:   bonzinip
Status:       active

The loop is continuing but stdin/stdout/stderr have been closed.  I will
change this to flushing stdin/stdout/stderr and closing the others.

Adding a Process>>#update: message like this (and calling it in the
program) fixes it, I will also do it.

   Process extend [
       update: aSymbol [
           aSymbol == #aboutToQuit ifTrue: [ self terminate ]
       ]

       terminateOnQuit [
           ObjectMemory addDependent: self
       ]
   ]

The default behavior however is not going to change for backwards
compatibility.

Thanks!




_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to