Aaaaaaarrrggg!!! Broken Image?
Posted by Fernando Rodríguez on Feb 17, 2005; 11:04am
URL: https://forum.world.st/Aaaaaaarrrggg-Broken-Image-tp3373131.html
Hi,
Yesterday I made a few 'experiments' that caused infinite recursions.
This morning my image decided it had enough and refuses to work. It
loads fine, but whenever I try to accept a mehtod it has a seizure:
-------------------------------------------------------------------
Index 33373 is out of bounds
Process(Object)>>errorSubscriptBounds:
Process(Object)>>errorAt:
Process>>at:
StackFrame>>method
[] in Debugger>>markMethodAsUnbound:
OrderedCollection>>from:to:keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>from:keysAndValuesDo:
OrderedCollection(SequenceableCollection)>>keysAndValuesDo:
ListModel>>keysAndValuesDo:
Debugger>>markMethodAsUnbound:
Debugger>>onMethodUpdated:
EventMessageSend>>forwardTo:withArguments:
EventMessageSend(MessageSendAbstract)>>valueWithArguments:
[] in
EventMessageSequence(MessageSequenceAbstract)>>valueWithArguments:
EventMessageSequence>>messagesDo:
EventMessageSequence(MessageSequenceAbstract)>>valueWithArguments:
EventsCollection>>triggerEvent:with:
RefactoringSmalltalkSystem(Object)>>trigger:with:
RefactoringSmalltalkSystem(SmalltalkSystem)>>onMethodUpdated:
EventMessageSend>>forwardTo:withArguments:
EventMessageSend(MessageSendAbstract)>>valueWithArguments:
[] in
EventMessageSequence(MessageSequenceAbstract)>>valueWithArguments:
EventMessageSequence>>messagesDo:
EventMessageSequence(MessageSequenceAbstract)>>valueWithArguments:
EventsCollection>>triggerEvent:with:
SystemDictionary(Object)>>trigger:with:
CompilationResult>>fireSystemUpdateEvent
Object class(ClassDescription)>>compile:categories:package:
[] in MethodBrowser>>saveMethod:in:categories:package:
ExceptionHandler(ExceptionHandlerAbstract)>>markAndTry
[] in ExceptionHandler(ExceptionHandlerAbstract)>>try:
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
ExceptionHandler(ExceptionHandlerAbstract)>>try:
BlockClosure>>on:do:
MethodBrowser>>saveMethod:in:categories:package:
MethodBrowser>>saveMethod:fromOriginal:
ClassBrowserShell(ClassBrowserAbstract)>>saveNewMethod:
ClassBrowserShell(ClassBrowserAbstract)>>saveNewMethod
ClassBrowserShell(ClassBrowserAbstract)>>accept
Symbol>>forwardTo:
CommandDescription>>performAgainst:
[] in Command>>value
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
Command>>value
ShellView>>performCommand:
ClassBrowserShell(Shell)>>performCommand:
CommandQuery>>perform
DelegatingCommandPolicy(CommandPolicy)>>route:
-------------------------------------------------------------
Anybody knows what might be wrong and how I can fix it? Is thsi sort
of image-fit a common danger and if yes, how can you make sure your
code survives it?
Thanks