https://bugs.documentfoundation.org/show_bug.cgi?id=173307
Neil Roberts <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |25.2.2.2 release Keywords| |bisected CC| |[email protected] --- Comment #1 from Neil Roberts <[email protected]> --- I think this is quite difficult to bisect because it looks like it broke at one point, was later fixed, and then broke again. On the 24.8 branch it broke in this commit: commit 38072fd7eb7d53237efbe0d8bacc7db1c4f3131c Author: Armin Le Grand (allotropia) <[email protected]> Date: Mon Jan 22 19:18:32 2024 +0100 ITEM: Solve SfxVoidItem(0) situation Change-Id: I99f03db144f541ae4ea35f3775b3b3d58a375a81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162414 Tested-by: Jenkins Reviewed-by: Armin Le Grand <[email protected]> Then was later fixed in this commit: commit 4cc42d9aaf62fa9711782a07a00559a43532dced Author: Armin Le Grand (allotropia) <[email protected]> Date: Thu Oct 31 13:38:30 2024 +0100 tdf#162666 Make SfxStateCache handle Items correctly Change-Id: I007bc25c727e6432062fa0d2af8215a912cb2fff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175871 Reviewed-by: Armin Le Grand <[email protected]> Tested-by: Jenkins (cherry picked from commit 288d720e4940d8fdd71715e6d339765e90716931) So I think 24.8.4 doesn’t have the bug, but 24.8.0 does. Then on the 25.2 branch it broke in this commit: commit 04693b1b6e54de341e82bab0455be340dd0fceb0 Author: Armin Le Grand (Collabora) <[email protected]> Date: Wed Feb 5 18:55:51 2025 +0100 tdf#164745 fix SfxStateCache Change-Id: Ic9dd1a21772bb20b25ed8f7fa929da74edb79e42 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181194 Tested-by: Jenkins Reviewed-by: Armin Le Grand <[email protected]> Signed-off-by: Xisco Fauli <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181229 So I think it is broken in 25.2 versions after 25.2.2 and then in all 25.8 versions and onward. -- You are receiving this mail because: You are the assignee for the bug.
