Description: Crash cutting a chart Steps to Reproduce: 1. Open attachment 157129 [details] (bug 1291010 2. Insert a chart 3. Click outside the chart 4. Right Click the chart -> Cut -> Crash Actual Results: Crash Expected Results: No crash Reproducible: Always User Profile Reset: No Additional Info: Version: 7.0.0.0.alpha0+ (x64) Build ID: 7ae9c9572ccac55c0926b8a9779bb63c4236291c CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win; Locale: nl-NL (nl_NL); UI-Language: en-US Calc: CL
(bug 129101)
I can't confirm it with Version: 7.0.0.0.alpha0+ (x64) Build ID: 1c9ced04189c9d23ffea05d5570960b54b05ef28 CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win; Locale: de-DE (de_DE); UI-Language: en-GB Calc: CL
I can't reproduce it in Version: 7.0.0.0.alpha0+ Build ID: 11e6582b23b983fde4b04ece5b37c546bcd98a43 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded @Telesto, can you reproduce it with another document ? it would be helpful if it can be reproduced with a smaller document, the one mentioned is just too heavy to work with it and makes it very tedious to works with...
Created attachment 159173 [details] BT without symbols
(In reply to Xisco Faulí from comment #3) > @Telesto, can you reproduce it with another document ? it would be helpful > if it can be reproduced with a smaller document, the one mentioned is just > too heavy to work with it and makes it very tedious to works with... Sorry, I don't have simply variant lying around.. Maybe the BT can help to find something similar?
[Automated Action] NeedInfo-To-Unconfirmed
No repro. Needinfo to add minimal sample with exact steps where to insert, which data.
Created attachment 159241 [details] Screencast
Sinem Isik 06.05.2020 I was able to reproduce the bug on Windows10 64-bit OS by using attached odt file (attachment 157129 [details]) as shown in the video (attachment 159241 [details]). Tested in: Version: 6.4.4.1 (x64) Build ID: b50bc319eca5cd5b66fbfe2ebd0d3bd1eed099b5 CPU threads: 12; OS: Windows 10.0 Build 17763; UI render: GL; VCL: win; Locale: nl-NL (nl_NL); UI-Language: en-US Calc: CL Steps to reproduce: 1. Open Writer 2. Open performance-bug.odt 3. Add chart (from the shortcut or Insert->Chart) 4. Click on the empty area below the chart (or the gray area) 4. right click on the chart and cut I've tried to replicate the problem with other documents. Started from scratch with empty document, added symbols and text box. Didn't lead to crash. Also tried to replicate on MacOS Version 10.14.6 with LibreOffice_6.4.4.1_MacOS_x86-64.dmg by using the attached file again. Could no reproduce.
(In reply to Sinem from comment #9) > Sinem Isik 06.05.2020 > > I was able to reproduce the bug on Windows10 64-bit OS by using attached odt > file (attachment 157129 [details]) as shown in the video (attachment 159241 [details] > [details]). Sinem, if you're able to reproduce it, you are allowed to change status to NEW (Idid it for you now)
Crash report: https://crashreport.libreoffice.org/stats/crash_details/4151b875-8bae-41ac-92a5-4e1f61e71cf8
I could reproduce and bibisect this to the 6.4 backport of the following commit using repo. Adding CC: to Michael Stahl. It doesn't occur all the time. Either cutting will follow through, or it will crash. Before the patch instead of the crash, nothing happens (but in the other case it works fine). I think if you don't see the selection handles around the chart after right-clicking, that's when it crashes on cut. https://cgit.freedesktop.org/libreoffice/core/commit/?id=81ec0039b2085faab49380c7a56af0c562d4c9e4 author Michael Stahl <Michael.Stahl@cib.de> 2020-01-20 13:48:27 +0100 committer Michael Stahl <michael.stahl@cib.de> 2020-01-20 19:25:41 +0100 tdf#129582 sw: fix copying of flys in header/footer in DOCX/RTF import
(In reply to Aron Budea from comment #12) > I could reproduce and bibisect this to the 6.4 backport of the following > commit using repo. Adding CC: to Michael Stahl. ...using repo bibisect-linux-64-6.4.
(In reply to Aron Budea from comment #12) > I think if you don't see the selection handles around the chart after > right-clicking, that's when it crashes on cut. Then again, that's not the case in the screencast.
Created attachment 166485 [details] Backtrace w symbols
Created attachment 166640 [details] backtrace of ClearMark the problem: during layout, the SdrView's list of marked objects is cleared
fixed on master
Michael Stahl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/40bff2567fa4a3fa8ec4445182cbbe3547c17410 tdf#131679 sw: fix crash when copying fly via context menu It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f63afb95b5c2d80d33a35820ef1d9abd9e70d3ca tdf#131679 sw: follow-up: Unmark before SetSelection() It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/142dc93d9ad793e036baa5573aea31cb6f416f57 (related: tdf#131679) sw: only unmark if this SwFlyFrame is marked It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/8d51308a91206f6dc1bbd71bfe2a865cf5f3849e tdf#131679 sw: fix crash when copying fly via context menu It will be available in 7.0.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 134955 has been marked as a duplicate of this bug. ***