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

            Bug ID: 106581
           Summary: pa_assert_se should not be used with system calls
           Product: PulseAudio
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: clients
          Assignee: pulseaudio-bugs@lists.freedesktop.org
          Reporter: giecr...@stegny.2a.pl
        QA Contact: pulseaudio-bugs@lists.freedesktop.org
                CC: lenn...@poettering.net

I got the following abortion from libpulse0:

Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at
pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting.

pthread_mutex_unlock is a system call.
System calls can fail for various reasons and it should never be asserted that
they succeed.
Libraries should not abort their client.

Please handle the error somehow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to