<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in OutputDevice::InitLineColor() when stressing the Select Theme Categories"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=105316#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in OutputDevice::InitLineColor() when stressing the Select Theme Categories"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=105316">bug 105316</a>
              from <span class="vcard"><a class="email" href="mailto:vmiklos@collabora.co.uk" title="Miklos Vajna <vmiklos@collabora.co.uk>"> <span class="fn">Miklos Vajna</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>