T.R | Title | User | Personal Name | Date | Lines |
---|
3300.1 | | HANNAH::MESSENGER | Bob Messenger | Tue Sep 04 1990 15:20 | 8 |
| DECterm is probably running out of memory. You can check this by looking
at the DECterm log file: define the logical name DECW$DECTERM_OUTPUT in
your LOGIN.COM to be the name of the log file that you want.
To give DECterm more memory, increase your PQL_DPGFLQUOTA parameter in
SYSGEN.
-- Bob
|
3300.2 | io error 65535 | CVG::ESONIS | What now? | Wed Sep 05 1990 10:30 | 18 |
| Thanks for the help.... I defined the logical, and re-started my
session. Shortly afterwards, the windows disappeared... the following
output log was produced:
DECterm version V2.0 now at your service...
To create DECterms, use the Session Manager or call the
DECwTermPort() routine from another process.
XIO: fatal IO error 65535 on X server "ANSON::0.0"
after 562 requests (562 known processed) with 0 events remaining.
Is this what I should see if more memory is needed? I'll probably add
an increase for PQL_mumble anyways, and autogen again.....
|
3300.3 | | HANNAH::MESSENGER | Bob Messenger | Wed Sep 05 1990 17:39 | 6 |
| Re: .2
From the log file it looks like Xlib or the server might have dropped the
connection. Is there anything "interesting" in the server log file?
-- Bob
|
3300.4 | | CVG::ESONIS | What now? | Mon Sep 10 1990 09:23 | 12 |
|
>From the log file it looks like Xlib or the server might have dropped the
>connection. Is there anything "interesting" in the server log file?
Unfortunately, the disk was purged before I could look.... Next time
this happens, I'll check it out.
Thx,
/Steve e.
|
3300.5 | too many events? | CVG::ESONIS | What now? | Thu Nov 01 1990 06:38 | 25 |
|
Still haven't gotten anything from the server log, but the last time I
lost my screens the decw$terminal_output.log contained the following:
DECterm version V2.0 now at your service...
To create DECterms, use the Session Manager or call the
DECwTermPort() routine from another process.
Warning: too many graphics expose events
Warning: too many graphics expose events
Warning: too many graphics expose events
Warning: too many graphics expose events
Warning: too many graphics expose events
Warning: too many graphics expose events
X Toolkit Error: Cannot perform calloc
There were large numbers of the warning messages regarding "too many
graphics expose events".... Do these mean that I'm using too many
windows? If so, is there an adjustment to be made?
|
3300.6 | | DECWIN::MESSENGER | Bob Messenger | Thu Nov 01 1990 11:39 | 11 |
| Re :.5
"Warning: too many graphics expose events" is an internal error message which
indicates that there is a problem in DECterm's code that handles occluded
scrolling. I should probably have removed this message from the shipped
version of DECterm since it is likely to confuse people.
Your problem is that the DECterm controller is running out of memory. You
should increase your PQL_DPGFLQUOTA parameter in SYSGEN.
-- Bob
|