https://bugs.freedesktop.org/show_bug.cgi?id=62988
--- Comment #1 from Albert Zeyer <[email protected]> --- 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.
_______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
