We have a new top crasher for 5.4.3.2 (appeared in 5.4.2 as well it seems): http://crashreport.libreoffice.org/stats/crash_details/f4ecb46f-05dd-45db-9de5-1da61d286d42 Seems like it comes from: commit d31a8263d564ebd7886f6debdf36cedd031915ea Author: Eike Rathke <erack@redhat.com> Date: Thu Aug 24 16:34:55 2017 +0200 Resolves: tdf#108795 merge table EditEngine language attributes to input line ... when editing there, so the SvxAutoCorrect behaviour is synchronized. Depends on commit 06d14411a447cd798d1f0678a3c5e06f5278a1cb that disentangles the stateful SvxAutoCorrect instance. And that the: // necessary to sync SvxAutoCorrect behavior pHdl->MergeLanguageAttributes( *mpEditEngine); Can (somehow, sometime) end up with a NULL mpEditEngine.
I guess workaround is ~trivial - just avoid NULL mpEditEngine's =) will push a patch shortly.
Hmm - this is gone in master; Eike - is it possible we're just missing: 8112af3361fdf15fcf5d3177cd967e1d8d97d5f3 on the -5-4 branch ? =)
That one is on 5-4 as 99fdaf683e6403b1d8a70d48ebe0e20194017624, but not in 5.4.3
Neato - sorry for the noise then =)
Nice to have this crash fixed!! :-)
Sorry, I didn't get it. There *is* a top crasher for 5.4.3.2 with this signature; even if it's not the same that was fixed for 5.4.older, it doesn't mean that it's fixed?
I took Eike's comment to mean that his fix is in the -5-4 branch - ie. it will be in 5.4.4.1 and so on in a month and indeed this one: commit 99fdaf683e6403b1d8a70d48ebe0e20194017624 Author: Eike Rathke <erack@redhat.com> Date: Thu Oct 19 19:23:01 2017 +0200 Resolves: tdf#113179 merge language attributes early, tdf#108795 follow-up looks like the commit to that branch =)
Ah! Thanks - and sorry for the noise! (Should study English really.)
*** Bug 114292 has been marked as a duplicate of this bug. ***
*** Bug 113760 has been marked as a duplicate of this bug. ***
*** Bug 114101 has been marked as a duplicate of this bug. ***
*** Bug 114828 has been marked as a duplicate of this bug. ***
*** Bug 114933 has been marked as a duplicate of this bug. ***