[Pharo-users] doesNotUnderstand: infinit loop

2016-09-18 Thread 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+[.]. >From the doesNotUnderstand: message, the "exception reachedDefaultHandler" always returns true, and it results in the execution of the t

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

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 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 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] Class shown in _UnpackagedPackage but belongs to package

2016-09-18 Thread stepharo
Sorry, I don't remember the steps, I only remember a high "WTF?!" per minute rate. Because it was a clean image, I threw it away and started from scratch. Didn't happen again. Even my bad power that break anything I touch did not succeed recently to get this bug back :) Oh... that's a challenge

Re: [Pharo-users] Is someone working on RFID tags?

2016-09-18 Thread Hernán Morales Durand
Hi Ben, Big thanks! I will take a look as soon as I can. Cheers, Hernán 2016-09-17 23:30 GMT-03:00 Ben Coman : > On Sun, Sep 18, 2016 at 2:19 AM, Hernán Morales Durand > wrote: > > > > Recently I've been working on a model for RFID for animal identification > > using ISO 11784. I would like to

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