[squeak-dev] Problem with image lock up with self error:

David T. Lewis lewis at mail.msen.com
Fri Jan 9 14:08:24 UTC 2015


On Fri, Jan 09, 2015 at 02:22:57PM +0100, karl ramberg wrote:
> Hi,
> 
> Image lock up doing
> Preferences togglePreference: #justATest
> 
> If I change error:  to inform: in the method I do not get a image lock up.
> 
> This is in a trunk image and tested with several Cog VM on Windows.
> 
> Preferences>>togglePreference: prefSymbol
> "Toggle the given preference. prefSymbol must be of a boolean preference"
> (self preferenceAt: prefSymbol ifAbsent: [self error: 'unknown preference:
> ', prefSymbol]) togglePreferenceValue
> 
> Karl

Confirmed. I get the same result on Linux with an interpreter VM.

Dave



More information about the Squeak-dev mailing list