Description: After the following step, Application Crashed Detail is Attachment. (screen cast movie) Steps to Reproduce: 1. Open Writer Document including Chart. 2. Click Chart Object 3. Click "Edit Chart" Button on right Properties bar. 4. Click "Properties" Icon (blue and white button) -> open blank space on right Properties bar 5. Select other object (For Example, Heading) -> close blank space 6. Click "Properties" Icon -> Application Crash Actual Results: Application Crash Expected Results: Not Crash After Step 4, Close properties space. Reproducible: Always User Profile Reset: Yes Additional Info: I confirm following version Version: 7.1.0.0.alpha0+ Build ID: a480b32fb7a381fc17d51c2ccd0e8c4455d38792 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3 Locale: en-US (C); UI: en-US TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2020-07-08_15:17:43 Calc: threaded Desktop Env:MATE OS: Ubuntu MATE
Created attachment 162874 [details] Screen Cast Movie
Created attachment 162879 [details] bt with debug symbols On pc Debian x86-64 with master sources updated today, I could reproduce this. I attached a bt. I noticed these logs too: warn:legacy.osl:104437:104437:chart2/source/tools/LifeTime.cxx:57: This component is already disposed warn:chart2.main:104437:104437:chart2/source/controller/main/ChartController.cxx:197: a well known owner has caught a CloseVetoException after calling close(true) warn:legacy.osl:104437:104437:chart2/source/tools/LifeTime.cxx:57: This component is already disposed warn:chart2:104437:104437:chart2/source/tools/LifeTime.cxx:117: This component is already disposed
it seems to be a duplicate of bug 133630 *** This bug has been marked as a duplicate of bug 133630 ***
Created attachment 163783 [details] sample document
Created attachment 167008 [details] Simple file to reproduce the crash This still crashes, and not because of an assertion like bug #133630 The "Edit Chart" button is not related to this, simply clicking on the chart to edit it is enough: - Open sidebar so that you see the paragraph properties. - Double click on the chart so that the Chart toolbar appears - Close the sidebar with the Properties button - Click outside the chart to finish editing - Click again the sidebars Properties button to get the paragraph properties back -> Crash. bibisected with bibisect-linux-6.1 repo to: https://git.libreoffice.org/core/+/af1c5b959462bc7dcd675c6298ca69c69f33bd52 author Katarina Behrens <Katarina.Behrens@cib.de> Tue Mar 20 15:31:21 2018 +0100 committer Katarina Behrens <Katarina.Behrens@cib.de> Sat Apr 28 18:31:30 2018 +0200 Enable undocking of sidebar by dragging a deck grip
Back to NEW. Adding CC to: Katarina Behrens
Dear sawakaze, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Created attachment 184312 [details] The sidebar after following the repro steps in comment 5 This seems to have gotten better in Version: 7.5.0.0.beta1+ (X86_64) / LibreOffice Community Build ID: 89188837f60d83a901b2c43f73d30e1957920f50 CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: hu-HU (hu_HU.UTF-8); UI: en-US Calc: threaded Now there is no crash, but the sidebar is empty, which is not exactly the expected behavior. Seems to be like this since 7.1, 7.0 still crashed.
Seems to be fixed since: https://git.libreoffice.org/core/+/4aa9cb784469b8c13660f36c829c0fadc11c922b author Aron Budea <aron.budea@collabora.com> Wed Dec 09 18:39:54 2020 +0100 committer Aron Budea <aron.budea@collabora.com> Fri Dec 11 11:03:42 2020 +0100 tdf#138762: crash when trying to open sidebar w chart in Writer The changed nature of the sidebar contents can be considered a separate issue. *** This bug has been marked as a duplicate of bug 138762 ***