tags 519640 + moreinfo quit Hi,
Sorry for the long silence. Ryo Furue wrote: > $ type ps2pdf > ps2pdf is /usr/bin/ps2pdf > $ ps2pdf ghostscript-ps2pdf-crash.ps > Segmentation fault > $ > > Unfortunately, I can't post this file to a public server > because it contains some personal information. That's fine. If you'd like, I can try to help make a reduced testcase with no identifying information that you could post in its place. Alternatively, here is one way to debug: $ apt-get build-dep ghostscript $ git clone git://git.ghostscript.com/ghostscript.git $ cd gs $ ./autogen.sh --help=short $ ./configure --enable-debug $ make -j2 $ gdb --args bin/gs -dSAFER ghostscript-ps2pdf-crash.ps Even a backtrace could be enough to track the bug down. Thanks for reporting, Jonathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org