On 27.12.2010 23:49, Esteban Lorenzano wrote:
Hi, I'm having random crashes in a production image. This crashes occurs without leaving any information available... it just crash. No PharoDebug.log, no dump, nothing... finally, yesterday I get a PharoDebug.log (which I'm attaching) with some error information... but frankly I don't know if this is the reason the image is crashing or some other random error. Some other elements I'm seeing is:
- Seaside sessions are in fact never removed unless I manually execute garbage collect.
No objects are removed in Smalltalk unless a garbage collection happens. There was an issue [1] where you had to access sessions and not only create them so that they get expired. [1] http://code.google.com/p/seaside/issues/detail?id=611 Cheers Philippe