Comment 2 for bug 941103

Revision history for this message
su_v (suv-lp) wrote :

Using '--export-pdf' as bad argument instead of '--export-png' even triggers a real crash:

$ inkscape -V
Inkscape 0.48.2 r9819 (Dec 21 2011)
$ inkscape "--export-pdf=" myfile.svg
inkscape: fopen(): No such file or directoryterminate called throwing an exception
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.

Abort trap: 6
$
$ inkgcc46 -V
Inkscape 0.48+devel r11016 custom (Feb 25 2012)
$ inkgcc46 "--export-pdf=" myfile.svg
inkscape: fopen(): 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.

Abort trap: 6
$