Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion 'c' failed at pulse/context.c:1055, function void pa_context_disconnect(pa_context *)(). Aborting. #61

Open
yurivict opened this issue Aug 20, 2022 · 5 comments
Labels

Comments

@yurivict
Copy link

yurivict commented Aug 20, 2022

ncpamixer fails at runtime:

W: [(null)] caps.c: Normally all extra capabilities would be dropped now, but that's impossible because PulseAudio was built without capabilities support.
Assertion 'c' failed at pulse/context.c:1055, function void pa_context_disconnect(pa_context *)(). Aborting.
Abort trap

Versions: 1.3.3.2, 1.3.3.3
FreeBSd 13.1

@SuperSandro2000
Copy link

Normally all extra capabilities would be dropped now, but that's impossible because PulseAudio was built without capabilities support.

Is your pulseaudio compiled with libcap?

@yurivict
Copy link
Author

I use pulseaudio-14.2 and it doesn't have the string libcap anywhere in the source tree.

@yurivict
Copy link
Author

pcap can't be enabled in PulseAudio on FreeBSD because PulseAudio uses non-POSIX header sys/capability.h, see https://bugs.freedesktop.org/show_bug.cgi?id=72580

I remember that previous versions of ncpamixer worked fine on FreeBSD. Does it really need libpcap support in PulseAudio?

@SuperSandro2000
Copy link

It may be that I followed a false flag. The caps warning is only a warning and may or may not have something to do with this https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/blob/stable-14.x/src/daemon/caps.c#L95-97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants