This bug was filed from the crash reporting server and is br-107831b7-d870-4a6f-b96a-b03f3727119b. ========================================= Consistent crashes whenever I perform the following sequence: Insert rows to a table Copy content from existing rows to the new rows Attempt to modify content of any of the rows using version 6.0.5.2 (x64) ofLibreOffice Writer
Thanks for reporting the issue. Do you reproduce it with a blank document or with a specific document? If so, could you please attach it. OTOH, Could you please create and attach a screencast showing the steps? There are various free screencast software available for use, including Camstudio (Windows), Jing (Mac), Simple Screen Recorder (Linux) or screencast-o-matic.com (Web). I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' once the requested screencast is provided.
Michael: a lot of bt of the crashreports page shows DocumentRedlineManager. Having noticed your recent work about this, thought you might be interested in this one. I mean, it's perhaps already fixed in master.
Created attachment 145065 [details] this is the file that I was trying to modify
Created attachment 145066 [details] this is the screen play of the error the last step was to select one of the cell in order to modify it
So it crashes for me when I undo the paste action Versión: 6.1.1.2 Id. de compilación: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b Subprocs. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; Configuración regional: es-ES (es_ES); Calc: group threaded Steps to reproduce with the minimal file attached 1. Open the file 2. Select the rows with content in the first page and copy 3. select the last three rows without content in the first page 4. Paste 5. Undo the action Crash! http://crashreport.libreoffice.org/stats/crash_details/625b8d80-2012-44dc-980a-28c69c921c1b
Created attachment 145067 [details] minimal sample
it has taken me a while to bisect it ( sometimes it crashed, sometimes not ) but I think I've found the commit introduced the crash... I've reverted it locally and it no longer crashes following the steps from comment 5. Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=2c3dfd9d3bafc6ad84d750c7bec935b5b164e7f7 author Ashod Nakashian <ashod.nakashian@collabora.co.uk> 2017-08-25 20:47:30 -0400 committer Ashod Nakashian <ashnakash@gmail.com> 2017-08-28 03:50:54 +0200 commit 2c3dfd9d3bafc6ad84d750c7bec935b5b164e7f7 (patch) tree 8a7f1e5875063abc42b4a4a5ac0e9dc0572b6c9f parent 3eb31b506a2860eba3a578333a6486ee2a518c1a (diff) sw: invalidate paragraph signature on edit Bisected with: bibisect-linux64-6.0 Adding Cc: to Ashod Nakashian
Created attachment 145269 [details] bt with debug symbols On pc Debian x86-64 with master sources updated today, I got an assert with the minimal file. I had the assert just before the undo.
Still reproducible in Version: 6.2.0.0.beta1+ Build ID: 268364e35100b559f42d8c02b930c5cca1c84be7 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded with a clear profile
(In reply to Xisco Faulí from comment #5) > So it crashes for me when I undo the paste action > > Versión: 6.1.1.2 > Id. de compilación: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b > Subprocs. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; > Configuración regional: es-ES (es_ES); Calc: group threaded > > Steps to reproduce with the minimal file attached > 1. Open the file > 2. Select the rows with content in the first page and copy > 3. select the last three rows without content in the first page > 4. Paste > 5. Undo the action > > Crash! > > http://crashreport.libreoffice.org/stats/crash_details/625b8d80-2012-44dc- > 980a-28c69c921c1b No crash with Version: 6.3.0.0.alpha0+ Build ID: 17dd2662ccfa9d04efbea74e5d7548db5b2126d4 CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win;
(In reply to raal from comment #10) > No crash with Version: 6.3.0.0.alpha0+ > Build ID: 17dd2662ccfa9d04efbea74e5d7548db5b2126d4 > CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; Also no crash for me in Version: 6.3.0.0.alpha0+ Build ID: 62142168e42a050d052d7d75fafd8f6e9cf2a1af CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2019-01-10_12:30:00 Locale: nl-NL (nl_NL.UTF-8); UI-Language: en-US Calc: threaded
I can't reproduce it in Version: 6.1.4.2 Build ID: 1:6.1.4-0ubuntu0.16.04.1~lo2 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded nor in Version: 6.3.0.0.alpha0+ Build ID: a0210c5c5e8fd47b55567a8b18788d57d2b7decb CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded Closing as RESOLVED WORKSFORME @Nick Beneker, could you please check it on your side?
I do not seem to be able to reproduce it. I have not seen a recurrence of the issue in over a month. So I think it is safe to close. Thank you for addressing this.