[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2018-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #13 from David Ronis --- I couldn't find a flag to turn off ConsoleKit but was able to get rid of it in the configuration file as you suggested. This fixes pulseaudio, but there are still plenty of similar

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #12 from Tanu Kaskinen --- E: [pulseaudio] module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1 It looks like

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #11 from David Ronis --- Created attachment 127310 --> https://bugs.freedesktop.org/attachment.cgi?id=127310=edit pulseaudio -vv The output log from running pulseaudio -vv -- You are receiving this mail

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #10 from Tanu Kaskinen --- To get more log messages, try running pulseaudio in a terminal without the --start parameter (--start makes pulseaudio start in the background). Also, -vv will increase the logging level to

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #9 from David Ronis --- I agree, libpthread-stubs is the problem. Unfortunatley, my version of libxcb needs pthread-stubs. I tried the following: 1. A locally built X including libxcb and pthread-stubs.

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #7 from David Ronis --- Thanks for the reply. Your hunch was correct: ldd `which pulseaudio` | grep pthread libpthread-stubs.so.0 => /usr/lib64/libpthread-stubs.so.0 (0x2b8033b44000)

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #6 from Tanu Kaskinen --- It came to my mind that one possible problem with libpthread is that pulseaudio may be linked against libpthread-stubs (as the name suggests, it's a crippled version of libpthread). What does

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #5 from Tanu Kaskinen --- Created attachment 127236 --> https://bugs.freedesktop.org/attachment.cgi?id=127236=edit second patch -- You are receiving this mail because: You are the assignee for the bug. You are the

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #4 from Tanu Kaskinen --- Ok, the assertion is different than before. This is not caused by the patch, maybe older pulseaudio versions crashed differently? Are you sure that the patching was successful and you're

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #3 from David Ronis --- I applied the patch and reiinstalled (in version 9.0). I ran pulseaudio --help and pulsaudio --start Both aborted with: E: [pulseaudio] mutex-posix.c: Assertion

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #2 from Tanu Kaskinen --- It's not a glib issue. Pulseaudio doesn't use glib. The problem is that pthread_mutex_init() fails in an unexpected way. I attached a patch that prints a bit more information when the failure

[pulseaudio-tickets] [Bug 98174] Abort on startup: mutex-posix.c: Assertion 'r == 95 && inherit_priority' failed at pulsecore/mutex-posix.c:70, function pa_mutex_new().

2016-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98174 --- Comment #1 from Tanu Kaskinen --- Created attachment 127210 --> https://bugs.freedesktop.org/attachment.cgi?id=127210=edit debug mutex failure -- You are receiving this mail because: You are the assignee for the bug. You