[Libreoffice-bugs] [Bug 105316] Crash in OutputDevice::InitLineColor() when stressing the Select Theme Categories

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 25 11:55:59 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=105316

--- Comment #8 from Miklos Vajna <vmiklos at collabora.co.uk> ---
See 0d860007d692f9fb15b5699b49c314eb72eae79b for an example on how to load a
JPEG file safely on a thread. The bitmap creation is not thread-safe, so that
has to be created on a main thread, the pixel-reading part can run on a thread.
And also you need to make sure this is a JPEG file, other image filters don't
have this separation between creating the bitmap and reading pixel data.

-- 
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/20170525/309f9f04/attachment.html>


More information about the Libreoffice-bugs mailing list