[Seaside] Memory leak, any tips?

John McKeon p3anoman at gmail.com
Wed Jun 3 10:59:02 UTC 2009


WARegistry clearAllHandlers
Smalltalk garbageCollect

Works for me every time :)

John

2009/6/3 Hilaire Fernandes <hilaire at ofset.org>

> With Seaside 2.8.
>
> I accidently wrote:
>
> html div: (super renderTerm: term on: html)
>
> in place of
>
> html div: [super renderTerm: term on: html])
>
> It caused an infinite recursion, I have to kill the seaside process to
> recover, but now my image has grown to 100MB.
> Not sure it is related, but I see about 50 WASession hanging around,
> even when I shut down.
>
> With
> WARegistry clearAllHandlers.
> Smalltalk garbageCollect.
>
> the WASession are still there.
>
>
> Strangely I also have many component hanging in memory.
>
> Any tips? I am not sure were to look to chasse pointers.
>
> Hilaire
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


-- 
http://jmck.seasidehosting.st
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090603/071da748/attachment.htm


More information about the seaside mailing list