Bug 146614 - Crash swlo!SwFrame::SetInvalidVert+0x4397
Summary: Crash swlo!SwFrame::SetInvalidVert+0x4397
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.4.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: wantBacktrace
Depends on:
Blocks: Crash
  Show dependency treegraph
 
Reported: 2022-01-06 13:08 UTC by Telesto
Modified: 2022-10-19 15:20 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Example file (16.40 KB, application/vnd.oasis.opendocument.text)
2022-01-06 13:08 UTC, Telesto
Details
BT without symbols (14.11 KB, text/plain)
2022-01-06 13:09 UTC, Telesto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2022-01-06 13:08:36 UTC
Description:
Crash swlo!SwFrame::SetInvalidVert+0x4397

Steps to Reproduce:
1. Open attached file (slightly modified version of attachment 143995 [details] bug 119126)
2. Press CTRL+A
3. Press CTRL+C
4. Go to second page.. and click somewhere at green highlighting (different table distribution)
5. Scroll up. Place cursor somewhere at yellow marking 
6. CTRL+V (wait)
7. CTRL+Z -> crash

Actual Results:
Crash

Expected Results:
No crash


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 1bb0e177124d5d6661b72df6c7d848fb23639652
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 Telesto 2022-01-06 13:08:53 UTC
Created attachment 177347 [details]
Example file
Comment 2 Telesto 2022-01-06 13:09:11 UTC
Created attachment 177348 [details]
BT without symbols
Comment 3 Telesto 2022-01-06 15:50:34 UTC
Alternative
1. Open attached file
2. Place the cursor in the top left table cell
3. CTRL+A
4. F12 (toggle numbering on)
5. CTRL+Z

Does throw different warning SAL warning, prior crash, but well BT stack nearly identical
Comment 4 Julien Nabet 2022-01-06 17:45:44 UTC
On pc Debian x86-64 with master sources updated today, I don't reproduce the crash with first mechanism.
However, I don't have any part in green anymore after Ctrl-Z

I noticed different kinds of warns:
warn:legacy.osl:55675:55675:sw/source/core/layout/tabfrm.cxx:2710: debug assertion: <SwTabFrame::MakeAll()> - format of table lowers suppressed by fix i44910
warn:legacy.osl:55675:55675:sw/source/core/layout/flowfrm.cxx:2563: <SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move Backward> applied
warn:sw.layout:55675:55675:sw/source/core/layout/tabfrm.cxx:900: Cannot remove in-use Follow Flow Line
warn:legacy.osl:55675:55675:sw/source/core/layout/tabfrm.cxx:893: There should be a flowline in the follow
warn:legacy.osl:55675:55675:sw/source/core/layout/tabfrm.cxx:1368: Joining follow flow line

I suppose there are already similar bugtrackers with this kind of doc (complicated, at least for LO, layout with tabs) which crashes so I suppose it needs someone to care about these before creating new bugtrackers.

It also needs to speed up the layout mechanism, it's really slow.
Comment 5 Telesto 2022-01-06 18:12:00 UTC
(In reply to Julien Nabet from comment #4)
> On pc Debian x86-64 with master sources updated today, I don't reproduce the
> crash with first mechanism.
> However, I don't have any part in green anymore after Ctrl-Z
> 
> I noticed different kinds of warns:
> warn:legacy.osl:55675:55675:sw/source/core/layout/tabfrm.cxx:2710: debug
> assertion: <SwTabFrame::MakeAll()> - format of table lowers suppressed by
> fix i44910
> warn:legacy.osl:55675:55675:sw/source/core/layout/flowfrm.cxx:2563:
> <SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
> Backward> applied
> warn:sw.layout:55675:55675:sw/source/core/layout/tabfrm.cxx:900: Cannot
> remove in-use Follow Flow Line
> warn:legacy.osl:55675:55675:sw/source/core/layout/tabfrm.cxx:893: There
> should be a flowline in the follow
> warn:legacy.osl:55675:55675:sw/source/core/layout/tabfrm.cxx:1368: Joining
> follow flow line
> 
> I suppose there are already similar bugtrackers with this kind of doc
> (complicated, at least for LO, layout with tabs) which crashes so I suppose
> it needs someone to care about these before creating new bugtrackers.
> 
> It also needs to speed up the layout mechanism, it's really slow.

Well those warnings are around for a while.. but mostly doesn't end up with crash, as far I recall.
Comment 6 Telesto 2022-01-09 09:52:35 UTC
Confirming based on BT at bug 146621