Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-17 Thread Denis Kudriashov
Fix is inbox. But I am not sure how good it is. It fixed known cases but can broke something else. So maybe it is not for Pharo6. 2017-03-17 12:10 GMT+01:00 Esteban A. Maringolo : > 2017-03-17 6:46 GMT-03:00 Denis Kudriashov : > > > > 2017-03-16 18:07 GMT+01:00 Esteban A. Maringolo : > >> > >> I

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-17 Thread Esteban A. Maringolo
2017-03-17 6:46 GMT-03:00 Denis Kudriashov : > > 2017-03-16 18:07 GMT+01:00 Esteban A. Maringolo : >> >> I got used to save the image before debugging a single test and/or recover >> lost changes. But this is certainly hard if you want to do TDD :) >> >> Is this related with the debugger UI (GT) or

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-17 Thread Denis Kudriashov
2017-03-17 10:46 GMT+01:00 Denis Kudriashov : > 2017-03-16 18:07 GMT+01:00 Esteban A. Maringolo : > >> I got used to save the image before debugging a single test and/or >> recover lost changes. But this is certainly hard if you want to do TDD :) >> >> Is this related with the debugger UI (GT) or

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-17 Thread Denis Kudriashov
2017-03-16 18:07 GMT+01:00 Esteban A. Maringolo : > I got used to save the image before debugging a single test and/or recover > lost changes. But this is certainly hard if you want to do TDD :) > > Is this related with the debugger UI (GT) or with the underlying > frameworks? > No. Problem is in

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-16 Thread Esteban A. Maringolo
I got used to save the image before debugging a single test and/or recover lost changes. But this is certainly hard if you want to do TDD :) Is this related with the debugger UI (GT) or with the underlying frameworks? Regards, -- Esteban El mar. 16, 2017 12:37 PM, "Denis Kudriashov" escribió:

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-16 Thread Denis Kudriashov
And it works in Squeak 2017-03-16 16:56 GMT+01:00 Denis Kudriashov : > I opened issue 19848 > > > 2017-03-16 16:36 GMT+01:00 Denis Kudriashov : > >> That is sad. It work

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-16 Thread Denis Kudriashov
I opened issue 19848 2017-03-16 16:36 GMT+01:00 Denis Kudriashov : > That is sad. It works from workspace but not during debugging tests. > > 2017-03-16 15:11 GMT+01:00

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-16 Thread Denis Kudriashov
That is sad. It works from workspace but not during debugging tests. 2017-03-16 15:11 GMT+01:00 Esteban A. Maringolo : > Was this fixed? > > I'm debugging unit tests and I'm getting an infinte loop everytime a > MNU is triggered. > > MessageNotUnderstood: receiver of "new" is nil > UndefinedObjec

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-16 Thread Esteban A. Maringolo
Was this fixed? I'm debugging unit tests and I'm getting an infinte loop everytime a MNU is triggered. MessageNotUnderstood: receiver of "new" is nil UndefinedObject(Object)>>doesNotUnderstand: #new Message>>sentTo: UndefinedObject(Object)>>doesNotUnderstand: #new Message>>sentTo: VM: Unix built

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-21 Thread Hilaire
Hi Guille, I was wondering if I could have kill manually this process, but the process browser does not let you do that mistake. Thanks for the tip. Hilaire Le 21/09/2016 à 12:11, Guille Polito a écrit : > Hi Hilaire, all, > > I started digging this morning on this issue, and I see why we can

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-21 Thread Denis Kudriashov
2016-09-21 12:11 GMT+02:00 Guille Polito : > > I'm still taking a look at what would cause this. And I also think we > still have this bug in pharo 6 (and thus pharo 5) because I found it lately > very often. > > In the meantime, if you find that your image is causing you these > problems, you can

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-21 Thread Guille Polito
Hi Hilaire, all, I started digging this morning on this issue, and I see why we can have such problems. Apparently, there is some strange case that produces a bug in UIManager. To explain it with code, the UIManager should satisfy allways the following invariant. "If executed from a worksp

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-19 Thread Hilaire
Guille, Can you send me your email at hilaire [at] drgeo.eu, I can't have it through the Gmane news forum. Hilaire Le 19/09/2016 à 10:21, Guille Polito a écrit : > Hillaire, if you have an image with the problem, can you forward it to > me? I'm looking forward to kill this bug with my axe. --

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-19 Thread Denis Kudriashov
Also in latest version we integrate this fix: 16877 2016-09-19 10:21 GMT+02:00 Guille Polito : > Hi, > > I was suffering from this infinite loop since a long time. Last week I > thought I was able to reproduce it but as soon

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-19 Thread Guille Polito
Hi, I was suffering from this infinite loop since a long time. Last week I thought I was able to reproduce it but as soon as I tried to fix it I could not reproduce it anymore... So I wasn't able to tell if I fixed it or not. The only thing I can say is that this is difficult to interrupt no

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-19 Thread Denis Kudriashov
Hi. I propose this 19108 . 2016-09-18 17:31 GMT+02:00 stepharo : > Hi denis > > Could you propose a way to speed up the stack? Write less :) > Because interrupting an endless or othe

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-18 Thread stepharo
Hi denis Could you propose a way to speed up the stack? Write less :) Because interrupting an endless or other would be good. Stef Le 18/9/16 à 16:52, Denis Kudriashov a écrit : 2016-09-18 15:26 GMT+02:00 Hilaire >: I guess you meant SpecDebugger. I can alt

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-18 Thread Denis Kudriashov
2016-09-18 15:26 GMT+02:00 Hilaire : > I guess you meant SpecDebugger. > I can alt+., but at the end I have to kill Pharo from the system. > > Enclosed the .log file. > I don't know why there is lot of noise in the debug log, it is hard to > understand what is going on. > Hilaire. In lastest Phar

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-18 Thread Hilaire
I guess you meant SpecDebugger. I can alt+., but at the end I have to kill Pharo from the system. Enclosed the .log file. I don't know why there is lot of noise in the debug log, it is hard to understand what is going on. Thanks Hilaire Le 18/09/2016 à 15:06, Denis Kudriashov a écrit : > D

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-18 Thread Hilaire
I forget to notice the debugger does not show up. I tried to trace it, but I don't have enough background knowledge on MNU and debugger to understand what is going on. Hilaire -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] doesNotUnderstand: infinit loop

2016-09-18 Thread Denis Kudriashov
Hi. 2016-09-18 14:22 GMT+02:00 Hilaire : > Hi, > > > My Pharo4.0 image is in a situation where each MNU exception throw from > a DNU result in infinite loop, locking the image, even not breakable > with alt+[.]. > Try to disable logging errors by DebugSession logDebuggerStackToFile: false It c