Re: [Pharo-users] Pharo 4 Image Freeze

2015-06-01 Thread Nicolai Hess
2015-06-01 23:44 GMT+02:00 Craig Johnson : > Sure thing. > > To see the bug, file the code below into a clean image and run the > example. The when the debugger pops, step over each line in the method. > I'm doing this on a Windows OS. > > Object subclass: #Cooler > instanceVariableNames: ''

Re: [Pharo-users] Pharo 4 Image Freeze

2015-06-01 Thread Craig Johnson
Sure thing. To see the bug, file the code below into a clean image and run the example. The when the debugger pops, step over each line in the method. I'm doing this on a Windows OS. Object subclass: #Cooler instanceVariableNames: '' classVariableNames: '' poolDictionaries: ''

Re: [Pharo-users] Pharo 4 Image Freeze

2015-06-01 Thread Esteban Lorenzano
well… pharo4 is not a beta :) weird that no one else reports same bug… can you give us a way to reproduce the problem? Instead telling you which image does not have a problem I was not aware, I would like more to give you a bugfix :) Esteban > On 01 Jun 2015, at 22:31, Craig Johnson wrote: >