<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#c1">Comment # 1</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:ich@az2000.de" title="Albert Zeyer <ich@az2000.de>"> <span class="fn">Albert Zeyer</span></a>
</span></b>
        <pre>In shm.c, you use shm_open with mode & 0444. I guess that is the problem. Why
are you doing that? If I change it to mode & 0777, this error does not occur
anymore.

The quit caused this error, not the other way around (as I thought). The quit
is because of:

I: [] core.c: We are idle, quitting...
I: [] main.c: Daemon shutdown initiated.

So nothing wrong with the quit (I guess).</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>