[BUG] Exception handling

Bob Arning arning at charm.net
Wed Feb 7 02:11:28 UTC 2001


On Tue, 6 Feb 2001 17:32:12 -0800  "Raab, Andreas" <Andreas.Raab at disney.com> wrote:
>Once you execute TestClass>>init it should - after saving the image -
>attempt to open a file, fail, and proceed. However, as you will notice it
>will *not* run into the halt after trying to open the file. Something's
>seriously broken here.

Andreas,

Worked for me

6 February 2001 9:09:51 pm
Halt: should stop here
TestClass class(Object)>>halt:
TestClass class>>startUp
TestClass class(Behavior)>>startUp:
[] in SystemDictionary>>send:toClassesNamedIn:with:
OrderedCollection>>do:
SystemDictionary>>send:toClassesNamedIn:with:
SystemDictionary>>processStartUpList:
SystemDictionary>>snapshot:andQuit:embedded:
SystemDictionary>>snapshot:andQuit:
SystemDictionary>>saveImageInFileNamed:
SystemDictionary>>saveAs
[] in TheWorldMenu>>doMenuItem:with:
BlockContext>>on:do:
TheWorldMenu>>doMenuItem:with:
[] in MenuItemMorph>>invokeWithEvent:
BlockContext>>on:do:
[] in BlockContext>>valueUninterruptably
BlockContext>>on:do:
[] in BlockContext>>valueUninterruptably
BlockContext>>on:do:
BlockContext>>valueUninterruptably
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:

Cheers,
Bob





More information about the Squeak-dev mailing list