Bug 133916 - Crash swlo!SwPostItField::GetName+0x9fswlo
Summary: Crash swlo!SwPostItField::GetName+0x9fswlo
Status: RESOLVED DUPLICATE of bug 139737
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
6.1 all versions
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
: 133912 133943 133966 (view as bug list)
Depends on:
Blocks: Crash
  Show dependency treegraph
 
Reported: 2020-06-11 21:05 UTC by Telesto
Modified: 2022-02-03 17:18 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2020-06-11 21:05:08 UTC
Description:
Crash swlo!SwPostItField::GetName+0x9fswlo

Steps to Reproduce:
. Open https://bz.apache.org/ooo/attachment.cgi?id=12592 (https://bz.apache.org/ooo/show_bug.cgi?id=24576)

Maybe related: https://gerrit.libreoffice.org/c/core/+/93583

2. CTRL+A
3. CTRL+X
4. CTRL+SHIFT+V -> RTF
5. CTRL+Z
6. CTRL+Z

Actual Results:
Crash

Expected Results:
no crash


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: a201ab6f47c2d5a7ba4c5f998b0aa231cae82010
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 1 MM 2020-06-12 19:27:16 UTC
Confirmed on mint 19.3 x64 with Version: 7.1.0.0.alpha0+
Build ID: 20ba8d8d9f4fcf7d5826fcb3366a9bff0d6a8ca1
CPU threads: 4; OS: Linux 5.3; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2020-06-10_07:16:41
Calc: threaded

Confirmed with Version: 7.0.0.0.alpha1+
Build ID: f2561331534459f8aebc57e8615fa5f626521bcb
CPU threads: 4; OS: Linux 5.3; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2020-05-24_14:20:49
Calc: threaded

https://crashreport.libreoffice.org/stats/crash_details/36fee74e-1940-4dae-ab07-093c805c9a5f
Comment 2 Xisco Faulí 2020-06-15 12:28:56 UTC
Regression introduced by:

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

author	Michael Stahl <mstahl@redhat.com>	2017-08-18 23:05:53 +0200
committer	Michael Stahl <mstahl@redhat.com>	2017-08-21 15:52:41 +0200
commit 685442bf71440e56fa8ae5a572d62f0a1e2c3200 (patch)
tree cb207dcd0cb8b52dfb77ea61df8c60fda68c713b
parent 38fa44435a428685b4ac59ee98972a8521942225 (diff)
tdf#111524 sw: delete annotation marks when creating delete redline

Bisected with: bibisect-linux64-6.0

Adding Cc: to Michael Stahl
Comment 3 Xisco Faulí 2020-06-15 12:29:08 UTC
*** Bug 133966 has been marked as a duplicate of this bug. ***
Comment 4 Xisco Faulí 2020-06-15 12:29:22 UTC
*** Bug 133912 has been marked as a duplicate of this bug. ***
Comment 5 Xisco Faulí 2020-06-15 12:30:39 UTC
*** Bug 133943 has been marked as a duplicate of this bug. ***
Comment 6 Gabor Kelemen (allotropia) 2022-02-03 11:16:44 UTC
This no longer crashes since:

https://git.libreoffice.org/core/+/94ef342679629c76eff2686243b423e926bbf680

author	Michael Stahl <michael.stahl@allotropia.de>	Wed Jan 19 19:35:15 2022 +0100
committer	Michael Stahl <michael.stahl@allotropia.de>	Wed Jan 26 18:48:48 2022 +0100

tdf#139737 sw_fieldmarkhide: writerfilter: don't copy header/footer

During bibisect I noticed the console output changed from writing this and showing the Document Recovery dialog:

terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string_view::substr: __pos (which is 194) > this->size() (which is 174)

to not writing anything and not showing the Document Recovery dialog, with:

https://git.libreoffice.org/core/+/b15638440d692dd8cce55c0e936fbb82d24f8414

author	László Németh <nemeth@numbertext.org>	Sat Jan 22 11:23:34 2022 +0100
committer	László Németh <nemeth@numbertext.org>	Wed Jan 26 12:06:15 2022 +0100

tdf#146857 sw change tracking: fix freezing during Undo
Comment 7 Xisco Faulí 2022-02-03 17:18:35 UTC
According to the unittest for bug < https://git.libreoffice.org/core/+/938a6a01168c6e091cea6735b1e4037c075dbabb%5E%21 > The steps described in the description are covered by the unittest. Closing as duplicated of bug 139737
@Gabor, thanks for the reverse bisection

*** This bug has been marked as a duplicate of bug 139737 ***