help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [bug] Processes created by the VM cannot be cleanly


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: [bug] Processes created by the VM cannot be cleanly #terminate-d
Date: Mon, 04 Aug 2008 04:51:08 -0700

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

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

Processes created by the VM do not have a handler for
ProcessBeingTerminated.  With the current master and stable-3.0,
wrapping #busyLoop with

  [
      ...
  ] on: SystemExceptions.ProcessBeingTerminated do: [ :ex | ex return
]

will work around the bug.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]