Thanks all, I got it solved!<br><br>It really was something stupid I didn&#39;t remember to comment out, which resulted in an endless self-calling of self unregister... duh<br><br>Thanks again!<br><br><div class="gmail_quote">
2009/4/24 Sebastian Sastre <span dir="ltr">&lt;<a href="mailto:ssastre@seaswork.com">ssastre@seaswork.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
+1. It sounds like an infinite loop.<br>
You can try showing process browser and debug seaside related proceces. Maybe<br>
you can confirm something suspicius<br>
sebastian<br>
<br>
&gt; -----Mensaje original-----<br>
&gt; De: <a href="mailto:seaside-bounces@lists.squeakfoundation.org">seaside-bounces@lists.squeakfoundation.org</a><br>
&gt; [mailto:<a href="mailto:seaside-bounces@lists.squeakfoundation.org">seaside-bounces@lists.squeakfoundation.org</a>] En nombre<br>
&gt; de Ryan Simmons<br>
&gt; Enviado el: Thursday, April 23, 2009 11:15<br>
&gt; Para: Seaside - general discussion<br>
&gt; Asunto: Re: [Seaside] Memory problem?<br>
<div><div></div><div class="h5">&gt;<br>
&gt; Can you open a process browser in squeak when it happens.<br>
&gt;<br>
&gt; I have had simillar behaviour when there is an infinite loop somewhere<br>
&gt; in the code.<br>
&gt;<br>
&gt; 2009/4/22 AxiNat &lt;<a href="mailto:tibabenfortlapalanca@gmail.com">tibabenfortlapalanca@gmail.com</a>&gt;:<br>
&gt; &gt; Hi all,<br>
&gt; &gt;<br>
&gt; &gt; I&#39;m having some (I guess) memory problems in Seaside, after<br>
&gt; a while using a<br>
&gt; &gt; running website, changing some pieces of code, refreshing,<br>
&gt; modifying CSS,<br>
&gt; &gt; etc. my squeak image starts running really slow, and the<br>
&gt; whole system gets<br>
&gt; &gt; terribly sluggish, so it is that I have to restart X11.<br>
&gt; &gt;<br>
&gt; &gt; I know this is way too little information for a diagnose,<br>
&gt; but since I don&#39;t<br>
&gt; &gt; know which information should I give, I attach the memory<br>
&gt; usage at the exact<br>
&gt; &gt; time of the image beginning to get sluggish and the squeak<br>
&gt; log, which I was<br>
&gt; &gt; unable to understand. If you need it, I could also attach<br>
&gt; the website&#39;s .st<br>
&gt; &gt; file.<br>
&gt; &gt;<br>
&gt; &gt; Oh BTW, I&#39;m using Seaside 2.8 running on a Squeak 3.9-8 vm<br>
&gt; with Debian<br>
&gt; &gt; Lenny.<br>
&gt; &gt;<br>
&gt; &gt; Thanks a lot in advance!<br>
&gt; &gt;<br>
&gt; &gt; Bernat.<br>
&gt; &gt;<br>
&gt; &gt; 2581 instances in 118.2 KiB<br>
&gt; &gt; ClassInstancesTotal Size<br>
&gt; &gt; AnswerContinuation224<br>
&gt; &gt; Array20311,640<br>
&gt; &gt; Association4765,712<br>
&gt; &gt; BlockContext31630,992<br>
&gt; &gt; ByteString49522,528<br>
&gt; &gt; Dictionary22352<br>
&gt; &gt; ETDatabase18<br>
&gt; &gt; ETRoot10440<br>
&gt; &gt; ETSession164<br>
&gt; &gt; EscapeContinuation224<br>
&gt; &gt; ExceptionSet224<br>
&gt; &gt; HttpRequest256<br>
&gt; &gt; IdentityDictionary24384<br>
&gt; &gt; LargePositiveInteger324<br>
&gt; &gt; MethodContext35334,396<br>
&gt; &gt; OrderedCollection34680<br>
&gt; &gt; ReadStream240<br>
&gt; &gt; Socket256<br>
&gt; &gt; SocketStream2112<br>
&gt; &gt; WAActionCallback2455,880<br>
&gt; &gt; WAAnchorTag7196<br>
&gt; &gt; WAAnswerHandler232<br>
&gt; &gt; WACallbackRegistry16256<br>
&gt; &gt; WACallbackStream232<br>
&gt; &gt; WACancelActionCallback7168<br>
&gt; &gt; WACurrentSession256<br>
&gt; &gt; WADivTag7168<br>
&gt; &gt; WAFormDecoration232<br>
&gt; &gt; WAFormTag7196<br>
&gt; &gt; WAGenericTag7196<br>
&gt; &gt; WAHtmlAttributes35700<br>
&gt; &gt; WALRUCache120<br>
&gt; &gt; WAPrettyPrintedDocument248<br>
&gt; &gt; WARedirectContinuation8128<br>
&gt; &gt; WARenderCanvas16384<br>
&gt; &gt; WARenderContinuation14280<br>
&gt; &gt; WARenderLoop224<br>
&gt; &gt; WARenderNotification128<br>
&gt; &gt; WARenderingContext16576<br>
&gt; &gt; WARequest272<br>
&gt; &gt; WAResponse256<br>
&gt; &gt; WASmallDictionary21420<br>
&gt; &gt; WASnapshot22264<br>
&gt; &gt; WASubmitButtonTag7168<br>
&gt; &gt; WAUrl281,120<br>
&gt; &gt; WAValueCallback14336<br>
&gt; &gt; WAValueHolder1301,560<br>
&gt; &gt; WAViewer248<br>
&gt; &gt; WAWindowDecoration240<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; O HAI I&#39;M IN UR FOOTER SIGNATURING UR MAILZ<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; seaside mailing list<br>
&gt; &gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; &gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <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>
_______________________________________________<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>O HAI I&#39;M IN UR FOOTER SIGNATURING UR MAILZ<br>