Bug 147725 - CRASH: copying and pasting
Summary: CRASH: copying and pasting
Status: RESOLVED DUPLICATE of bug 147723
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.4.0.0 alpha0+
Hardware: All All
: high major
Assignee: Michael Stahl (allotropia)
URL:
Whiteboard:
Keywords: bibisected, bisected, haveBacktrace, regression
Depends on:
Blocks:
 
Reported: 2022-03-02 09:53 UTC by Xisco Faulí
Modified: 2022-04-21 11:56 UTC (History)
3 users (show)

See Also:
Crash report or crash signature: ["sw::mark::FindFieldSep(sw::mark::IFieldmark const &)"]


Attachments
sample file (19.50 KB, application/msword)
2022-03-02 09:53 UTC, Xisco Faulí
Details
bt with debug symbols (9.61 KB, text/plain)
2022-03-02 19:47 UTC, Julien Nabet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xisco Faulí 2022-03-02 09:53:32 UTC
Created attachment 178613 [details]
sample file

Steps to reproduce:
1. Open attached document
2. Select All
3. Copy
4. Paste

-> Crash

Reproduced in

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: c97a3592c78ce276a353f95ce68c70a8a39174a0
CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: en-US
Calc: threaded
Comment 1 Xisco Faulí 2022-03-02 09:54:31 UTC
Regression introduced by:

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

author	Michael Stahl <michael.stahl@allotropia.de>	2021-11-19 16:08:57 +0100
committer	Michael Stahl <michael.stahl@allotropia.de>	2021-12-23 09:11:59 +0100
commit 657de5fba12b0e9afcdee361654d2a2d0dbd7311 (patch)
tree 5826d4081b90c4e55e262d203b0dffff3bbbc51d
parent d11fb6cecaf72787973990e09cc7e8d03bdbf9d7 (diff)
Revert "Revert "sw_fieldmarkhide: init fieldmark mode from options""

Bisected with: bibisect-linux64-7.4

Adding Cc: to Michael Stahl
Comment 2 Julien Nabet 2022-03-02 19:47:06 UTC
Created attachment 178621 [details]
bt with debug symbols

On pc Debian x86-64 with master sources updated today (06f19fc07991ee233a870e98a9115deffa8abf6d), I got an assertion.
Comment 3 Xisco Faulí 2022-03-10 12:53:50 UTC
Bumping importance since it's a regression and reproducible in libreoffice-7-3 branch
Comment 4 Michael Stahl (allotropia) 2022-04-21 11:52:28 UTC
apparently i fixed it already

*** This bug has been marked as a duplicate of bug 147723 ***
Comment 5 Xisco Faulí 2022-04-21 11:56:41 UTC
(In reply to Michael Stahl (allotropia) from comment #4)
> apparently i fixed it already
> 
> *** This bug has been marked as a duplicate of bug 147723 ***

Indeed. Verified in a local build.
@Michael, thanks for fixing this issue!