[squeak-dev] Morphic yellow cross of death

Bob Arning arning315 at comcast.net
Tue Sep 17 21:27:35 UTC 2013


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/0e760f17/attachment.htm


More information about the Squeak-dev mailing list