7.5.5.2 crashes

Caolán McNamara caolan.mcnamara at collabora.com
Wed Aug 23 15:56:28 UTC 2023


On Wed, 2023-08-23 at 16:29 +0200, Xisco Fauli wrote:
> Hello,
> 
> Attached you can find the list of crashes reported to 
> https://crashreport.libreoffice.org/stats/version/7.5.5.2


117 is StartListening(*(SW_MOD()->GetView()->GetDocShell())); in
SwRedlineAcceptPanel::SwRedlineAcceptPanel so presumably GetView() or
GetDocShell() is nullptr. That all looks super fragile :-(

97 rStrm << rTabIdBuffer.GetId( rLogEntry.mnFirstXclTab ); looks like
it might be one of the cases fixed by
https://gerrit.libreoffice.org/c/core/+/153560
https://gerrit.libreoffice.org/c/core/+/153800
https://gerrit.libreoffice.org/c/core/+/153933
but didn't get backported to 7.5 as they were a little bit tricky and
speculative as the correct fix.

possibly 135 ScFormatFilter::Get().GetOrcusFilters(); is the same
problem as fixed by
https://gerrit.libreoffice.org/c/core/+/151993

422 Form Navigator null-deref might be fixed by new
https://gerrit.libreoffice.org/c/core/+/155985


More information about the LibreOffice mailing list