Run a command line like this: > soffice --convert-to png:impress_png_Export:foobar path/to/file.svg The ":foobar" is a "filter parameters" string; the graphic filters expect valid JSON here, and crash / fail, when its parsing throws. Similar to bug 150846.
https://gerrit.libreoffice.org/c/core/+/172105
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/20b16048236598880dc94bac146079426ae8f309 tdf#162528: handle exceptions from JSON parser in GraphicExporter It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-24-8": https://git.libreoffice.org/core/commit/ed99f19b819dd057cc6f4411639d8b4f9a9d4578 tdf#162528: handle exceptions from JSON parser in GraphicExporter It will be available in 24.8.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.