db@sunbim.be (Danny Backx) (03/22/91)
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