<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Scrolling font list with previews enabled makes LO crash ( steps in comment 36 )"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106265#c47">Comment # 47</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Scrolling font list with previews enabled makes LO crash ( steps in comment 36 )"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106265">bug 106265</a>
              from <span class="vcard"><a class="email" href="mailto:baron@caesar.elte.hu" title="Aron Budea <baron@caesar.elte.hu>"> <span class="fn">Aron Budea</span></a>
</span></b>
        <pre>The heart of the issue seems to be this call in
WinFontInstance::CacheGlyphToAtlas(...):

HDC hNewDC = CreateCompatibleDC(hDC);
<a href="http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/winlayout.cxx#60">http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/winlayout.cxx#60</a>

Each pass through here increases GDI (DC) usage by 1, and I assume it's called
for each glyph in the visible area of the font list.</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>