Re: [Pharo-project] could you test the attached?

2011-12-06 Thread Marcus Denker
Hi, With this change set, we get an error when doing the following: In the workspace do a debug it on this code: Transcript show: Class name then two times step over -- Subscript out of bounds error. Without the change it works. On Wed, Nov 16, 2011 at 8:58 PM, Eliot Miranda

[Pharo-project] could you test the attached?

2011-11-16 Thread Eliot Miranda
Hi All, I've found a bug in ContextPart#runUntilErrorOrReturnFrom: that in a certain rare circumstance causes the method to peel back too much of the stack. This method is used in the debugger (e.g. completeStep: et al) but also in Process termination. So it is right at the heart of the

Re: [Pharo-project] could you test the attached?

2011-11-16 Thread Stéphane Ducasse
Thanks eliot Issue 4998: ContextPart#runUntilErrorOrReturnFrom: Definitively the kind of methods I want to understand. On Nov 16, 2011, at 8:58 PM, Eliot Miranda wrote: Hi All, I've found a bug in ContextPart#runUntilErrorOrReturnFrom: that in a certain rare circumstance