My image seems to have got into a state where any
reformat/accept seems to work, but then gives a walkback (included below). Any idea why, or how to fix it? 19:54:48, 07 July 2002: 'DeadObject does not understand #onMethodUpdated:' DeadObject(Object)>>doesNotUnderstand: EventMessageSend>>forwardTo:withArguments: EventMessageSend(MessageSendAbstract)>>valueWithArguments: [] in EventMessageSequence(MessageSequenceAbstract)>>valueWithArgumen ts: EventMessageSequence>>messagesDo: EventMessageSequence(MessageSequenceAbstract)>>valueWithArgumen ts: EventsCollection>>triggerEvent:with: RefactoringSmalltalkSystem(Object)>>trigger:with: RefactoringSmalltalkSystem(SmalltalkSystem)>>onMethodUpdated: EventMessageSend>>forwardTo:withArguments: EventMessageSend(MessageSendAbstract)>>valueWithArguments: [] in EventMessageSequence(MessageSequenceAbstract)>>valueWithArgumen ts: EventMessageSequence>>messagesDo: EventMessageSequence(MessageSequenceAbstract)>>valueWithArgumen ts: EventsCollection>>triggerEvent:with: SystemDictionary(Object)>>trigger:with: CompilationResult>>fireSystemUpdateEvent NewsRc 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>>saveNewMethod: ClassBrowserShell(ClassBrowserAbstract)>>reformatAccept Symbol>>forwardTo: CommandDescription>>performAgainst: [] in Command>>value BlockClosure>>ifCurtailed: BlockClosure>>ensure: Command>>value ShellView>>performCommand: ClassBrowserShell(Shell)>>performCommand: CommandQuery>>perform DelegatingCommandPolicy(CommandPolicy)>>route: [] in RichTextEdit(View)>>onCommand: BlockClosure>>ifCurtailed: BlockClosure>>ensure: Cursor>>showWhile: RichTextEdit(View)>>onCommand: RichTextEdit(View)>>wmCommand:wParam:lParam: RichTextEdit(View)>>dispatchMessage:wParam:lParam: [] in InputState>>wndProc:message:wParam:lParam:cookie: BlockClosure>>ifCurtailed: ProcessorScheduler>>callback:evaluate: |
Paul,
> My image seems to have got into a state where any > reformat/accept seems to work, but then gives a walkback > (included below). Any idea why, or how to fix it? Try the "Panic" button, it usually works for me. It sounds like the error (and similar - category update events can cause it as well) that I get once every couple of weeks or so but, and not without quite a few attempts, have been unable to reproduce it at will. It's something to do with closing a browser down and then doing something in another browser (before the closed browser is garbaged?) which triggers an event that the first browser is still registered for. Ian |
In reply to this post by Paul Hudson
Paul Hudson <[hidden email]> wrote in
news:Xns9244CACA3B224phudsonpoboxcom@127.0.0.1: > My image seems to have got into a state where any > reformat/accept seems to work, but then gives a walkback > (included below). Any idea why, or how to fix it? Panic button seemed to make it go away. No idea why, though :-) |
Free forum by Nabble | Edit this page |