Bug 135084

Summary: Crash on undo ucrtbase abort ('boost::wrapexcept<boost::bad_rational>' what(): bad rational: zero denominator)
Product: LibreOffice Reporter: Telesto <telesto>
Component: WriterAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: aron.budea, buzea.bogdan, juan.picca, raal, serval2412
Priority: medium Keywords: haveBacktrace, regression
Version: 4.4.0.3 release   
Hardware: All   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=133942
https://bugs.documentfoundation.org/show_bug.cgi?id=81356
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 133092    
Attachments: Example file
BT with symbols
gdb bt

Description Telesto 2020-07-23 21:05:52 UTC
Description:
Crash on undo ucrtbase abort

Steps to Reproduce:
1. open the attached file
2. Insert a chart
3. Delete chart
4. CTRL+A
5. Backspace
6. CTRL+Z
7. CTRL+Z

Actual Results:
Crash

Expected Results:
No crash


Reproducible: Always


User Profile Reset: No



Additional Info:
Found in
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 52820b52b3bca45e2db527d1cc5f4488b2e0b9d0
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

6.0

4.4.7.2

not in 
Version: 4.3.0.4
Build ID: 62ad5818884a2fc2e5780dd45466868d41009ec0
Comment 1 Telesto 2020-07-23 21:06:12 UTC
Created attachment 163462 [details]
Example file
Comment 2 Telesto 2020-07-23 21:34:08 UTC
*** Bug 131804 has been marked as a duplicate of this bug. ***
Comment 3 Dieter 2021-03-28 09:59:03 UTC
Telesto, it seems, that nobody could confirm this bug since more than one year. So I‘d like to ask, if it is still reproducible for you. Could you please try to reproduce it with a master build from http://dev-builds.libreoffice.org/daily/master/current.html? I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the latest version.
Comment 4 QA Administrators 2021-09-26 03:57:55 UTC Comment hidden (obsolete)
Comment 5 raal 2021-10-02 09:40:59 UTC
I can reproduce crash with Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: b63c5ade3554a42def4bce94f9fd67ea66528214
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded
Comment 6 raal 2021-10-02 10:05:53 UTC
This seems to have begun at the below commit.
Adding Cc: to XXX ; Could you possibly take a look at this one?
Thanks
 0918a0c29b494e043480b9f1ed3f032524968d59 is the first bad commit
commit 0918a0c29b494e043480b9f1ed3f032524968d59
Author: Matthew Francis <mjay.francis@gmail.com>
Date:   Sun Mar 15 03:51:36 2015 +0800

    source-hash-47a2d7642d249d70b5da0c330a73f3a0032e4bba
    
    commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba
    Author:     Juan Picca <jumapico@gmail.com>
    AuthorDate: Fri Sep 19 14:19:30 2014 -0300
    Commit:     David Tardon <dtardon@redhat.com>
    CommitDate: Thu Oct 9 11:33:33 2014 +0000
    
        fdo#81356: convert Fraction to boost::rational<long> - wip
    
        * Added rational util functions used by Fraction class not
          available in the boost::rational class.
        * Replaced usage of Fraction by boost::rational<long>
        * Removed code that relies on:
          1. fraction.IsValid() -- rational only allow valid values, ie
             denominator() != 0
          2. rational.denominator() == 0 -- always false
          3. rational.denominator() < 0 -- always false but implementation
             detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation
        * Simplified code that relies on:
          1. rational.denominator() != 0 -- always true
        * BUGS EXIST because Fraction allows the creation of invalid values but
          boost::rational throws the exception boost::bad_rational
Comment 7 raal 2021-10-02 10:06:47 UTC
Adding Cc: to Juan Picca
Comment 8 raal 2021-10-02 14:36:54 UTC
*** Bug 135414 has been marked as a duplicate of this bug. ***
Comment 9 Juan Picca 2021-10-03 03:26:38 UTC
Hi all.

1. I can't reproduce the bug in 

Version: 7.2.1.2 / LibreOffice Community
Build ID: 20(Build:2)
CPU threads: 4; OS: Linux 5.14; UI render: default; VCL: gtk3
Locale: es-UY (en_US.UTF-8); UI: en-US
Debian package version: 1:7.2.1-4
Calc: threaded

2. The mentioned commit was reverted:

