Issue 5158 in pharo: Collection with: makes Pharo hang

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5158 in pharo: Collection with: makes Pharo hang

pharo
Status: New
Owner: ----
Labels: Milestone-1.3 Type-Bug

New issue 5158 by [hidden email]: Collection with: makes Pharo  
hang
http://code.google.com/p/pharo/issues/detail?id=5158

Steps to reproduce:

1. Use 64bit Ubuntu 11.10
2. Download Pharo-1.3-13315-OneClick.app
3. Start pharo.sh
4. In a Workspace print or do:
4.1. Collection with:#(1 2 3)
4.2. After a frustrating while, press alt-.
4.3. Stare at *** System error handling failed ***
4.4. oh you cant copy-paste that. So do a screenshot. See attached.
4.5 Its not easy debugging, because of recursive behaviour when lookin at a  
vars content. goto 4.2





Attachments:
        pharo collection with.png  56.2 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5158 in pharo: Collection with: makes Pharo hang

pharo
Updates:
        Status: Closed

Comment #1 on issue 5158 by [hidden email]: Collection with: makes  
Pharo hang
http://code.google.com/p/pharo/issues/detail?id=5158

Collection is an abstract class. So why with: should work.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5158 in pharo: Collection with: makes Pharo hang

pharo

Comment #2 on issue 5158 by [hidden email]: Collection with: makes  
Pharo hang
http://code.google.com/p/pharo/issues/detail?id=5158

You are of course absolutely right, and I was about to answer the same  
thing.

But, even so, evaluating this should give a error and a debugger, not an  
infinite loop.

Now, in 1.3 it loops, in 1.4 it gives a nice error/debugger.




_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5158 in pharo: Collection with: makes Pharo hang

pharo

Comment #3 on issue 5158 by [hidden email]: Collection with: makes  
Pharo hang
http://code.google.com/p/pharo/issues/detail?id=5158

Yes we checked that problem with the endless printOn: ....


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker