Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!hpda!hplabs!ucbvax!BU-CS.BU.EDU!bzs From: bzs@BU-CS.BU.EDU (Barry Shein) Newsgroups: comp.windows.x Subject: X11 Encore update Message-ID: <8710310352.AA24606@bu-cs.BU.EDU> Date: Fri, 30-Oct-87 22:52:46 EST Article-I.D.: bu-cs.8710310352.AA24606 Posted: Fri Oct 30 22:52:46 1987 Date-Received: Thu, 5-Nov-87 04:37:34 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 17 For some reason a BUFSIZE of 2048 is too big for the writev in _XSend (in XlibInt.c). Change it to 1024 (I ifdef'd around it using ns32000) and rebuild libX.a and everything that refers to it (that is, almost everything.) A symptom of this problem is that xterm's will mysteriously exit with status 84 (which, if you trace back thru xterm, is an XioError and errno is 40 or "EMSGBIG" or something like that.) Anyhow, 1024 seems to work, you could try 1536 or some such if you're ambitious. The more timid might consider waiting a few days for more bug fixes like this. The more bold might help :-) -Barry Shein, Boston University