Changes between Initial Version and Version 2 of Ticket #34335


Ignore:
Timestamp:
May 4, 2012, 10:19:12 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34335

    • Property Owner changed from macports-tickets@… to devans@…
  • Ticket #34335 – Description

    initial v2  
    11I'm trying to use Inkscape to do SVG to PDF conversion from a script. I'm using the -A argument to export PDF, and -f to specify the source SVG. With the same SVG data, the UI export works, but the CLI export crashes with
    22
     3{{{
    34** Message: Error: Inkscape encountered an internal error and will close now.
    45Abort trap: 6
     6}}}
    57
    68Backtrace:
    79
    8 
     10{{{
    911(gdb) bt
    1012#0  0x00007fff8d0e1ce2 in __pthread_kill ()
     
    2224#12 0x0000000100004318 in sp_main_console ()
    2325#13 0x0000000100004fe9 in main ()
     26}}}