Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!dont-send-mail-to-path-lines From: db@sunbim.be (Danny Backx) Newsgroups: comp.windows.x Subject: 386i server bug Message-ID: <9103211701.AA03003@whitney.sunbim.uucp> Date: 21 Mar 91 17:01:39 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 33 I used to have a 386i X server crash on me in Frame Maker 2.1X. I solved it with the following fix. Don't blame me for the code - I just copied some lines. *** mifillarc.c.orig Mon Jun 25 10:40:58 1990 --- mifillarc.c Thu Jan 3 13:41:47 1991 *************** *** 253,258 **** --- 253,260 ---- k += edge->dy; edge->dx <<= 1; edge->dy <<= 1; + if (!edge->dx) goto vert; /* gross */ + if (!edge->dy) goto horz; /* gross */ miGetArcEdge(arc, edge, k, top, left); } Does this help ? Danny Backx System Engineer, BIM Networks E-Mail: db@sunbim.be (or uunet!mcsun!ub4b!sunbim!db) Telephone: +32(2)759.59.25 Fax : +32(2)759.47.95 Postal Mail : Danny Backx BIM Kwikstraat 4 3078 Everberg Belgium