<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I retested it now with the latest trunk image Squeak6.0alpha-21087-64bit from <span style="font-family: monospace; font-size: 11.7px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;" class="">2022-01-25 01:36</span><div class=""><div style="orphans: 2; widows: 2;" class=""><font face="monospace" class=""><span style="font-size: 11.699999809265137px; background-color: rgb(255, 255, 255);" class="">I run the workspace two times, the first one was ok, but the second leads to the crash, so it seems it is sporadic.</span></font></div><div><br class=""><blockquote type="cite" class=""><div class="">Am 24.01.2022 um 22:50 schrieb Jaromir Matas <<a href="mailto:mail@jaromir.net" class="">mail@jaromir.net</a>>:</div><br class="Apple-interchange-newline"><div class=""><meta charset="UTF-8" class=""><div class="WordSection1" style="page: WordSection1; caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><div style="margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Hi!</div><div style="margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Unless someone sees a problem right away I’d try the latest trunk image (<a href="http://files.squeak.org/trunk/" style="color: blue; text-decoration: underline;" class="">http://files.squeak.org/trunk/</a>) to compare the behavior… I’m not an expert though. My PC is too slow so I tried 1 mil repetitions only and nothing funny happened… (both 5.3. and latest trunk)</div><div style="margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">So I’m curious too ;)</div><div style="margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="border-style: solid none none; border-top-width: 1pt; border-top-color: rgb(225, 225, 225); padding: 3pt 0in 0in;" class=""><div style="margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; border: none; padding: 0in;" class=""><b class="">From:<span class="Apple-converted-space"> </span></b><a href="mailto:unique75@web.de" style="color: blue; text-decoration: underline;" class="">Jörg Belger</a><br class=""><b class="">Sent:<span class="Apple-converted-space"> </span></b>Monday, January 24, 2022 22:09<br class=""><b class="">To:<span class="Apple-converted-space"> </span></b><a href="mailto:squeak-dev@lists.squeakfoundation.org" style="color: blue; text-decoration: underline;" class="">The general-purpose Squeak developers list</a><br class=""><b class="">Subject:<span class="Apple-converted-space"> </span></b>[squeak-dev] Squeak VM crashes</div></div><div style="margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><p class="MsoNormal" style="margin: 0in 0in 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">Hello,<br class=""><br class="">After a long time of research I have found now a simple workspace that reproduces the crash I seen in my application. Here is it:<br class=""><br class="">| rows index |<br class="">rows := OrderedCollection new.<br class="">4000000 timesRepeat: [<br class="">        index := (rows size - 100) max: 0.<br class="">        rows add: #x afterIndex: index].<br class="">rows<br class=""><br class="">It seems to be that it happens easier when the #afterIndex: is more at the end of collection. In my first try I used a random „index“, but the crash happened then only very sporadically. It has something to do with the #add:afterIndex: call, because a simple #add: is working for me. The result for me is that my complete image is shutdown.<br class=""><br class="">Here is the info from the About menu:<br class=""><br class="">Image<br class="">-----<br class="">C:\Users\joerg\Persoenlich\Entwicklung\Squeak\projects\Finance2\Finance.image<br class="">Squeak5.3<br class="">latest update: #19459<br class="">Current Change Set: HomeProject<br class="">Image format 68021 (64 bit)<br class=""><br class="">Virtual Machine<br class="">---------------<br class="">C:\Users\joerg\Persoenlich\Entwicklung\Squeak\vms\squeak_cog_spur_win64x64_02d52d1\Squeak.exe<br class="">Open Smalltalk Cog[Spur] VM [CoInterpreterPrimitives VMMaker.oscog-eem.3109]<br class="">Win32 built on Nov 23 2021 04:45:16 Compiler: Clang 13.0.0<br class="">platform sources revision VM: 202111230439 runneradmin@fv-az34-219:/d/a/opensmalltalk-vm/opensmalltalk-vm Date: Mon Nov 22 20:39:09 2021 CommitHash: f30c25c Plugins: 202111230439 runneradmin@fv-az34-219:/d/a/opensmalltalk-vm/opensmalltalk-vm<br class="">CoInterpreter VMMaker.oscog-eem.3109 uuid: 28141cc3-6a57-4a86-b9c2-383d8563851b Nov 23 2021<br class="">StackToRegisterMappingCogit VMMaker.oscog-eem.3109 uuid: 28141cc3-6a57-4a86-b9c2-383d8563851b Nov 23 2021</p></div></div></blockquote></div><br class=""></div></body></html>