<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - on MacOSX: shm_unlink failed: Permission denied"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62988#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - on MacOSX: shm_unlink failed: Permission denied"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62988">bug 62988</a>
              from <span class="vcard"><a class="email" href="mailto:tanuk@iki.fi" title="Tanu Kaskinen <tanuk@iki.fi>"> <span class="fn">Tanu Kaskinen</span></a>
</span></b>
        <pre>The(In reply to <a href="show_bug.cgi?id=62988#c1">comment #1</a>)
<span class="quote">> In shm.c, you use shm_open with mode & 0444. I guess that is the problem.
> Why are you doing that?</span >

No idea. Seems silly. The only caller for pa_shm_create_rw() uses mode 0700.

I'll make a slightly different patch: instead of using "mode & 0777", I'll
remove the and operator altogether and add an assertion that checks that the
mode is valid.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>