[squeak-dev] [BUG]UndefinedObject(Object)>>doesNotUnderstand: #select:

osp at aloha.com osp at aloha.com
Sat Mar 27 07:47:17 UTC 2010


Testing 4.1 installer on Win 7. Open Object tab and click on Tools
caegory triggers this error.

26 March 2010 9:42:44.506 pm

VM: Win32 - Smalltalk
Image: Squeak4.1alpha [latest update: #9745]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir C:\Users\gary\AppData\Local\Squeak 4.1 Alpha
Trusted Dir C:\Users\gary\AppData\Local\Squeak 4.1 Alpha\gary
Untrusted Dir C:\Users\gary\Documents\My Squeak

UndefinedObject(Object)>>doesNotUnderstand: #select:
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	select: [closure] in SMSqueakMap>>categories
		exception: 	MessageNotUnderstood: UndefinedObject>>select:
		resumeValue: 	nil
	Receiver's instance variables: 
nil

SMSqueakMap>>categories
	Receiver: a SMSqueakMap
	Arguments and temporary variables: 

	Receiver's instance variables: 
		packages: 	nil
		accounts: 	nil
		objects: 	nil
		categories: 	nil
		dir: 	'sm'
		adminPassword: 	nil
		fileCache: 	a SMFileCache
		users: 	nil
		mutex: 	nil
		isDirty: 	false
		checkpointNumber: 	0
		silent: 	nil
		registry: 	a SMInstallationRegistry

SMLoader>>categoryWrapperList
	Receiver: a SMLoader(1993)
	Arguments and temporary variables: 
		list: 	nil
		first: 	nil
	Receiver's instance variables: 
		bounds: 	0 at 0 corner: 300 at 200
		owner: 	nil
		submorphs: 	{an AlignmentMorph(3301) . a PluggableTextMorph(2551) . a
SimpleHier...etc...
		fullBounds: 	nil
		color: 	(Color r: 0.865 g: 0.86 b: 0.86)
		extension: 	a MorphExtension (168) [other:  (layoutPolicy -> a
ProportionalLayou...etc...
		borderWidth: 	1
		borderColor: 	Color lightGray
		model: 	a SMSqueakMap
		slotName: 	nil
		open: 	false
		labelString: 	'SqueakMap Package Loader (0/0)'
		stripes: 	{a RectangleMorph(1547) . a RectangleMorph(3825)}
		label: 	a StringMorph(675)'SqueakMap Package Loader (0/0)'
		closeBox: 	an IconicButton(3056)
		collapseBox: 	an IconicButton(1148)
		activeOnlyOnTop: 	true
		paneMorphs: 	{a SimpleHierarchicalListMorph(849) . a
PluggableTextMorph(2551)}
		paneRects: 	nil
		collapsedFrame: 	nil
		fullFrame: 	0 at 0 corner: 300 at 200
		isCollapsed: 	false
		menuBox: 	an IconicButton(2110)
		mustNotClose: 	false
		labelWidgetAllowance: 	95
		updatablePanes: 	#()
		allowReframeHandles: 	true
		labelArea: 	an AlignmentMorph(3301)
		expandBox: 	an IconicButton(3612)
		packagesList: 	#()
		selectedItemWrapper: 	nil
		selectedCategoryWrapper: 	nil
		filters: 	an OrderedCollection()
		categoriesToFilterIds: 	an OrderedCollection()

SimpleHierarchicalListMorph>>getList
	Receiver: a SimpleHierarchicalListMorph(1211)
	Arguments and temporary variables: 

	Receiver's instance variables: 
		bounds: 	0 at 0 corner: 150 at 120
		owner: 	nil
		submorphs: 	{a ScrollBar(683) . a TransformMorph(3993)}
		fullBounds: 	nil
		color: 	Color transparent
		extension: 	a MorphExtension (2469) [eventHandler = an EventHandler
recipients: ...etc...
		borderWidth: 	1
		borderColor: 	Color black
		model: 	a SMLoader(1993)
		slotName: 	nil
		open: 	false
		scrollBar: 	a ScrollBar(683)
		scroller: 	a TransformMorph(3993)
		retractableScrollBar: 	false
		scrollBarOnLeft: 	false
		getMenuSelector: 	#categoriesMenu:
		getMenuTitleSelector: 	nil
		scrollBarHidden: 	nil
		hasFocus: 	false
		hScrollBar: 	a ScrollBar(3272)
		selectedMorph: 	nil
		getListSelector: 	#categoryWrapperList
		keystrokeActionSelector: 	nil
		autoDeselect: 	true
		columns: 	nil
		sortingSelector: 	nil
		getSelectionSelector: 	#selectedCategoryWrapper
		setSelectionSelector: 	#selectedCategoryWrapper:
		potentialDropMorph: 	nil
		lineColor: 	nil


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #select:
SMSqueakMap>>categories
SMLoader>>categoryWrapperList
SimpleHierarchicalListMorph>>getList
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SimpleHierarchicalListMorph>>on:list:selected:changeSelected:menu:keystr
oke:
SimpleHierarchicalListMorph
class>>on:list:selected:changeSelected:menu:keystroke:
SMLoader>>buildMorphicCategoriesList
SMLoader>>createWindow
SMLoader class>>newStandAlone
PartsBin class>>thumbnailForQuad:color:
[] in PartsBin>>listDirection:quadList:buttonClass:
SortedCollection(OrderedCollection)>>do:
PartsBin>>listDirection:quadList:buttonClass:
PartsBin>>listDirection:quadList:
ObjectsTool>>installQuads:fromButton:
[] in ObjectsTool>>showCategory:fromButton:
BlockClosure>>ensure:
CursorWithMask(Cursor)>>showWhile:
ObjectsTool>>showCategory:fromButton:
[] in SimpleButtonMorph>>doButtonAction
...etc...



More information about the Squeak-dev mailing list