home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / bsd / 10750 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.1 KB  |  38 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!psinntp!dg-rtp!ponds.uucp!rivers
  3. From: rivers@ponds.uucp (Thomas David Rivers)
  4. Subject: XFree86 problem in XDrawSegments
  5. Message-ID: <1992Dec30.013451.13074@ponds.uucp>
  6. Date: Wed, 30 Dec 1992 01:34:51 GMT
  7. Lines: 29
  8.  
  9.  
  10.  In trying to get cbzone up and running in 386bsd; I discovered the 
  11.  following problem.
  12.  
  13.  I'm using XFree86 version 1.1 as available on agate.
  14.  
  15.  After the game starts up (opens the display and does some drawing) it
  16.  will bomb out with the following message:
  17.  
  18. XIO:  fatal IO error 14 (Bad address) on X server ":0.0"
  19.       after 400 requests (399 known processed) with 17 events remaining.
  20.  
  21.  
  22.   A breakpoint in _XDefaultIOError() reveals the following traceback:
  23.  
  24.     _XDefaultIOError()
  25.     _XIOError()
  26.     _XSend()
  27.     _XDrawSegments()
  28.     multiline()              <----- cbzone function
  29.     drawhorizone()           <----- cbzone function
  30.     main()()                 <----- cbzone function
  31.  
  32.  It would appear that something is wrong in XDrawSegments....
  33.  
  34.  Has anyone else run into this?
  35.  
  36.     - Dave Rivers -
  37.     (rivers@ponds.uucp)
  38.