<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [d3dadapter+radeonsi & bisect] EVE-Online : hang on wormhole sight"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99246#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [d3dadapter+radeonsi & bisect] EVE-Online : hang on wormhole sight"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99246">bug 99246</a>
              from <span class="vcard"><a class="email" href="mailto:davyaxel0@gmail.com" title="Axel Davy <davyaxel0@gmail.com>"> <span class="fn">Axel Davy</span></a>
</span></b>
        <pre>Instead does changing in nine_csmt_helper.h

line 236
    ARGS_FOR_UNBIND( __VA_ARGS__ ) \
    p_atomic_dec(args->counter); \
    return 0; \

by

    p_atomic_dec(args->counter); \
    ARGS_FOR_UNBIND( __VA_ARGS__ ) \
    return 0; \

Fix the issue ?</pre>
        </div>
      </p>


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

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