[Libreoffice-bugs] [Bug 134996] Crash scrolling down in large file while still loading
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Jul 23 09:56:51 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134996
Telesto <telesto at surfxs.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
--- Comment #16 from Telesto <telesto at surfxs.nl> ---
And I also reproduce this with a accepted all changes variant.. only less often
(scrolls up faster etc). But not quite a surprise
1417 void vcl::Region::SetEmpty()
1418 {
1419 // reset all content
1420 mpB2DPolyPolygon.reset();
1421 mpPolyPolygon.reset();
1422 mpRegionBand.reset();
1423 mbIsNull = false;
1424 }
1425
1426 Region& vcl::Region::operator=( const vcl::Region& ) = default;
Resetting all content as it's probably still needed somewhere. I would say it's
more co-incidence; timing element. Being at the wrong place at the wrong moment
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200723/aa2af21e/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list