Rafael Sadowski <raf...@sizeofvoid.org> wrote: > On Sun May 29, 2016 at 10:21:07PM -0400, Predrag Punosevac wrote: > > Running amd54 5.9 stable (upgraded from 5.8) > > > > predrag@oko$ uname -a > > OpenBSD oko.bagdala2.net 5.9 GENERIC.MP#4 amd64 > > > > predrag@oko$ pkg_info inkscape > > Information for inst:inkscape-0.91p7 > > > > Comment: > > SVG vector drawing application > > > > Description: > > Inkscape is a vector graphics editor, with capabilities similar > > to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable > > Vector Graphics (SVG) file format. > > > > Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org> > > > > WWW: http://www.inkscape.org/ > > > > > > Trying to export SVG image as eps or ps will cause InkScape to crash > > Thanks for the report. Could you try Erling's advice, if it's not work > for you I'll debug inkscape. >
The same result. I should have said in my first e-mail that "export PNG" works flawlessly. It looks like Inkscape is using ImageMagick as a backend for image format conversions. Personally I always use GraphicsMagick so for all I know it could be ImageMagick bug. > > > > predrag@oko$ egdb > > GNU gdb (GDB) 7.10.1 > > Copyright (C) 2015 Free Software Foundation, Inc. > > License GPLv3+: GNU GPL version 3 or later > > <http://gnu.org/licenses/gpl.html> > > This is free software: you are free to change and redistribute it. > > There is NO WARRANTY, to the extent permitted by law. Type "show > > copying" > > and "show warranty" for details. > > This GDB was configured as "x86_64-unknown-openbsd5.9". > > Type "show configuration" for configuration details. > > For bug reporting instructions, please see: > > <http://www.gnu.org/software/gdb/bugs/>. > > Find the GDB manual and other documentation resources online at: > > <http://www.gnu.org/software/gdb/documentation/>. > > For help, type "help". > > Type "apropos word" to search for commands related to "word". > > (gdb) core-file inkscape.core > > [New process 9413] > > [New process 20111] > > [New process 8182] > > [New process 21072] > > Core was generated by `inkscape'. > > Program terminated with signal SIGABRT, Aborted. > > #0 0x00000b579bd0887a in ?? () > > [Current thread is 1 (process 9413)] > > > > coredumps without debug symbols are not helpful but your crash > description is very helpful. > I should have realized that the package was built without debug option. Predrag > Best regards, > > Rafael