March 7, 2014
10:55 a.m.
Hi guys, I am experiencing a very strange problem that makes me think there is some shared memory problem with Pharo. Here are the steps that lead to the problem: - I have an image, I do something (i.e., materializing objects with Fuel) - I encounter a problem and a debugger pops up with a âself error: something" - I close the debugger - I close the image - I reopen the image - I fix the bug (i.e., commenting the self error) - I re-run the same thing as in the first step - An OutOfMemory error appears. Any clue? Thanks, Roberto