Comment 1 for bug 1252719

Revision history for this message
jazzynico (jazzynico) wrote :

Apparently the crashes have different causes.

1. Opening a file from a long path triggers the following console error:
---
terminate called after throwing an instance of 'Magick::ErrorBlob'
  what(): Magick: UnableToOpenBlob `C:\Documents and Settings\All Users\Documents\Mes images\├ëchan
tillons d'images\Hiver.jpg': No such file or directory @ error/blob.c/OpenBlob/2641
----
Opening the same file from a shorter path (c:\Hiver.jpg) works.

2. Running the Oil Paint, Median and Reduce Noise raster extensions triggers a pop-up (nothing in the console) with the following messages.
--- With Oil Paint:
(inkscape.exe:1340): glibmm-ERROR **:
unhandled exception (type std::exception) in signal handler:
what: Magick: MemoryAllocationFailed `'@ error/paint.c/OilPaintImage/619
--- With Median and Reduce Noise:
(inkscape.exe:1340): glibmm-ERROR **:
unhandled exception (type std::exception) in signal handler:
what: Magick: MemoryAllocationFailed `'@ error/statistic.c/StatisticImageChannel/2783

3. Some other raster extensions (Add Noise, Dither), Inkscape crashes with no pop-up or console message.

All the other raster extensions work as expected (at least with the default values and the ones I have tested).