On 25/08/2011 21:26, Krzysztof Kosiński wrote:
I committed the rendering cache work in revision 10579 of trunk.
If you encounter serious problems, you can turn off caching completely by defining the environment variable _INKSCAPE_DISABLE_CACHE. For example, run inkscape as: $ _INKSCAPE_DISABLE_CACHE=1 inkscape
By default, each drawing will use up to 64 MB of memory for rendering data. It can be set in the "Rendering" page of the preferences (renamed from "Filters").
“Inkscape encounters internal error when opening a valid SVG file” Bug #1071328 https://bugs.launchpad.net/inkscape/+bug/1071328
Crash seems to be triggered by <symbol> elements outside of the <defs> section (the provided sample SVG file has them in document root).
Based on my tests with archived builds (not reproduced with current stable 0.48.3.1, not reproduced with trunk <= 10577, reproduced with trunk >= 10581, up to current head r11826), the regression is likely to have been introduced with the merge in r10579.