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
Created attachment 163462 [details] Example file
*** Bug 131804 has been marked as a duplicate of this bug. ***
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.
Dear Telesto, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
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
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
Adding Cc: to Juan Picca
*** Bug 135414 has been marked as a duplicate of this bug. ***
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
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
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
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
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
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
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
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.
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.
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