Re: [Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-06-08 Thread Niko Schwarz
We've further improved on the issue in http://code.google.com/p/pharo/issues/detail?id=2469. It's committed to the inbox, now. Niko On Tue, May 25, 2010 at 10:34 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: thanks a lot denis for checking that. I should say thatI'm quite busy right

Re: [Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-06-08 Thread Denis Kudriashov
Excelent 2010/6/8 Niko Schwarz niko.schw...@googlemail.com We've further improved on the issue in http://code.google.com/p/pharo/issues/detail?id=2469. It's committed to the inbox, now. Niko On Tue, May 25, 2010 at 10:34 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: thanks a

Re: [Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-05-25 Thread Denis Kudriashov
Ok, Eliot send some fix for code simulation in squeak list. With it decompilation work good and my tests does not crach VM. But some of tests failed (they like infinit loop) I attach Eliot fix. 2010/5/24 Stéphane Ducasse stephane.duca...@inria.fr

Re: [Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-05-25 Thread Stéphane Ducasse
thanks a lot denis for checking that. I should say thatI'm quite busy right now. :) Stef On May 25, 2010, at 7:05 PM, Denis Kudriashov wrote: Ok, Eliot send some fix for code simulation in squeak list. With it decompilation work good and my tests does not crach VM. But some of tests

Re: [Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-05-24 Thread Stéphane Ducasse
thanks a lot denis. Can you create one or two bug entries in the bug tracking tool and attach your code there? Stef On May 23, 2010, at 4:18 PM, Denis Kudriashov wrote: I found more bad cases with code simulation. And I think any manipulations with context (errors signals, simaphore, ...)

Re: [Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-05-24 Thread Stéphane Ducasse
http://code.google.com/p/pharo/issues/detail?id=2469 Stef On May 23, 2010, at 4:18 PM, Denis Kudriashov wrote: I found more bad cases with code simulation. And I think any manipulations with context (errors signals, simaphore, ...) not work in simulation mode. Transcript printing failed

[Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-05-23 Thread Denis Kudriashov
Hello Just insert Transcriptshow:'something' at any method begin. Now debug sender of your method by debugger Through button. If no Transcript opened VM will crash! ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-05-23 Thread Stéphane Ducasse
Hi denis can you report clearly your bug - image - vm - os - scenario I could not compile Transcriptshow:'something' so I do not know how you did it. On May 23, 2010, at 10:11 AM, Denis Kudriashov wrote: Hello Just insert

Re: [Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-05-23 Thread Denis Kudriashov
I has Pharo1.0 one click, Windows 7. I attach class ClassWithTranscriptPrinting. see class side method #debug 2010/5/23 Stéphane Ducasse stephane.duca...@inria.fr Hi denis can you report clearly your bug - image - vm - os - scenario I could not compile

Re: [Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-05-23 Thread Denis Kudriashov
And If you replace Transcript code with self halt. You will see that debugging with through button does not work. Code simulation failure raised (but without VM crash) 2010/5/23 Denis Kudriashov dionisi...@gmail.com I has Pharo1.0 one click, Windows 7. I attach class

Re: [Pharo-project] [BUG] VM crash during debbuging some code by Through button with Transcriptshow: in deepest inner methods

2010-05-23 Thread Stéphane Ducasse
Thanks! Stef On May 23, 2010, at 11:13 AM, Denis Kudriashov wrote: And If you replace Transcript code with self halt. You will see that debugging with through button does not work. Code simulation failure raised (but without VM crash) 2010/5/23 Denis Kudriashov dionisi...@gmail.com