[Seaside] image unable to start correctly...space problem?

Ching de la Serna ching.dls at gmail.com
Sun Nov 18 10:03:12 UTC 2007


Hi Lukas,

I opened a process browser as you suggested. However, I could not find
any means to kill any process. I use a 2-button mouse where
right-click brings up a menu without a means to kill a process. Help?

Thanks,
Ching

On Nov 18, 2007 4:52 PM, Ching de la Serna <ching.dls at gmail.com> wrote:
> Thanks, Lukas. I will try your suggestions.
>
> Ching
>
>
> On Nov 18, 2007 3:46 PM, Lukas Renggli <renggli at gmail.com> wrote:
> > Look like you have a memory leak somewhere.
> >
> > - The most likely thing is, that you have a background process in an
> > infinite recursion and it is slowly eating up all your memory. Go to
> > the process browser and terminate all processes that Squeak allows you
> > to kill.
> >
> > - You also have to make sure that you don't reference unwanted object
> > from global variables.
> >
> > - If this does not result to solution you might want to generate an
> > overview what objects eat up your space using "SpaceTally new
> > printSpaceAnalysis".
> >
> > Cheers,
> > Lukas
> >
> > --
> > Lukas Renggli
> > http://www.lukas-renggli.ch
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
>


More information about the seaside mailing list