[FIX] ErrorReportOnFix-ajh (was: [BUG] self halt problem within forked block context)

Anthony Hannan ajh18 at cornell.edu
Mon Aug 4 17:35:07 UTC 2003


Matej Kosik <kosik at decef.elf.stuba.sk> wrote:
> If I try to put "self halt." into the forked block context, e.g.
> 
>   [Transcript show: 'ab'.
>   self halt.
>   Transcript show: 'cd'] fork.
> 
> I get an error "message not understood: printDetails".

ContextPart>>errorReportOn: method was bombing because it assumed the
context would have at least 4 senders to print details on.  The attached
changeset fixes this.

Cheers,
Anthony
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ErrorReportOnFix-ajh.cs
Type: application/octet-stream
Size: 1868 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030804/ab2fa6b9/ErrorReportOnFix-ajh.obj


More information about the Squeak-dev mailing list