Comment 3 for bug 430301

Revision history for this message
Jeroen van der Vegt (ajvdvegt) wrote : Re: [Bug 430301] Re: core dump exporting to non existing folder

I reproduced the problem with the PPA version of inkscpae, I suppose
0.47 pre3? (though 'inkscape --version still reports 0.46+devel!). It
was build today, september 25th.

It seems issue three is resolved, but (1) and (2) still exist:

(1)
Exporting a PDF to a non-existing folder generates this:

jeroen@cerebro:/tmp$ LANG=C inkscape-devel -A pdf/test.pdf Tekening.svg
inkscape: fopen(pdf/test.pdf): No such file or directory
terminate called after throwing an instance of
'Inkscape::Extension::Output::save_failed'

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix it.
** Message: Error: Inkscape encountered an internal error and will close now.

Aborted
jeroen@cerebro:/tmp

(2):
Exporting a PNG to a non-existing folder generates this:

jeroen@cerebro:/tmp$ LANG=C inkscape-devel -e pdf/test.png Tekening.svg
Background RRGGBBAA: ffffff00
Area 0:0:744.094:1052.36 exported to 744 x 1052 pixels (90 dpi)
Bitmap saved as: pdf/test.png

** (inkscape-devel:28279): CRITICAL **: bool
sp_png_write_rgba_striped(SPDocument*, const gchar*, long unsigned
int, long unsigned int, double, double, int (*)(const guchar**, int,
int, void*), void*): assertion `fp != NULL' failed
jeroen@cerebro:/tmp$

Regards,

Jeroen.