Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Ghostscript] EPSON color printer core dump probrem

2 views
Skip to first unread message

Norihito Ohmori

unread,
Mar 30, 1998, 3:00:00 AM3/30/98
to

大森@千葉大学です。

ちょっと前に Ghostscript 5 (5.10?)で uniprint や mj720 ドライバを用いて
EPSON のカラープリンタ用にPostScriptファイル
を処理しようとするとコアダンプしてしまうという話がありましたが、
私のところでもその現象があることを確認しました。

しかし、先日 comp.lang.postscriptに投稿された
Message-ID: <6ffs6q$3lk$1...@news.ox.ac.uk>
の記事にあるパッチをあてると私のところにあったコアダンプする
PostScript は全て正常に出力できるようになりました。

コアダンプに困っている人は試してみてはいかがでしょうか。

--
大森 紀人
千葉大学 薬学部 薬品物理化学研究室


以下はその記事からのパッチの引用です。

*** gsline.c.orig Mon Sep 1 18:24:36 1997
--- gsline.c Thu Mar 26 15:41:24 1998
***************
*** 130,138 ****
}
if ( length == 0 ) /* empty pattern */
{ dist_left = 0.0;
! if ( mem && ppat )
gs_free_object(mem, ppat, "gx_set_dash(old pattern)");
! ppat = 0;
}
else
{ uint size = length * sizeof(float);
--- 130,139 ----
}
if ( length == 0 ) /* empty pattern */
{ dist_left = 0.0;
! if ( mem && ppat ) {
gs_free_object(mem, ppat, "gx_set_dash(old pattern)");
! ppat = 0;
! }
}
else
{ uint size = length * sizeof(float);


0 new messages