<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - strip out non-trivial globals before main"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=38835#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - strip out non-trivial globals before main"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=38835">bug 38835</a>
              from <span class="vcard"><a class="email" href="mailto:fischerhamilton@yahoo.com" title="Gregory Ngirmang <fischerhamilton@yahoo.com>"> <span class="fn">Gregory Ngirmang</span></a>
</span></b>
        <pre>Hi ;) It's been a while. I'm starting to have free time again, so I've been
poking around trying to find any globals that I can see as causing this issue.

"Any variable marked 'static'" might not really be an issue save that they are
global for only globals are constructed at startup but static locals are
constructed when the declaration is first passed over.[1]

[1]
<a href="http://stackoverflow.com/questions/55510/when-do-function-level-static-variables-get-allocated-initialized">http://stackoverflow.com/questions/55510/when-do-function-level-static-variables-get-allocated-initialized</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>