[Pharo-project] Infinite Loop and Ctrl+.
Is this just me that suddenly cannot break out of an infinite loop with Ctrl+. in Pharo 1.0 anymore? Lukas -- Lukas Renggli http://www.lukas-renggli.ch
I do not know. Stef On Feb 25, 2010, at 5:49 PM, Lukas Renggli wrote:
Is this just me that suddenly cannot break out of an infinite loop with Ctrl+. in Pharo 1.0 anymore?
Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Feb 25, 2010, at 5:49 PM, Lukas Renggli wrote:
Is this just me that suddenly cannot break out of an infinite loop with Ctrl+. in Pharo 1.0 anymore?
Works here. [true] whileTrue: [] Which vm are you using? Squeak 4.2.2beta1U here right now... -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
Is this just me that suddenly cannot break out of an infinite loop with Ctrl+. in Pharo 1.0 anymore?
Works here. [true] whileTrue: []
Yes, that works for me too, but try: UndefinedObject compile: 'foo self foo'. nil foo
Which vm are you using? Squeak 4.2.2beta1U here right now...
Yes, I am using this one too. Lukas -- Lukas Renggli http://www.lukas-renggli.ch
It worked for me the first time I tried, but not the second time (the VM eventually crashed). Already in Squeak 3.9 it was sometimes impossible to break endless recursions. So I'm not sure if this related to changes in Pharo 1.0. Adrian On Feb 26, 2010, at 16:50 , Lukas Renggli wrote:
Is this just me that suddenly cannot break out of an infinite loop with Ctrl+. in Pharo 1.0 anymore?
Works here. [true] whileTrue: []
Yes, that works for me too, but try:
UndefinedObject compile: 'foo self foo'. nil foo
Which vm are you using? Squeak 4.2.2beta1U here right now...
Yes, I am using this one too.
Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I wasn't implying that this was the fault of Pharo. I just noticed it suddenly and I somehow thought that this worked at some point in the past, but I might be wrong. Lukas On 28 February 2010 13:29, Adrian Lienhard <adi@netstyle.ch> wrote:
It worked for me the first time I tried, but not the second time (the VM eventually crashed).
Already in Squeak 3.9 it was sometimes impossible to break endless recursions. So I'm not sure if this related to changes in Pharo 1.0.
Adrian
On Feb 26, 2010, at 16:50 , Lukas Renggli wrote:
Is this just me that suddenly cannot break out of an infinite loop with Ctrl+. in Pharo 1.0 anymore?
Works here. [true] whileTrue: []
Yes, that works for me too, but try:
 UndefinedObject compile: 'foo self foo'.  nil foo
Which vm are you using? Squeak 4.2.2beta1U here right now...
Yes, I am using this one too.
Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
Sure, no worries. In any case it would be nice if it always worked... Adrian On Feb 28, 2010, at 13:52 , Lukas Renggli wrote:
I wasn't implying that this was the fault of Pharo. I just noticed it suddenly and I somehow thought that this worked at some point in the past, but I might be wrong.
Lukas
On 28 February 2010 13:29, Adrian Lienhard <adi@netstyle.ch> wrote:
It worked for me the first time I tried, but not the second time (the VM eventually crashed).
Already in Squeak 3.9 it was sometimes impossible to break endless recursions. So I'm not sure if this related to changes in Pharo 1.0.
Adrian
On Feb 26, 2010, at 16:50 , Lukas Renggli wrote:
Is this just me that suddenly cannot break out of an infinite loop with Ctrl+. in Pharo 1.0 anymore?
Works here. [true] whileTrue: []
Yes, that works for me too, but try:
UndefinedObject compile: 'foo self foo'. nil foo
Which vm are you using? Squeak 4.2.2beta1U here right now...
Yes, I am using this one too.
Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
we should open a ticket On Sun, Feb 28, 2010 at 2:15 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
Sure, no worries. In any case it would be nice if it always worked...
Adrian
On Feb 28, 2010, at 13:52 , Lukas Renggli wrote:
I wasn't implying that this was the fault of Pharo. I just noticed it suddenly and I somehow thought that this worked at some point in the past, but I might be wrong.
Lukas
On 28 February 2010 13:29, Adrian Lienhard <adi@netstyle.ch> wrote:
It worked for me the first time I tried, but not the second time (the VM eventually crashed).
Already in Squeak 3.9 it was sometimes impossible to break endless recursions. So I'm not sure if this related to changes in Pharo 1.0.
Adrian
On Feb 26, 2010, at 16:50 , Lukas Renggli wrote:
Is this just me that suddenly cannot break out of an infinite loop with Ctrl+. in Pharo 1.0 anymore?
Works here. [true] whileTrue: []
Yes, that works for me too, but try:
UndefinedObject compile: 'foo self foo'. nil foo
Which vm are you using? Squeak 4.2.2beta1U here right now...
Yes, I am using this one too.
Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
Adrian Lienhard -
Lukas Renggli -
Marcus Denker -
Mariano Martinez Peck -
Stéphane Ducasse