On Mar 7, 2014, at 12:24 PM, Max Leske <maxleske@gmail.com> wrote:
On 07.03.2014, at 11:55, roberto.minelli@usi.ch wrote:
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
Do you save the image? If so, are you saving references to the already materialized objects?
Of course, I did not save the image. Otherwise Iâd have understood the behavior.
- 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