[BUG]Array(Object)>>error:

Markus Fritsche Fritsche.Markus at gmx.net
Fri Nov 15 20:18:28 UTC 2002


I deleted the last "subpackage" in a package (the last on in the list of 
packages). The package disappears (as expected) and an error comes up.

15 November 2002 9:16:32 pm

VM: Win32 - Squeak3.3alpha of 24 January 2002 [latest update: #4967]
Image: Squeak3.4alpha [latest update: #5108]

Array(Object)>>error:
    Receiver: #('Kernel' 'Collections' 'Graphics' 'Sound' 'Speech' 
'Tools' 'System' 'Network' 'VMConstru...etc...
    Arguments and temporary variables:
        aString:     'subscript is out of bounds: 37'
    Receiver's instance variables:
#('Kernel' 'Collections' 'Graphics' 'Sound' 'Speech' 'Tools' 'System' 
'Network' 'VMConstru...etc...

Array(Object)>>errorSubscriptBounds:
    Receiver: #('Kernel' 'Collections' 'Graphics' 'Sound' 'Speech' 
'Tools' 'System' 'Network' 'VMConstru...etc...
    Arguments and temporary variables:
        index:     37
    Receiver's instance variables:
#('Kernel' 'Collections' 'Graphics' 'Sound' 'Speech' 'Tools' 'System' 
'Network' 'VMConstru...etc...

Array(Object)>>at:
    Receiver: #('Kernel' 'Collections' 'Graphics' 'Sound' 'Speech' 
'Tools' 'System' 'Network' 'VMConstru...etc...
    Arguments and temporary variables:
        index:     37
    Receiver's instance variables:
#('Kernel' 'Collections' 'Graphics' 'Sound' 'Speech' 'Tools' 'System' 
'Network' 'VMConstru...etc...

PackagePaneBrowser>>package
    Receiver: a PackagePaneBrowser
    Arguments and temporary variables:

    Receiver's instance variables:
        dependents:     #(a SystemWindow(1033) a 
PluggableListMorph(1579) a PluggableListMo...etc...
        contents:     nil
        currentCompiledMethod:     nil
        contentsSymbol:     #source
        systemOrganizer:     ('Kernel-Objects' Boolean DependentsArray 
False MessageSend Mo...etc...
        classOrganizer:     nil
        metaClassOrganizer:     nil
        systemCategoryListIndex:     0
        classListIndex:     0
        messageCategoryListIndex:     0
        messageListIndex:     0
        editSelection:     #none
        metaClassIndicated:     false
        package:     'Meta'
        packageListIndex:     0
        packageList:     nil


--- The full stack ---
Array(Object)>>error:
Array(Object)>>errorSubscriptBounds:
Array(Object)>>at:
PackagePaneBrowser>>package
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PackagePaneBrowser>>systemCategoryList
PackagePaneBrowser>>classList
PluggableListMorph>>getList
PluggableListMorph>>update:
[] in PackagePaneBrowser(Object)>>changed:
DependentsArray>>do:
PackagePaneBrowser(Object)>>changed:
PackagePaneBrowser(Browser)>>systemCategoryListIndex:
PackagePaneBrowser(Browser)>>removeSystemCategory
PackagePaneBrowser(StringHolder)>>perform:orSendTo:
[] in MenuItemMorph>>invokeWithEvent:
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess





More information about the Squeak-dev mailing list