[Libreoffice-bugs] [Bug 114197] Handling large EMF document stalls LO for several minutes

2017-12-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

Buovjaga  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #15 from Buovjaga  ---
Yep, let's dupe to it.

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

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

--- Comment #14 from V Stuart Foote  ---
Created attachment 138324
  --> https://bugs.documentfoundation.org/attachment.cgi?id=138324=edit
StackTrace WinDbg_x86 of 2017-11-01 TB39 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 114197] Handling large EMF document stalls LO for several minutes

2017-12-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=45
   ||820

--- Comment #13 from V Stuart Foote  ---
Looks to be a dupe of see also bug 45820

WinDbg stack trace on filter insert to Draw canvas. Grinding away at
b2dclipstate and b2dpolypolycutter...

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

Buovjaga  changed:

   What|Removed |Added

   Keywords||haveBacktrace

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #12 from Buovjaga  ---
Created attachment 138322
  --> https://bugs.documentfoundation.org/attachment.cgi?id=138322=edit
Callgrind output from master

Took it from opening the .odg

Arch Linux 64-bit
Version: 6.1.0.0.alpha0+
Build ID: a9a4c26ed1365ffa089654fefc8fa2f29862b6c7
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group threaded
Built on December 7th 2017

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

--- Comment #11 from Mason  ---
Created attachment 138227
  --> https://bugs.documentfoundation.org/attachment.cgi?id=138227=edit
LO 5.4.3 profile

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

--- Comment #10 from Mason  ---
Created attachment 138226
  --> https://bugs.documentfoundation.org/attachment.cgi?id=138226=edit
LO 4.2.8 profile

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

--- Comment #9 from Mason  ---
I have used
perf record -e cycles -c 100 libreoffice problem.odt
to profile LO 4.2.8 and LO 5.4.3 when opening problem.odt

Summary:

1) LO 5.4.3 is 60% slower than LO 4.2.8 (performance regression?)

2) there are non-trivial differences between the two profiles
=> rtl_math_approxEqual() added in LO 5.4.3

I will attach the two profiles.

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

--- Comment #8 from Aron Budea  ---
Created attachment 138188
  --> https://bugs.documentfoundation.org/attachment.cgi?id=138188=edit
VerySleepy profiler screenshot

Attaching a screenshot of VerySleepy profile results (measured for 100s after
inserting the image), it points to basegfx polygon-handling code.

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

Telesto  changed:

   What|Removed |Added

Version|5.4.3.2 release |4.0.0.3 release

--- Comment #7 from Telesto  ---
Also in
Versie 4.0.0.3 (Bouw-id: 7545bee9c2a0782548772a21bc84a9dcc583b89)

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

--- Comment #6 from Mason  ---
EMF = Enhanced Metafile
https://en.wikipedia.org/wiki/Windows_Metafile

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

Aron Budea  changed:

   What|Removed |Added

  Component|graphics stack  |filters and storage

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

Aron Budea  changed:

   What|Removed |Added

   Keywords||filter:emf, perf
 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
 Blocks||103859
 Ever confirmed|0   |1

--- Comment #5 from Aron Budea  ---
Confirmed with a 6.0 daily build from a few days ago / Windows 7.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103859
[Bug 103859] [META] EMF/WMF (Enhanced/Windows Metafile) bugs and enhancements
-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

--- Comment #4 from Mason  ---
Created attachment 138170
  --> https://bugs.documentfoundation.org/attachment.cgi?id=138170=edit
Problem EMF as PNG

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

--- Comment #3 from Mason  ---
Created attachment 138169
  --> https://bugs.documentfoundation.org/attachment.cgi?id=138169=edit
Problem EMF embedded in odt

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

--- Comment #2 from Mason  ---
Created attachment 138168
  --> https://bugs.documentfoundation.org/attachment.cgi?id=138168=edit
Problem EMF embedded in odg

Loading takes several minutes. Scrolling up and down stalls LO as well.

-- 
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 114197] Handling large EMF document stalls LO for several minutes

2017-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114197

--- Comment #1 from Mason  ---
Created attachment 138167
  --> https://bugs.documentfoundation.org/attachment.cgi?id=138167=edit
Problem EMF compressed with 7zip

-- 
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