Created attachment 196505 [details] A sample generating "LoopControl_1 in SwLayAction::InternalAction" in console Open the attachment in a debug build. See the messages in console. Multiple (~250) identical lines appear there, before the file opens eventually: > warn:legacy.osl:17476:21544:sw/source/core/layout/layact.cxx:597: LoopControl_1 in SwLayAction::InternalAction Each means 20 loops of layout attempts, so it is more than 5000 layout iterations in total.
https://gerrit.libreoffice.org/c/core/+/173559
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2f6504dd84fc37bbf8d7798d4a60fc592aa7a67e tdf#163006: fix keep-together rows height calculation 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/8044fbab5fd3382843369e7c692e27ba615e1518 tdf#163006: fix keep-together rows height calculation It will be available in 24.8.2. 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.