Hi. I have faced a VM crash while using Nautilus browser. It took me a while, but I finally could make a reproducible crash from image startup. You can find the image here: <br><a href="https://gforge.inria.fr/frs/download.php/30280/Marea.104-Crash.1.image.zip">https://gforge.inria.fr/frs/download.php/30280/Marea.104-Crash.1.image.zip</a><br>
<br>What the image is running at startup that causes the crash is:<br><br>| nautilus model ui|<br>Nautilus instVarNamed: &#39;groups&#39; put: nil.<br>model := Nautilus open.<br>ui := model ui.<br>ui groupsButtonAction.<br>
<br>If you need more about the &quot;domain&quot;, we can ask Ben, Nautilus developer.  From what I can see in GDB, it crashes in #mapStackPages  because it does a remap to an OOP that is 0 (zero)<br><br>while (theSP &lt;= frameRcvrOffset) {<br>
                    oop = longAt(theSP);<br>                    if (!((oop &amp; 1))) {<br>                        longAtput(theSP, remap(oop));<br>                    }<br>                    theSP += BytesPerWord;<br>                }<br>
<br><br>Any ideas?<br><br>Thanks,<br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>