[Help] What is a good way to check a squeak image for sent but unimplemented messages?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Help] What is a good way to check a squeak image for sent but unimplemented messages?

Jerome Peace
Hi All,

What is a good way to check a squeak image for sent
but unimplemented messages?

In tracking down a bug in 7054:

http://bugs.impara.de/view.php?id=4531

The problem turned out to be a message with one sender
and no implementors.

This bug was crashing the system when it was put into
the smalland theme.

If one was found easily the chances of more lurking
are better than not.

So can someone suggest a test to notice this class of
bug?  So we can prevent this in the future?

Yours in service, -- Jerome Peace




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 

Reply | Threaded
Open this post in threaded view
|

Re: [Help] What is a good way to check a squeak image for sent but unimplemented messages?

Scott Wallace-3
Try "SystemNavigation default browseAllUnimplementedCalls."


On Aug 13, 2006, at 6:36 PM, Peace Jerome wrote:

> Hi All,
>
> What is a good way to check a squeak image for sent
> but unimplemented messages?
>
> In tracking down a bug in 7054:
>
> http://bugs.impara.de/view.php?id=4531
>
> The problem turned out to be a message with one sender
> and no implementors.
>
> This bug was crashing the system when it was put into
> the smalland theme.
>
> If one was found easily the chances of more lurking
> are better than not.
>
> So can someone suggest a test to notice this class of
> bug?  So we can prevent this in the future?
>
> Yours in service, -- Jerome Peace