<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Broken file loops poppler"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=63190#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Broken file loops poppler"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=63190">bug 63190</a>
              from <span class="vcard"><a class="email" href="mailto:aacid@kde.org" title="Albert Astals Cid <aacid@kde.org>"> <span class="fn">Albert Astals Cid</span></a>
</span></b>
        <pre>Quick analisys, there is a page that does a form Xf4, while doing that form a
new dictionary with resources is pushed and that form calles the new Xf4 form,
but unfortunately its ref is null so the loop in GfxResources::lookupXObject
ends up picking up the same Xf4 form that executes itself forever.

Suggestion, store in Gfx the forms we are drawing (using the ref), if we find a
form we are already drawing, bail out.

Am I making any sense?</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>