Re: [Pharo-dev] [Pharo-users] Pharo 4 Image Freeze

2015-06-05 Thread Nicolai Hess
2015-06-05 1:51 GMT+02:00 Martin McClure : > On 06/04/2015 03:35 PM, Martin McClure wrote: > > On 06/04/2015 12:38 PM, stepharo wrote: > >> I passed the info to martin mcClure. > >> May be he will have a look at the issue. > > > > Well, I can reproduce the problem, in Windows. In Linux, my usual >

Re: [Pharo-dev] [Pharo-users] Pharo 4 Image Freeze

2015-06-05 Thread Craig Latta
Hi Martin-- > ...the problem might be in the Windows VM. Is there a way to get > trace output from the VM so I can see the sequence leading up to the > hang, or a way to get a Smalltalk stack trace from a C debugger? You can evaluate, for example, printCallStack() from the Microsoft Visual

Re: [Pharo-dev] [Pharo-users] Pharo 4 Image Freeze

2015-06-04 Thread Martin McClure
On 06/04/2015 03:35 PM, Martin McClure wrote: > On 06/04/2015 12:38 PM, stepharo wrote: >> I passed the info to martin mcClure. >> May be he will have a look at the issue. > > Well, I can reproduce the problem, in Windows. In Linux, my usual > platform, the image does not hang. This suggests that

Re: [Pharo-dev] [Pharo-users] Pharo 4 Image Freeze

2015-06-04 Thread Martin McClure
On 06/04/2015 12:38 PM, stepharo wrote: > I passed the info to martin mcClure. > May be he will have a look at the issue. Well, I can reproduce the problem, in Windows. In Linux, my usual platform, the image does not hang. This suggests that the problem might be in the Windows VM. Is there a way t

Re: [Pharo-dev] [Pharo-users] Pharo 4 Image Freeze

2015-06-04 Thread stepharo
I passed the info to martin mcClure. May be he will have a look at the issue. Le 2/6/15 00:12, Nicolai Hess a écrit : 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. T

Re: [Pharo-dev] [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: ''