[squeak-dev] Morphic yellow cross of death

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Tue Sep 17 21:32:25 UTC 2013


Thanks.
No Transcript opened


2013/9/17 Bob Arning <arning315 at comcast.net>

>  To get better info next time
>
> - you might think about upping the numbers in ContextPart>>errorReportOn:
> so we can see the full stack next time
> [snip]
>         strm position > (startPos+40000) ifTrue: [strm nextPutAll:
> '...etc...'.    "make 40000 much larger"
>             ^ self].     "exit early"
>         cnt > 60 ifTrue: [strm nextPutAll: '-- and more not shown --'.  ^
> self].    "make 60 much larger"
> [snip]
>
> I'll be looking at what you have sent.
>
> Also, do you have a Transcript open when this happens? Is anything written
> to it around the time of the error (the previous error, perhaps, more than
> this latest one)?
>
> Cheers,
> Bob
>
>  On 9/17/13 4:26 PM, Nicolas Cellier wrote:
>
> - you might think about upping the numbers in ContextPart>>errorReportOn:
> so we can see the full stack next time
> [snip]
>         strm position > (startPos+40000) ifTrue: [strm nextPutAll:
> '...etc...'.    "make 40000 much larger"
>             ^ self].     "exit early"
>         cnt > 60 ifTrue: [strm nextPutAll: '-- and more not shown --'.  ^
> self].    "make 60 much larger"
> [snip]
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130917/c6f82fd7/attachment.htm


More information about the Squeak-dev mailing list