[gs-bugs] [Bug 689964] Segfault with pkmraw
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Fri Jul 11 14:55:55 PDT 2008
http://bugs.ghostscript.com/show_bug.cgi?id=689964
------- Additional Comments From alex.cherepanov at artifex.com 2008-07-11 14:55 -------
Apparently, 2_fracs image class was left out.
This fixes the crash for me.
Index: gs/src/lib.mak
===================================================================
--- gs/src/lib.mak (revision 8833)
+++ gs/src/lib.mak (working copy)
@@ -1153,7 +1153,7 @@
$(ADDMOD) $(GLD)libx $(LIB8x)
$(ADDMOD) $(GLD)libx $(LIB9x)
$(ADDMOD) $(GLD)libx $(LIB10x)
- $(ADDMOD) $(GLD)libx -imageclass 0_interpolate
+ $(ADDMOD) $(GLD)libx -imageclass 0_interpolate 2_fracs
$(ADDMOD) $(GLD)libx -imageclass 1_simple 3_mono
$(ADDMOD) $(GLD)libx -imagetype 1 mask1
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list