commit 31af61ea091cc895b893c849f2130aa35792b7db                                  
Author: Jan Holesovsky <kendy@collabora.com>                                     
Date:   Thu Oct 23 17:41:47 2014 +0200                                           
                                                                                 
    Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"
                                                                                 
    This reverts commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba.                
                                                                                 
    Conflicts:                                                                   
                                                                                 
            cui/source/tabpages/transfrm.cxx                                     
            svx/source/svdraw/svdedtv1.cxx                                       
            svx/source/svdraw/svdibrow.cxx                                       
            sw/source/filter/ww1/w1filter.cxx                                    
            tools/source/generic/rational.cxx                                    
                                                                                 
    Change-Id: I4849916f5f277a4afef0e279b0135c76b36b9d15

Regards,
JMPC
Comment 10 raal 2021-10-03 07:40:11 UTC
I can reproduce the crash with LO 7.3. There is message in CLI 
terminate called after throwing an instance of 'boost::wrapexcept<boost::bad_rational>'
  what():  bad rational: zero denominator
Comment 11 Juan Picca 2021-10-04 00:50:14 UTC
Hi raal.

It is possible for you run writer under gdb to obtain a stack trace?
I suspect that the problem is with the code that try to create an invalid fraction (zero denominator).

Maybe we can add a check before the creation of the fraction.

Greetings,
JMPC
Comment 12 BogdanB 2022-08-11 05:17:55 UTC
I get this messages, if this help

warn:stoc:2888:2888:stoc/source/javaloader/javaloader.cxx:381: getJavaVM returned null
warn:sfx.dialog:2888:2888:sfx2/source/dialog/filtergrouping.cxx:359: already have an element for WordPerfect
warn:sfx.dialog:2888:2888:sfx2/source/dialog/filtergrouping.cxx:359: already have an element for writerweb8_writer_template
warn:sfx.dialog:2888:2888:sfx2/source/dialog/filtergrouping.cxx:359: already have an element for writerglobal8
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:xmloff:2888:2888:xmloff/source/draw/shapeimport.cxx:346: unknown element urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:soft-page-break
warn:stoc:2888:2888:stoc/source/javaloader/javaloader.cxx:381: getJavaVM returned null
warn:xmloff.chart:2888:2888:xmloff/source/chart/SchXMLExport.cxx:3950: No DataProvider
warn:xmloff.chart:2888:2888:xmloff/source/chart/SchXMLExport.cxx:3950: No DataProvider
warn:xmloff.chart:2888:2888:xmloff/source/chart/SchXMLExport.cxx:3950: No DataProvider
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:legacy.osl:2888:2888:xmloff/source/style/xmlexppr.cxx:858: special item not handled in xml export
warn:legacy.osl:2888:2888:xmloff/source/style/xmlexppr.cxx:858: special item not handled in xml export
warn:legacy.osl:2888:2888:xmloff/source/style/xmlexppr.cxx:858: special item not handled in xml export
warn:legacy.osl:2888:2888:xmloff/source/style/xmlexppr.cxx:858: special item not handled in xml export
warn:legacy.osl:2888:2888:xmloff/source/style/xmlexppr.cxx:858: special item not handled in xml export
warn:legacy.osl:2888:2888:xmloff/source/style/xmlexppr.cxx:858: special item not handled in xml export
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:legacy.osl:2888:2888:sw/source/core/text/porlin.cxx:219: SwLinePortion::FindPrevPortion: blowing in the wind
warn:legacy.osl:2888:2888:sw/source/core/text/porlin.cxx:219: SwLinePortion::FindPrevPortion: blowing in the wind
warn:chart2:2888:2888:chart2/source/controller/main/ControllerCommandDispatch.cxx:704: commandAvailable: command not in availability map:.uno:StatusBarVisible
warn:chart2:2888:2888:chart2/source/controller/main/ControllerCommandDispatch.cxx:704: commandAvailable: command not in availability map:.uno:StatusBarVisible
warn:legacy.osl:2888:2888:sw/source/core/text/porlin.cxx:219: SwLinePortion::FindPrevPortion: blowing in the wind
warn:legacy.osl:2888:2888:sw/source/core/text/porlin.cxx:219: SwLinePortion::FindPrevPortion: blowing in the wind
warn:legacy.osl:2888:2888:sw/source/core/text/porlin.cxx:219: SwLinePortion::FindPrevPortion: blowing in the wind
warn:legacy.osl:2888:2888:sw/source/core/text/porlin.cxx:219: SwLinePortion::FindPrevPortion: blowing in the wind
warn:legacy.osl:2888:2888:sw/source/core/text/porlin.cxx:219: SwLinePortion::FindPrevPortion: blowing in the wind
warn:stoc:2888:2888:stoc/source/javaloader/javaloader.cxx:381: getJavaVM returned null
warn:legacy.osl:2888:2888:sw/source/core/text/porlin.cxx:219: SwLinePortion::FindPrevPortion: blowing in the wind
warn:legacy.osl:2888:2888:chart2/source/tools/LifeTime.cxx:57: This component is already disposed 
warn:chart2.main:2888:2888:chart2/source/controller/main/ChartController.cxx:184: a well known owner has caught a CloseVetoException after calling close(true)
warn:legacy.osl:2888:2888:chart2/source/tools/LifeTime.cxx:57: This component is already disposed 
warn:chart2:2888:2888:chart2/source/tools/LifeTime.cxx:117: This component is already disposed 
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:legacy.osl:2888:2888:sw/source/core/text/porlin.cxx:219: SwLinePortion::FindPrevPortion: blowing in the wind
warn:chart2.tools:2888:2888:chart2/source/tools/WrappedPropertySet.cxx:137: found no inner property set to map to
warn:chart2:2888:2888:chart2/source/tools/LifeTime.cxx:117: This component is already disposed 
warn:legacy.osl:2888:2888:sw/source/core/access/accmap.cxx:1063: invalid event combination
warn:legacy.osl:2888:2888:sw/source/core/access/accmap.cxx:1063: invalid event combination
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:442: fire event for disposed frame?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:295: Visible area of child is wrong. Did it exist already?
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:legacy.osl:2888:2888:sw/source/core/access/acccontext.cxx:1060: invalid visible area for dispose
warn:xmloff:2888:2888:xmloff/source/chart/SchXMLChartContext.cxx:391: unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:legacy.osl:2888:2888:sw/source/core/unocore/unochart.cxx:974: XLabeledDataSequence in data source contains 0 entries
warn:legacy.osl:2888:2888:sw/source/core/unocore/unochart.cxx:974: XLabeledDataSequence in data source contains 0 entries
terminate called after throwing an instance of 'boost::wrapexcept<boost::bad_rational>'
  what():  bad rational: zero denominator
