https://bugs.documentfoundation.org/show_bug.cgi?id=166564
--- Comment #7 from Saburo <[email protected]> --- Error dialog Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community author Caolán McNamara commit b36a8a532b3ee6521d80277cb32a6936c0b09320 busy loop seen on ods export attempt ScXMLExport::ExportFormatRanges cannot advance because nMaxCols is 0 so busy loop and no progression In ScRowFormatRanges::GetMaxRows, aRowFormatRanges is empty which is why nMaxCols is 0 In ScFormatRangeStyles::GetFormatRanges aTables appears to be 30 empty items. But why it is empty can't be seen from the bt. Force this to be an assert to ensure crashtesting can flush out this case, rather than letting it get killed off as a timeout. Set this case as an error and break so failure results in an error message of failure to save instead of a hang. Change-Id: I827e1e638cddd976a48340f86741c21075afe856 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160363 -- You are receiving this mail because: You are the assignee for the bug.
