From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6 Description of problem: dvipdf crashes: $ dvipdf clisp.dvi clisp.pdf /usr/bin/dvipdf: line 40: 12609 Broken pipe exec dvips -q -f "$infile" 12610 Segmentation fault | gs $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite - Version-Release number of selected component (if applicable): ghostscript-7.07-40 How reproducible: Always Steps to Reproduce: 1.dvipdf clisp.dvi clisp.pdf Actual Results: crash: /usr/bin/dvipdf: line 40: 12609 Broken pipe exec dvips -q -f "$infile" 12610 Segmentation fault | gs $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite - Expected Results: clisp.pdf is created Additional info:
Created attachment 118482 [details] the input that causes the segfault this is the "clisp.dvi" file that causes the crash
I cannot reproduce this problem on Fedora Core 4 with ghostscript-7.07-40. What does 'type gs' say?
gs is /usr/bin/gs dvips is /usr/bin/dvips maybe it's dvips that is crashing?
What does this say?: "rpm -V ghostscript tetex-dvips"
..5..... /usr/lib/libgs.so.7.07 S.5....T /usr/share/texmf-var/fonts/map/dvips/updmap/builtin35.map S.5....T /usr/share/texmf-var/fonts/map/dvips/updmap/download35.map S.5....T /usr/share/texmf-var/fonts/map/dvips/updmap/ps2pk.map S.5....T /usr/share/texmf-var/fonts/map/dvips/updmap/psfonts_pk.map S.5....T /usr/share/texmf-var/fonts/map/dvips/updmap/psfonts_t1.map
Your libgs.so.7.07 has changed since install. Any idea why that might be?
no. i reinstalled both ghostscript and tetex-dvips and now they work fine. I am scared - why could they have changed?! I am now running "rpm -V -a"...