| Re: .0
I haven't seen anything like this, although I have received QARs about the
problem with large numbers of direct I/Os. From your description, it sounds
like what might be happening is that the backing store pixmap can't be
created for the second window, so an error message is logged every time
DECterm tries to write to the pixmap. To verify this, you can try covering
up the second window and then exposing it; if the pixmap wasn't created then
the graphics shouldn't be redrawn.
I assume the customer is running DECwindows V1. In DECwindows V2 you can
turn off the pixmap backing store, and if DECterm can't create the backing
store it doesn't try to write to it.
How big are the ReGIS windows, and what other applications is the customer
running? I've been able to create several ReGIS windows, each with their
own backing store pixmap, but this was on a VSII/GPX with nothing else
running except the session manager and window manager. There seems to be a
problem where off screen memory can become fragmented, so the problem might
clear up if the customer restarts the server (e.g. reboots the system).
-- Bob
|
| Hi Bob,
-< Error creating the backing store pixmap? >-
Re: .0
>I haven't seen anything like this, although I have received QARs about the
>problem with large numbers of direct I/Os. From your description, it sounds
>like what might be happening is that the backing store pixmap can't be
>created for the second window, so an error message is logged every time
>DECterm tries to write to the pixmap. To verify this, you can try covering
>up the second window and then exposing it; if the pixmap wasn't created then
>the graphics shouldn't be redrawn.
>I assume the customer is running DECwindows V1. In DECwindows V2 you can
>turn off the pixmap backing store, and if DECterm can't create the backing
>store it doesn't try to write to it.
Thank you very much for your help. I have exactly this effect. Knowing this
I found this symptom mentioned in a previous note (184.1). Since I am not
very knowledgable in DECwindows could you give me a hint on what to do.
Is DECwindows V2 available for Desktop-VMS already?
Thank's in advance for any advice
-Ulrich
|
|
A high direct I/O rate, and logical name translation coupled with a
slow and bursty output on a DECterm means that X11 errors are being
logged -- usually as the result of a PIXMAP failure. What is actually
happening is that a error log is being constantly opened and extended.
If you Clear Lines Off Top and Reset, the problem should go away. This
happens to me all the time on V5.1 GPX's, PIXMAP deletion seems to have
a bug and you eventually cannot create any new PIXMAPs until you
restart the server.
_Fred (who figured this out from experience)
|