go stack/delete stack eats up memory in repeat loop

2008-06-05 Thread BNig
ot a situation that occurs very often, but my feeling is that, well, Revolution should not crash when it runs out of memory. Anybody cares to comment on this? best regards Bernd Niggemann -- View this message in context: http://www.nabble.com/go-stack-delete-stack-eats-up-memory-in-repeat-l

Re: go stack/delete stack eats up memory in repeat loop

2008-06-05 Thread Mark Schonewille
Hi Bernd, As long as the handler is running, Revolution can't do its memory management tasks. That might be why memory builds up. The workaround you found seems a good solution. I'd hesitate to call this a bug, although it might be useful to be able to clean up some memory along the way.