<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>> <span style="font-size:12pt">Now #test20TerminateProcess fails...</span></p>
<div><br>
</div>
<div>Updated via <span>ToolsTests-ct.114.</span></div>
<div><span><br>
</span></div>
<div><span>Best,</span></div>
<div><span>Christoph</span></div>
<p></p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Dienstag, 14. Juni 2022 10:49:46<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Tools-mt.1163.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Marcel Taeumel uploaded a new version of Tools to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Tools-mt.1163.mcz">http://source.squeak.org/trunk/Tools-mt.1163.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Tools-mt.1163<br>
Author: mt<br>
Time: 14 June 2022, 10:49:42.55128 am<br>
UUID: 9dd5c477-8bf2-ac4d-8dfb-90c19e14ae69<br>
Ancestors: Tools-mt.1162<br>
<br>
Revert Tools-jar.1161. Add commentary about the issue.<br>
<br>
Now #test20TerminateProcess fails...<br>
<br>
=============== Diff against Tools-mt.1162 ===============<br>
<br>
Item was changed:<br>
  ----- Method: Debugger>>windowIsClosing (in category 'initialize') -----<br>
  windowIsClosing<br>
         "My window is being closed; clean up. Restart the low space watcher."<br>
  <br>
         contextStack := nil.<br>
         receiverInspector := nil.<br>
         contextVariablesInspector := nil.<br>
         <br>
         interruptedProcess == nil ifTrue: [^ self].<br>
+        self flag: #discuss. "mt: Maybe #fork the termination of the process.<br>
+                See<br>
+                        - <a href="http://lists.squeakfoundation.org/pipermail/squeak-dev/2022-May/220675.html">
http://lists.squeakfoundation.org/pipermail/squeak-dev/2022-May/220675.html</a><br>
+                        - <a href="http://lists.squeakfoundation.org/pipermail/squeak-dev/2022-June/221044.html">
http://lists.squeakfoundation.org/pipermail/squeak-dev/2022-June/221044.html</a>"<br>
+        interruptedProcess perform: terminateProcessSelector.<br>
+        interruptedProcess := nil.<br>
-        [interruptedProcess perform: terminateProcessSelector.<br>
-        interruptedProcess := nil] fork.<br>
         <br>
         Smalltalk installLowSpaceWatcher.  "restart low space handler"!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>