[Libreoffice-bugs] [Bug 134202] Crash upon deleting a multi-page selection in a specific document (see comment 16)

2022-08-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #19 from Hossein  ---
This change is related:

commit 0496252c2c7fd2d694c4a73f387ef75e0021de3e
Author: Michael Stahl 
Date:   Tue May 24 15:20:42 2022 +0200

sw: fix mysterious layout loop in CppunitTest_sw_uiwriter3 testTdf104649

This didn't happen with master from a week ago on Fedora 35, but happens
with Monday's master on Fedora 36. Also happens with libreoffice-7-3
branch.

Fundamentally the problem with the bugdoc is that there are tables in
footnotes, which aren't really supported and can't split across pages
like they would need to.

The loop happens because a footnote on page 48 invalidates position of
its anchor frame 549 on page 45.

This is probably pointless, let's only invalidate if the anchor is on
the same page (it should be on the same page, but probably the tables in
other footnotes get in the way).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 134202] Crash upon deleting a multi-page selection in a specific document (see comment 16)

2022-08-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #18 from Hossein  ---
Reproduced crash with the latest LO 7.4 stable:

Version: 7.4.0.3 / LibreOffice Community
Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: fa-IR (en_US.UTF-8); UI: en-US
Calc: threaded


With the latest LO 7.5 dev master:

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: a606244d9aa0054988caf1859efb7f26d38748cf
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

LibreOffice becomes very slow, almost unusable, getting these warnings:

warn:sw.layout:629470:629470:sw/source/core/layout/wsfrm.cxx:3024: footnote
frame on different page than ref frame?

and:

warn:legacy.osl:629470:629470:sw/source/core/access/accmap.cxx:2404: 

and:

warn:legacy.osl:629470:629470:sw/source/core/layout/calcmove.cxx:302: :-(
Layout unstable (this not found).

also:

warn:sw.core:629470:629470:sw/source/core/attr/calbck.cxx:196: a 11SwNumFormat
client added as listener to a 12SwCharFormat during client iteration.

After removing the suggested part, LibreOffice does not crash, but it becomes
even worse regarding being responsive. Nothing works, and I could not even quit
LibreOffice.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 134202] Crash upon deleting a multi-page selection in a specific document (see comment 16)

2020-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

Buovjaga  changed:

   What|Removed |Added

Summary|Crash upon deleting a   |Crash upon deleting a
   |heading in a specific   |multi-page selection in a
   |document|specific document (see
   ||comment 16)

--- Comment #16 from Buovjaga  ---
Summary and steps were misleading. All my previous testing focused on deleting
a single heading. I had no idea I had to make a 12-page selection. Clearer
steps:

1. Open attachment 162265
2. Ctrl-F find in the document this string appearing on page 12: informatique
chez les élèves de CM1 ?
3. Select backwards from the end of the string to the beginning of the document
4. Press Delete or Backspace

I get a 100% CPU usage loop on Linux.

In older versions the document appears mangled, so I'm not sure if a bibisect
could be attempted.

Arch Linux 64-bit
Version: 7.1.0.0.alpha0+
Build ID: bcf8868e031f916473f13bcd1a0835c74cb05de5
CPU threads: 8; OS: Linux 5.8; UI render: default; VCL: kf5
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 20 August 2020

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #15 from Regina Henschel  ---
Created attachment 164327
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164327=edit
Call Stack VS2019

It took some time until I realized, that you selected from page 1 to page 12.
But then it indeed crashes. The VS 2019 call stack is attached.

Tested with Version: 7.1.0.0.alpha0+ (x64)
Build ID: edd916b47e01ea53f0989bdbb6a703e081e25aea
CPU threads: 8; OS: Windows 10.0 Build 18362; UI render: Skia/Raster; VCL: win
Locale: de-DE (en_US); UI: en-US
Calc: CL

The document is 'evil'. It contains a table with one cell about 23 pages. And
inside that cell other tables. It has in addition the same performance problems
we have already seen, when page breaks have to be calculated for huge tables.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

