Crash test update

Caolán McNamara caolanm at redhat.com
Thu Nov 21 15:58:46 UTC 2019


On Thu, 2019-11-21 at 15:54 +0100, Michael Stahl wrote:
> On 21.11.19 15:17, Crashtest VM wrote:
> > New crashtest update available at 
> > http://dev-builds.libreoffice.org/crashtest/299a13e8f7307b38ac10ad351273e2559e21ab16/
> 
> we have run some business intelligence AI algorithms via mapreduce
> on 
> the clouds to classify the crashes:
> 
> > for f in *; do grep -A2 __assert_fail $f | tail -n 1; done | cut -f
> > 4 -d ' ' | sort | uniq -c
>        1 (anonymous
>        1 
> com::sun::star::uno::Reference<com::sun::star::frame::XModel>::operat
> or->

>      176 DocxAttributeOutput::CharColor
>       36 sax_fastparser::FastSaxSerializer::writeFastAttributeList

I think both of these are since the same commit of
1d81d52b5da45f26e9d3adeb3b279eb9a488b94f I think I'll revert that with 
https://gerrit.libreoffice.org/#/c/83406/ to get the noise level down

>        1 SwIndexReg::~SwIndexReg
>        5 SwSubFont::GetTextSize_
> this one is my fault ^
>       14 writerfilter::dmapper::DomainMapper_Impl::PushFootOrEndnote

I believe ^this^ one is since 

commit a991ad93dcd6807d0eacd11a50c2ae43a2cfb882
Author: Jan-Marek Glogowski <jan-marek.glogowski at extern.cib.de>
Date:   Tue Oct 22 12:24:43 2019 +0200

    tdf#121441 improve DOCX footnote import

caolanm->jmux: Import of e.g. tdf103063-1.docx is an example of these
14, any ideas on that assert ?

>        1 writerfilter::dmapper::DomainMapper_Impl::RemoveTopRedline
> 
> > for f in *; do grep -A1 "signal [0-57-9]" $f | tail -n 1; done |
> > cut -f 5 -d ' ' | sort | uniq -c
>        6 chart::WrappedProperty::getPropertyState
>        1 (this=0x5cbe690,



More information about the LibreOffice mailing list