crash on batch export to pdf/eps
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
High
|
Jon A. Cruz |
Bug Description
Inkscape r10503 (devel branch) on Ubuntu 11.04 (32bit).
Exporting a pdf from a "save as..." menu works as normal. Doing the same from the following command line:
bin/inkscape inkscape.svg -z -C --export-
fails with:
Program received signal SIGSEGV, Segmentation fault.
SPDesktop::doc2dt (this=0x0) at desktop.cpp:1814
1814 return _doc2dt;
(gdb) bt
#0 SPDesktop::doc2dt (this=0x0) at desktop.cpp:1814
#1 0x080f9063 in SPItem::i2dt_affine (this=0x9719338) at sp-item.cpp:1474
#2 0x080f9562 in SPItem:
#3 0x080f9ae2 in SPItem::getBounds (this=0x9719338, transform=..., type=SPItem:
#4 0x0812639d in SPShape:
#5 0x080fa004 in SPItem::invoke_show (this=0x9719338, arena=0x9016fc0, key=0, flags=1) at sp-item.cpp:1046
#6 0x080fc748 in CGroup:
#7 0x080fe883 in CGroup::show (this=0x9738b90, arena=0x9016fc0, key=0, flags=1) at sp-item-
#8 0x080fa004 in SPItem::invoke_show (this=0x9724c78, arena=0x9016fc0, key=0, flags=1) at sp-item.cpp:1046
#9 0x080fc748 in CGroup:
#10 0x080fe883 in CGroup::show (this=0x9738678, arena=0x9016fc0, key=0, flags=1) at sp-item-
#11 0x080fa004 in SPItem::invoke_show (this=0x9724b58, arena=0x9016fc0, key=0, flags=1) at sp-item.cpp:1046
#12 0x080fc748 in CGroup:
#13 0x080fe883 in CGroup::show (this=0x9714a20, arena=0x9016fc0, key=0, flags=1) at sp-item-
#14 0x0812021d in sp_root_show (item=0x9715098, arena=0x9016fc0, key=0, flags=1) at sp-root.cpp:619
#15 0x080fa004 in SPItem::invoke_show (this=0x9715098, arena=0x9016fc0, key=0, flags=1) at sp-item.cpp:1046
#16 0x08207aca in pdf_render_
#17 Inkscape:
#18 0x081f3717 in Inkscape:
#19 0x08082a49 in do_export_ps_pdf (doc=0x900ef60, uri=0x8acaa60 "inkscape.pdf", mime=<value optimized out>) at main.cpp:1566
#20 0x08083eb8 in sp_process_
#21 0x080844d2 in sp_main_console (argc=6, argv=0xbffff2c4) at main.cpp:1168
#22 0x08084922 in main (argc=6, argv=0xbffff2c4) at main.cpp:711
Configuration:
Source code location: .
Destination path prefix: /home/*
Compiler: g++
CPPFLAGS: -Werror=
CXXFLAGS: -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-
CFLAGS: -Wno-pointer-sign -g -O2
LDFLAGS: -Wl,-z,relro
Use gnome-vfs: yes
Use openoffice files: yes
Use relocation support: no
Internal Python: skipped
Internal Perl: skipped
Enable LittleCms: yes
Enable DBUS: no
Enable Poppler-Cairo: yes
ImageMagick Magick++: yes
Libwpg: yes
Doing Local Install: yes
GTK+ backend target: x11
Related branches
Changed in inkscape: | |
status: | Fix Released → Fix Committed |
milestone: | none → 0.49 |
- not reproduced on Windows XP, Inkscape rev 10450. I get a .pdf file and a file with the extension .pdf_tex
- could you attach the svg file, or does this happen with all svg files?