Issue 6729 in pharo: Array SubscriptOutOfBounds: in PluggableListMorph

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

Issue 6729 in pharo: Array SubscriptOutOfBounds: in PluggableListMorph

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

New issue 6729 by [hidden email]: Array SubscriptOutOfBounds: in  
PluggableListMorph
http://code.google.com/p/pharo/issues/detail?id=6729

In 2.0 20301

Slightly different from http://code.google.com/p/pharo/issues/detail?id=6655

To reproduce :
- Open Nautilus
- Start a class search
- Select a class name towards the bottom of the class search dialog
(do not close it)
- Go back to the search text field
- Start typing Authentifier.
-- Error subscript out of bound (depending on where you selected above)

As far as I know :
- It's in PluggableListMorph>>updateList
- It is triggered even with latest correction of  
http://code.google.com/p/pharo/issues/detail?id=6655
- the protection (index min: self getListSize) doesn't work (as if  
getListSize returned the old size, not the updated size).

Corrections :
- Adding a getListSize in LazyListMorph>>drawBoundsForRow: corrects the  
bug, but makes the image horribly slow if you have open the Pharo  
repository.


_______________________________________________
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 6729 in pharo: Array SubscriptOutOfBounds: in PluggableListMorph

pharo

Comment #1 on issue 6729 by [hidden email]: Array  
SubscriptOutOfBounds: in PluggableListMorph
http://code.google.com/p/pharo/issues/detail?id=6729

Possible fix in inbox. Used an exception handling to call getListSize in  
LazyListMorph>>drawBoundsForRow: only when unavoidable.


_______________________________________________
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 6729 in pharo: Array SubscriptOutOfBounds: in PluggableListMorph

pharo
Updates:
        Status: FixReviewNeeded

Comment #2 on issue 6729 by [hidden email]: Array  
SubscriptOutOfBounds: in PluggableListMorph
http://code.google.com/p/pharo/issues/detail?id=6729

(No comment was entered for this change.)


_______________________________________________
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 6729 in pharo: Array SubscriptOutOfBounds: in PluggableListMorph

pharo
Updates:
        Status: MonkeyIsChecking

Comment #3 on issue 6729 by [hidden email]: Array  
SubscriptOutOfBounds: in PluggableListMorph
http://code.google.com/p/pharo/issues/detail?id=6729#c3

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
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 6729 in pharo: Array SubscriptOutOfBounds: in PluggableListMorph

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20317

Comment #4 on issue 6729 by [hidden email]: Array  
SubscriptOutOfBounds: in PluggableListMorph
http://code.google.com/p/pharo/issues/detail?id=6729#c4

This Issue has been checked by Ulysse the Monkey
       
6407 tests passed in 00:01:39s:
===============================
        CollectionsTests-Arrayed (553)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (912)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (606)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1954)
        CollectionsTests-Weak (739)
        CompilerTests (179)
        KernelTests-Chronology (583)
        KernelTests-Classes (68)
        KernelTests-Exception (2)
        KernelTests-Methods (179)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (31)
        MorphicTests-Basic (16)
        MorphicTests-Event (9)
        MorphicTests-Kernel (8)
        MorphicTests-Text Support (4)
        MorphicTests-Widgets (3)
        MorphicTests-WindowNotification (8)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6729-Array-SubscriptOutOfBounds-in-PluggableListMorph-ThierryGoubier.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20317-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.164 uuid:  
d77dee73-00f5-4d00-847b-00646b08329d Sep 26 2012
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.164 uuid:  
d77dee73-00f5-4d00-847b-00646b08329d Sep 26 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
bfc9fe2c4abcd2972c8bd9eac1c77f9baaf23e8a Date: 2012-09-25 13:34:47 +0200  
By: Esteban Lorenzano <[hidden email]>


_______________________________________________
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 6729 in pharo: Array SubscriptOutOfBounds: in PluggableListMorph

pharo
Updates:
        Status: FixToInclude

Comment #5 on issue 6729 by [hidden email]: Array  
SubscriptOutOfBounds: in PluggableListMorph
http://code.google.com/p/pharo/issues/detail?id=6729

(No comment was entered for this change.)


_______________________________________________
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 6729 in pharo: Array SubscriptOutOfBounds: in PluggableListMorph

pharo
Updates:
        Status: Integrated

Comment #6 on issue 6729 by [hidden email]: Array  
SubscriptOutOfBounds: in PluggableListMorph
http://code.google.com/p/pharo/issues/detail?id=6729

in 2.0 318


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