Crash test update
Michael Stahl
mst at libreoffice.org
Thu Nov 21 14:54:46 UTC 2019
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>::operator->
176 DocxAttributeOutput::CharColor
36 sax_fastparser::FastSaxSerializer::writeFastAttributeList
1 SwIndexReg::~SwIndexReg
5 SwSubFont::GetTextSize_
this one is my fault ^
14 writerfilter::dmapper::DomainMapper_Impl::PushFootOrEndnote
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