FogBugz (Case [Issue]7526) Tools - Don't use fork in Cookie

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]7526) Tools - Don't use fork in Cookie

Pharo Issue Tracker
A FogBugz case was edited by Esteban Lorenzano.

Case ID:      7526
Title:        Don't use fork in Cookie
Status:       Work Needed
Category:     Bug
Project:      Tools
Area:         Misc
Priority:     3 - Must Fix
Milestone:    Later
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?7526

adapted script to clean it:

<code>
| processes |
processes := Process allInstances select: [ :p |  | ctx |
ctx := p suspendedContext.

ctx notNil and: [ ctx method  == (Delay>>#wait)
and: [ ctx sender sender sender method selector == #contents:  ]
]].

processes do: #terminate
</code>


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=7526) from this case.

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker