<br><br><div class="gmail_quote">On Thu, Dec 23, 2010 at 7:31 PM, ivan rojas <span dir="ltr">&lt;<a href="mailto:ivanrohe@gmail.com">ivanrohe@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>Hello,</div>
<div> </div>
<div>This is my very first email, so let me introduce myself. I am Ivan Rojas, student at the University of Chile. As my first project in Pharo and Seaside, I am working on a server that compute metrics (same spririt than Hudson, but more general and with a nicer output). </div>
</blockquote><div><br>Excellent, congratualtions!<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div> </div>
<div>I am stuck on a problem that appears for the second time. When I open my image, I get the message:</div>
<div> </div></blockquote><div><br>So...the first time, you can run the image, you save it, and when opening again, you get that message?<br>which is the size of the image on disk once you save it ?<br><br>As Sebastian said, most of the times this error is due to a recursion :(<br>
<br>do you have a PharoDebug.log  ?  if true, attach it. <br><br>It&#39;s a pity it is on startup, because otherwise there may be other things you can do. For example, you may be able to start a CPUWatcher and see if there is a process that takes a lot of CPU (if it is a recursion it may probably take not only a lot of memory but also cpu).<br>
<br>Cheers<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>&quot;Warning: Pharo is almost out of memory!</div>
<div> </div>
<div>Low space detectionis now disabled. It will be restored when you</div>
<div>close or proceed from this error notifier. Donīt panic, but do proceed</div>
<div>with caution.&quot;</div>
<div> </div>
<div>Nothing can be done after that (I tried alt-. but no success).</div>
<div>My configuration is</div>
<div>
<div>- Seaside-3.0.3-OneClick</div>
<div>- Windows 7</div>
<div> </div>
<div>Any suggestion?</div>
<div> </div>
<div>Cheers,</div>
<div>Ivan</div>
<div> </div>
<div> </div></div>
<br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>