Hi everybody, I am on archlinux, with libreoffice the package libreoffice-still-fr 7.4.5-1 when i do this : "tools -> macro -> manage macro -> basic -> new" i recieve a popup message from libreoffice saying that because of a crash, libreoffice will save all my current file for that i can recover them. And it restart recovering my files. here the console output : ``` libreoffice --impress (soffice:11334): Gtk-CRITICAL **: 12:20:13.797: gtk_tree_store_get_path: assertion 'iter->user_data != NULL' failed (soffice:11334): Gtk-CRITICAL **: 12:20:13.797: gtk_tree_path_get_depth: assertion 'path != NULL' failed (soffice:11334): Gtk-CRITICAL **: 12:20:13.797: gtk_tree_store_get_value: assertion 'VALID_ITER (iter, tree_store)' failed (soffice:11334): GLib-GObject-WARNING **: 12:20:13.798: ../glib/gobject/gtype.c:4335: type id '0' is invalid (soffice:11334): GLib-GObject-WARNING **: 12:20:13.798: can't peek value table for type '<invalid>' which is not currently referenced ```
On pc Debian x86-64 with master sources updated today, I don't reproduce this. But I can reproduce this with LO Debian package 7.4.5 and gtk3 rendering. A workaround is to use another rendering. - open a terminal/console - export SAL_USE_VCLPLUGIN=gen - soffice --impress It makes me think about tdf#150291 but this one should be fixed from 7.4.1
There was another fix at the time which wasn't backported as it was a little risky. I can reproduce this case in 7-4 and can do a safer backportable fix.
see https://gerrit.libreoffice.org/c/core/+/146618 for the 7-4 backport
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e1e6ff49a244039bc2c2c09026ab9ca3ef96e859 tdf#153434 crash on "new" macro with no cursor It will be available in 7.6.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.
I don't reproduce the crash with master sources updated today. Thank you Caolán!
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-5": https://git.libreoffice.org/core/commit/d6f6855c68f0e24d81b18b86c2d8c10229e29a98 tdf#153434 crash on "new" macro with no cursor It will be available in 7.5.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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/d08480bcdb6cf8d8a6e171f06ada33d19cb19e21 tdf#153434 crash on "new" macro with no cursor It will be available in 7.4.6. 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.