[pulseaudio-tickets] [Bug 62988] on MacOSX: shm_unlink failed: Permission denied

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 2 02:46:28 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=62988

--- Comment #1 from Albert Zeyer <ich at az2000.de> ---
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).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20130402/c78471a7/attachment.html>


More information about the pulseaudio-bugs mailing list