Bug 689809 - ps2pdf segfaults with attached eps figure
Summary: ps2pdf segfaults with attached eps figure
Status: RESOLVED DUPLICATE of bug 689535
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PDF Writer (show other bugs)
Version: master
Hardware: PC Linux
: P4 normal
Assignee: Ken Sharp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-30 08:59 UTC by keinbiervorvier
Modified: 2008-04-30 18:18 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
eps file which triggers coredump with ps2pdf (259.32 KB, application/postscript)
2008-04-30 09:00 UTC, keinbiervorvier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description keinbiervorvier 2008-04-30 08:59:50 UTC
current HEAD (and also gs8.61) of gs segfault with the attached figure.
The figure displays fine with gs.

This is on various standard linux systems, Fedora, Redhat, Debian

> ps2pdf gscoredump.eps   
Segmentation fault (core dumped)

gdb backtrace:

Core was generated by `gs -dSAFER -dCompatibilityLevel=1.4 -q -dNOPAUSE -dBATCH
-sDEVICE=pdfwrite -sOu'.
Program terminated with signal 11, Segmentation fault.
#0  0x000000000069a0e0 in i_object_type ()
(gdb) bt
#0  0x000000000069a0e0 in i_object_type ()
#1  0x0000000000487aa2 in do_execstack ()
#2  0x000000000047aa1f in gs_interpret ()
#3  0x000000000047138e in gs_main_run_string_end ()
#4  0x00000000004722e0 in run_string ()
#5  0x0000000000472996 in runarg ()
#6  0x0000000000472b34 in argproc ()
#7  0x00000000004740ab in gs_main_init_with_args ()
#8  0x00000000004090f1 in main ()
Comment 1 keinbiervorvier 2008-04-30 09:00:35 UTC
Created attachment 3972 [details]
eps file which triggers coredump with ps2pdf
Comment 2 Alex Cherepanov 2008-04-30 18:18:21 UTC
See the detailed description of the problem and a work-around
patch in the earlier bug report.


*** This bug has been marked as a duplicate of 689535 ***