[squeak-dev] Re: Cannot update due to LRUCache

Levente Uzonyi leves at elte.hu
Mon Dec 16 08:39:11 UTC 2013


I've seen this error once, but couldn't reproduce it anymore. The reason 
why it happens, is that the update process doesn't evaluate the 
postscript when it has to. It loads Collections-ul.546, then loads 
Collections-ul.547 without evaluating the postscript of
Collections-ul.546, even though there's an update map which should ensure 
that. After updating Collections to the latest version, it tries to 
evaluate the postscript, but it's too late at that point.


Levente

On Sun, 15 Dec 2013, Chris Muller wrote:

> During update, ScrollBar class>>#arrowOfDirection:size:color: was called which has a "ArrowImagesCache" class-var which is a LRUCache..
> 
>


More information about the Squeak-dev mailing list