[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#536871: texlive-base-bin: dvipdft crashes with floating point exception



reassign 536871 ghostscript
found 536871 8.62.dfsg.1
stop

On 14.07.09 Sascha Silbe (sascha-debian-bugs-texlive-base-bin-1@silbe.org) wrote:

Hi,

> Package: texlive-base-bin
> Version: 2007.dfsg.2-4
> Severity: normal
> 
> 
> dvipdft crashes with a floating point exception:
> 
Stupid me!

> sascha.silbe@twin:~/text/briefe/2009$ dvipdft -o mini.pdf mini.dvi
> dvipdft: running dvipdfm -o mini.pdf -e -z0 mini.dvi
> 
> mini.dvi -> mini.pdf
> [1]
> 86009 bytes written
> dvipdft: running gs
> GPL Ghostscript 8.62 (2008-02-29)
> Copyright (C) 2008 Artifex Software, Inc.  All rights reserved.
> This software comes with NO WARRANTY: see the file PUBLIC for details.
> Processing pages 1 through 1.
> Page 1
> /usr/bin/dvipdft: line 118: 31436 Floating point exceptiongs -r10
> -dNOPAUSE -dBATCH -sDEVICE=png256 -sOutputFile="$tmpdir/$outBase.%d"
> "$outfile"
> dvipdft: gs failed.
> 
That error message simply means that gs has crashed. The code block
(dvipdft is a shell script) before line 118 is:

echo "$progname: running gs" >&2
gs -r10 -dNOPAUSE -dBATCH -sDEVICE=png256 \
   -sOutputFile="$tmpdir/$outBase.%d" "$outfile" || {
  echo "$progname: gs failed." >&2
  rm -rf $tmpdir
  exit 1
}

So, this is clearly a gs bug and has nothing to do with a problem in
dvipdft. Reassigning.

There are a lot of bug fixes for ghostscript made since then. I *may*
be that your problem is solved meanwhile.

H.
-- 
sigmentation fault

Attachment: signature.asc
Description: Digital signature


Reply to: