marshall@software.ORG (Eric Marshall) (07/24/88)
Often, but not always, I get the following output
(line breaks thanks to psterm) on my console when I start up
Bruce Schwartz's (Sun) server class browser. The program seems
to continue normally though. The output usually goes away when
I restart the server. I am running on a 3/160 with NeWS 1.1.
Eric Marshall
Software Productivity Consortium
1880 North Campus Commons Drive
Reston, VA 22091
(703) 391-1838
CSNET: marshall@software.org
ARPANET: marshall%software.org@relay.cs.net OR
@relay.cs.net:marshall@software.org
----- 8< ----- 8< ----- 8< ----- 8< ----- 8< ----- 8< ----- 8< ----- 8< -----
Process: 0x1E4BF4 Error: typecheck
Stack: dictionary[42] /FrameEventMgr event(0x273BF8) /PaintProcess marker 1 0
0 null 18 18 null 0
Executing: 'rlineto'
At: {'dup' 0 'exch' 'rlineto' 'exch' 0 *'rlineto' 'neg' 0 'exch' 'rlineto'
'closepath'}
In: {4 2 'roll' 'moveto' *rect}
In: {4 `copy' *rectpath insetrect rectpath}
In: {ItemFrame 0 0 ItemWidth ButtonSize *rectframe ButtonFillColor `setcolor'
'gsave' 'fill' 'grestore' ItemBorderColor `setcolor' 'eofill' ItemBorderColor
16 16 ItemWidth ArrowSize 'sub' 2 'div' ItemFrame PaintArrow ItemFrame 0
ItemHeight ButtonSize 'sub' ItemWidth ButtonSize rectframe ButtonFillColor
`setcolor' 'gsave' 'fill' 'grestore' ItemBorderColor `setcolor' 'eofill'
ItemBorderColor 16 -16 ItemWidth ArrowSize 'sub' 2 'div' ItemHeight ItemFrame
'sub' PaintArrow}
In: {'exch' array{6} 'loop' 'get' *'exec'}
In: {/PaintButtons SimpleScrollbar *supersend}
In: {BarViewPercent 1 'gt' array{3} *'if'}
In: {ItemCanvas 'setcanvas' PaintBar *PaintButtons PaintBox}
In: {ItemBegin *PaintItem /ItemPaintedValue ItemValue 'store' ItemEnd}
In: {PaintBuffer /paint VScrollbar *`send' /paint HScrollbar `send'}
In: {ItemBegin *PaintItem /ItemPaintedValue ItemValue 'store' ItemEnd}
In: {/paint 'exch' *`send' 'pause' 'cleartomark' 'mark'}
In: {'mark' 'exch' array{6} *'forall' 'pop'}
In: {PicArray *paintitems}
In: {'gsave' FrameCanvas 'setcanvas' FixClient? array{2} 'if' PaintFrame?
array{1} 'if' ClientCanvas 'null' 'ne' array{2} 'if' *PaintClient FixClient?
array{4} 'if' /PaintProcess 'null' 'store' 'grestore'}
In: {`newprocessgroup' *CallPaintProcs}berend@nlgvax.UUCP (Berend Munneke) (07/28/88)
> Often, but not always, I get the following output >(line breaks thanks to psterm) on my console when I start up >Bruce Schwartz's (Sun) server class browser. The program seems >to continue normally though. The output usually goes away when >I restart the server. I am running on a 3/160 with NeWS 1.1. After the '/map win send' in the file browse.ps I added the following line: 1000 { pause } repeat Now I don't get that error anymore. Maybe that 1000 is a little to big, but it works.