Bug 139812 - Crash SwNoTextNode::SetTitle prior: textboxhelper.cxx:997: SwTextBoxHelper::syncFlyFrameAttr: The anchor of the shape different from the textframe!
Summary: Crash SwNoTextNode::SetTitle prior: textboxhelper.cxx:997: SwTextBoxHelper::s...
Status: RESOLVED DUPLICATE of bug 143320
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.2.0.0.alpha0+
Hardware: All All
: high critical
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks: Undo-Redo
  Show dependency treegraph
 
Reported: 2021-01-21 15:09 UTC by Telesto
Modified: 2022-02-08 22:25 UTC (History)
7 users (show)

See Also:
Crash report or crash signature:


Attachments
Example file (23.04 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2021-01-21 15:09 UTC, Telesto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2021-01-21 15:09:16 UTC Comment hidden (obsolete)
Comment 1 Telesto 2021-01-21 15:09:45 UTC
Created attachment 169076 [details]
Example file
Comment 2 Telesto 2021-01-21 15:10:41 UTC
Maybe already covered by the upcoming fix.. but better safe than sorry
Comment 3 Roman Kuznetsov 2021-01-22 14:11:03 UTC
no crash in 

Version: 7.2.0.0.alpha0+ (x64)
Build ID: 94f6765d6ecc3145fa2d266231124003cf953118
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: threaded

and you forgot step (copy) between 2 and 3 your steps. I think we should copy it all before pasting anywhere?
Comment 4 Xisco Faulí 2021-07-07 11:05:30 UTC
Hi Telesto,
Could you please try to reproduce it with a master build from http://dev-builds.libreoffice.org/daily/master/ ?
You can install it alongside the standard version.
I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the master build
Comment 5 Telesto 2021-07-07 15:08:05 UTC
Still crashing
1. Open the attached file
2. CTRL+A
3. CTRL+C
4. CTRL+N
5. CTRL+V
6. CTRL+Z
7. CTRL+V
8. CTRL+Z -> crash

Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: bd2f2273d83dcca43eb6b465308707efd45e7adf
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
Comment 6 Buovjaga 2021-07-19 17:31:26 UTC
(In reply to Telesto from comment #5)
> Still crashing
> 1. Open the attached file
> 2. CTRL+A
> 3. CTRL+C
> 4. CTRL+N
> 5. CTRL+V
> 6. CTRL+Z
> 7. CTRL+V
> 8. CTRL+Z -> crash

Crashes like clockwork for me

NixOS
Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: b1df9c67349cf4cc5be4128d797aefb87f50e38f
CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: x11
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Comment 7 Xisco Faulí 2021-07-19 19:49:41 UTC
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=b4365b985178e1866c74afd757a104aad1d405a9

author	Michael Stahl <Michael.Stahl@cib.de>	2020-12-10 11:22:13 +0100
committer	Michael Stahl <michael.stahl@cib.de>	2020-12-10 13:34:32 +0100
commit b4365b985178e1866c74afd757a104aad1d405a9 (patch)
tree 7aac322e0e1ef31e80127f46fdd414a872430251
parent 5dbb0403b6f814129983963f5fea02208995270a (diff)
tdf#134626 sw: fix UBSan warning about deleted SwTextFormatColl

Bisected with: bibisect-linux64-7.2

Adding Cc: to Michael Stahl
Comment 8 Gabor Kelemen (allotropia) 2022-02-08 22:22:10 UTC
I'm unable to reproduce this crash in 7.3 bibisect-win since:

https://git.libreoffice.org/core/+/2575f9757126228ba43f382a419b92e71ee5b608

author	Noel Grandin <noel.grandin@collabora.co.uk>	Wed Jul 14 10:24:17 2021 +0200
committer	Noel Grandin <noel.grandin@collabora.co.uk>	Wed Jul 14 12:11:02 2021 +0200

tdf#143320 Crash at paste/undo paste again

Thanks Noel for making this one go!

*** This bug has been marked as a duplicate of bug 143320 ***
Comment 9 Gabor Kelemen (allotropia) 2022-02-08 22:25:24 UTC
Note:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=6c1e6b188eeb5868cafe3f1605f4213d627a452c

author	Michael Stahl <Michael.Stahl@cib.de>	2020-12-17 19:48:22 +0100
committer	Michael Stahl <michael.stahl@cib.de>	2020-12-18 09:39:28 +0100
commit 6c1e6b188eeb5868cafe3f1605f4213d627a452c (patch)

tdf#138897 sw: avoid creating SwUndoResetAttr in CopyImplImpl()

mentions the bibisected commit, so the issue may have crept back since this, then got fixed again by Noel.