Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List 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,

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.