warn:desktop:2888:2888:desktop/source/app/crashreport.cxx:61: minidump generated: /home/bogdan/Documente/LibreOfficeDev_7.5.0.0.alpha0_Linux_x86-64_archive/program/../program/../libreofficedev/4/crash//674da979-9ecb-43c2-4cf24793-01d28265.dmp
warn:legacy.osl:2888:2888:sw/source/core/access/accpara.cxx:1016: caret pos out of sync
warn:legacy.osl:2888:2888:sw/source/core/edit/ednumber.cxx:677: GetNumLevel() without text node
warn:legacy.osl:2888:2888:sw/source/core/edit/ednumber.cxx:677: GetNumLevel() without text node
warn:legacy.osl:2888:2888:sw/source/core/edit/ednumber.cxx:677: GetNumLevel() without text node
warn:legacy.osl:2888:2888:sw/source/core/edit/ednumber.cxx:677: GetNumLevel() without text node
warn:legacy.osl:2888:2888:sw/source/core/edit/ednumber.cxx:677: GetNumLevel() without text node
warn:legacy.osl:2888:2888:sw/source/core/edit/ednumber.cxx:677: GetNumLevel() without text node
warn:legacy.osl:2888:2888:sw/source/core/edit/ednumber.cxx:677: GetNumLevel() without text node
warn:legacy.osl:2888:2888:sw/source/core/edit/ednumber.cxx:677: GetNumLevel() without text node
warn:legacy.osl:2888:2888:sw/source/core/edit/ednumber.cxx:677: GetNumLevel() without text node
Comment 13 BogdanB 2022-08-11 05:18:56 UTC
I'm using
Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 641d92a73e5b3d0e062e16ed4b42236e1a4796a5
CPU threads: 16; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded
Comment 14 Telesto 2022-08-11 07:59:31 UTC
Created attachment 181719 [details]
BT with symbols

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 7a89eae97a970939174d59aa58147eaa194acaee
CPU threads: 8; OS: Mac OS X 12.3.1; UI render: Skia/Metal; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded
Comment 15 Telesto 2023-01-16 19:16:46 UTC
Repro
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 37e3455a13ab5741104bf41d05a80e60a4612682
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded

&Julien
Backtrace would be nice to have
Comment 16 Julien Nabet 2023-01-16 20:27:36 UTC
Created attachment 184700 [details]
gdb bt

Here's a bt with console logs retrieved on pc Debian x86-64 with master sources updated today + gen rendering.
Comment 17 Tex2002ans 2024-02-10 12:46:18 UTC
Hmmm, I wasn't able to get a crash in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

- - -

Followed comment 0 exactly.
Comment 18 Telesto 2024-02-11 18:16:25 UTC
No crash
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 4d381b54d1c598c181b4a21a8bf0db86eb4668d1
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded