| Summary: | EDITING Calc crashes when editing cell content in inserted rows | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Stefan_Lange_KA <Stefan_Lange_KA> |
| Component: | Calc | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | bubba.smyth1, caolan.mcnamara, hmblair, jsleeth, serval2412, southisup, stephane.guillou |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | 3.3.4 release | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | All | ||
| Whiteboard: | target:7.4.0 target:7.3.4 | ||
| Crash report or crash signature: | ["vcl::unohelper::DragAndDropWrapper::dragGestureRecognized(com::sun::star::datatransfer::dnd::DragGestureEvent const &)","vcl::unohelper::DragAndDropWrapper::dragGestureRecognized(com::sun::star::datatransfer::dnd::DragGestureEvent const&)"] | Regression By: | |
| Bug Depends on: | |||
| Bug Blocks: | 133092 | ||
| Attachments: |
Test document to show the behavior
gdb bt (gtk3 rendering) |
||
|
Description
Stefan_Lange_KA@T-Online.de
2022-05-13 18:30:53 UTC
Created attachment 180112 [details]
gdb bt (gtk3 rendering)
On pc Debian x86-64 with master sources updated today + gtk3, I could reproduce this.
Remark: every action was very slow.
Caolán: since the bt shows vcl part, thought you might be interested in this one. I can reproduce, seems to be a missing/skipped disposing for some reason. Apparently editeng related, and the comment thing is my guess given its history as a source of trouble in general :-) Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/dba12ec9cf049812dfadade3ed6a84127a9dca6c tdf#149079 don't skip disposing DnDListener It will be available in 7.4.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. that seems to fix what I see, which is hopefully the same problem as the original reported, it is at least consistent what that. Backport to 7-3 in gerrit With master sources updated again to retrieve the Caolán's patch, I confirm I don't reproduce the crash. Caolán: thank you for the quick fix! :-) Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/5ed1831e22715a615c88da0005521d3c1355f626 tdf#149079 don't skip disposing DnDListener It will be available in 7.3.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. Because of the "success rate" for reproducing the crashes < 100% I have tested repeatedly with several documents with Version: 7.4.0.0.alpha1+ (x64) / LibreOffice Community Build ID: 817b8fe7001a83cb74910eb09b7c14a3b95b8a39 CPU threads: 4; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: de-DE Calc: threaded build folder: /daily/master/Win-x86_64@tb77-TDF/2022-05-16_17.03.52/ Result: No crash occured! Therefore for me the bug seems to be fixed in LOdev 7.4.0.0.alpha1. Today I have also tested the patch for LOdev 7.3.4 with Version: 7.3.4.0.0+ (x64) / LibreOffice Community Build ID: 54f0c89ef7a93b12e6be67716bc55a47b69cb9a6 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: de-DE Calc: CL Result: Test was successful, no crash occured. *** Bug 143827 has been marked as a duplicate of this bug. *** *** Bug 147116 has been marked as a duplicate of this bug. *** *** Bug 144186 has been marked as a duplicate of this bug. *** *** Bug 143376 has been marked as a duplicate of this bug. *** |