Buovjaga  changed:

   What|Removed |Added

   Severity|normal  |critical
   Priority|medium  |high
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #14 from sora3...@gmail.com ---
(In reply to Buovjaga from comment #13)
> (In reply to sora34ce from comment #12)
> > I'm on Version 7.1.0.0, and LibreOffice has become unresponsive. Definitely
> > sounds like an overload of info
> 
> That doesn't sound like Telesto's problem (crash). Did you test with the
> steps from the description or comment 3? Please also include your version
> info by clicking the copy button in Help - About.

I did try testing based on Telesto's steps, and it did indeed crash. Also,
here's the version I'm on:

Version: 7.1.0.0.alpha0+
Build ID: 52820b52b3bca45e2db527d1cc5f4488b2e0b9d0
CPU threads: 8; OS: Mac OS X 10.15.6; UI render: default; VCL: osx
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-08-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

Buovjaga  changed:

   What|Removed |Added

 CC||sora3...@gmail.com

--- Comment #13 from Buovjaga  ---
(In reply to sora34ce from comment #12)
> I'm on Version 7.1.0.0, and LibreOffice has become unresponsive. Definitely
> sounds like an overload of info

That doesn't sound like Telesto's problem (crash). Did you test with the steps
from the description or comment 3? Please also include your version info by
clicking the copy button in Help - About.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-08-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #12 from sora3...@gmail.com ---
I'm on Version 7.1.0.0, and LibreOffice has become unresponsive. Definitely
sounds like an overload of info

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-08-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #11 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-08-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-08-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #10 from Telesto  ---
Created attachment 164170
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164170=edit
Screencast

Still crashing

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-08-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #9 from Xisco Faulí  ---
Hi Telesto,
Could you please try again with a recent master build ?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #8 from Buovjaga  ---
(In reply to Telesto from comment #7)
> (In reply to Buovjaga from comment #6)
> > (In reply to Telesto from comment #3)
> > > 1. Open the attached file
> > > 2. Select Introduction (start of the page) to informatique chez les élèves
> > > de CM1 ? on pag 12
> > > 3. Backspace -> LibreOffice gone
> > 
> > I don't get even unresponsiveness
> 
> -> Which means it's working for you?

No crash, no problem, no nothing.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #7 from Telesto  ---
(In reply to Buovjaga from comment #6)
> (In reply to Telesto from comment #3)
> > 1. Open the attached file
> > 2. Select Introduction (start of the page) to informatique chez les élèves
> > de CM1 ? on pag 12
> > 3. Backspace -> LibreOffice gone
> 
> I don't get even unresponsiveness

-> Which means it's working for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash upon deleting a heading in a specific document

2020-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

Buovjaga  changed:

   What|Removed |Added

Summary|Crash   |Crash upon deleting a
   ||heading in a specific
   ||document
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #6 from Buovjaga  ---
(In reply to Telesto from comment #3)
> 1. Open the attached file
> 2. Select Introduction (start of the page) to informatique chez les élèves
> de CM1 ? on pag 12
> 3. Backspace -> LibreOffice gone

I don't get even unresponsiveness

Version: 7.1.0.0.alpha0+ (x64)
Build ID: f7eff4319be741143f6d8d5e0f2995e3ce46b126
CPU threads: 4; OS: Windows 10.0 Build 18362; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); UI: en-US
Calc: threaded

Same is true for a commit from Thu Jun 25 03:06:40 2020 in win64-7.1 bibisect
repo, so it seems we are getting different results.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash

2020-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

Telesto  changed:

   What|Removed |Added

 Blocks||133092


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133092
[Bug 133092] [META] Crash bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash

2020-06-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #5 from Telesto  ---
For me it still crashes
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 006c65bbd472cb1d7d44e095714e28190b76be0d
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win
Locale: de-DE (nl_NL); UI: en-US
Calc: CL

But certainly something wrong; even being an 'evil' file

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash

2020-06-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #4 from Dieter  ---
LibeOffice becomes unresponsive (I waited for more than 10 miutes) with

Version: 7.1.0.0.alpha0+ (x64)
Build ID: 33a720ab802491f15b247e09755cd36205b6f435
CPU-Threads: 4; BS: Windows 10.0 Build 19041; UI-Render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash

2020-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

Telesto  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from Telesto  ---
1. Open the attached file
2. Select Introduction (start of the page) to informatique chez les élèves de
CM1 ? on pag 12
3. Backspace -> LibreOffice gone

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash

2020-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1

--- Comment #2 from Dieter  ---
Telesto, I'm sorry, but I don't understand step 2 (I think the verb is
missing).

=> NEEDINFO

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134202] Crash

2020-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134202

--- Comment #1 from Telesto  ---
Created attachment 162265
  --> https://bugs.documentfoundation.org/attachment.cgi?id=162265=edit
Example file

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs