Re: Crash test update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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,
_______________________________________________
LibreOffice mailing list
LibreOffice@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/libreoffice




[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux