Comment 2 for bug 345371

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

confirmed with Inkscape 0.46+devel r22436 on OS X 10.5.8: Inkscape crashes (badly) already when reading the file for the thumbnail in the GtkFileChooser, for _both_ attached files.

error messages:
(inkscape-bin:17308): Gtk-WARNING **: Unable to find default local directory monitor type
inkscape-bin(17308,0xa07f9720) malloc: *** mmap(size=1207959552) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
terminate called after throwing an instance of 'std::bad_alloc'
  what(): St9bad_alloc

Emergency save activated!

related to bug #414030 or rather: is bug #414030 a duplicate of this ;-) ?
"It looks as though the crash is related to the sequence in which svg elements are declared. The original file Ex.svg had the sequence : path, path, path, text. (where the paths all have an xlink:href reference to the text before it is declared.)"