Return to BSD News archive
Received: by minnie.vk1xwt.ampr.org with NNTP id AA5734 ; Fri, 01 Jan 93 01:54:02 EST Newsgroups: comp.unix.bsd Path: sserve!manuel.anu.edu.au!munnari.oz.au!uunet!psinntp!dg-rtp!ponds.uucp!rivers From: rivers@ponds.uucp (Thomas David Rivers) Subject: XFree86 problem in XDrawSegments Message-ID: <1992Dec30.013451.13074@ponds.uucp> Date: Wed, 30 Dec 1992 01:34:51 GMT Lines: 29 In trying to get cbzone up and running in 386bsd; I discovered the following problem. I'm using XFree86 version 1.1 as available on agate. After the game starts up (opens the display and does some drawing) it will bomb out with the following message: XIO: fatal IO error 14 (Bad address) on X server ":0.0" after 400 requests (399 known processed) with 17 events remaining. A breakpoint in _XDefaultIOError() reveals the following traceback: _XDefaultIOError() _XIOError() _XSend() _XDrawSegments() multiline() <----- cbzone function drawhorizone() <----- cbzone function main()() <----- cbzone function It would appear that something is wrong in XDrawSegments.... Has anyone else run into this? - Dave Rivers - (rivers@ponds.uucp)