From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Fri, 3 Aug 2007 09:01:34 +0000 From: "C .Stuelpner" Message-ID: <1186080042.560484.275500@g12g2000prg.googlegroups.com> Content-Type: text/plain; charset="iso-8859-1" Subject: [9fans] ghostscript suicide while ps2pdf Topicbox-Message-UUID: 9b87e922-ead2-11e9-9d60-3106f5b1d025 Hello, I'm getting the following suicide message from /bin/gs when I'm trying to convert postscript to PDF (/rc/bin/ps2pdf). pdf2ps doesn't work also - same error. gs 27690: suicide: sys: fp: invalid operation fppc=0xd52cd status=0xb8a1 pc=0x000d4fc8 acid: src(0xd4fc8) /sys/src/cmd/gs/src/gshtscr.c:561 556 return 1; 557 } 558 /* We displace the sampled coordinates very slightly */ 559 /* in order to reduce the likely number of points */ 560 /* for which the spot function returns the same value. */ >561 if ((code = gs_point_transform(penum->x + 0.501, penum->y + 0 .498, &penum->mat, &pt)) < 0) 562 return code; 563 564 /* find the spot center in device coords : */ 565 sx = ceil( pt.x / 2 ) * 2; 566 sy = ceil( pt.y / 2 ) * 2; acid: fpr() F0 -2.319281e+09 F1 0 F2 0 F3 0 F4 0 F5 0 F6 2.5 F7 .08 control 0x027f status 0x3821 tag 0x3fff ip offset 0x000d52cd cs selector 0x0023 opcode 0x2c70 data operand offset 0xdd28 operand selector 0x001b Some posting on this list around 12th of May mentions a change of kill.c in /sys/src/ape/lib/ap/plan9 as an error source. But even if I revert to the old version of kill.c, re-compiling ape stuff, it doesn't work. Has anaybody a work around or better, a solution for this problem? C. Stuelpner