Summary: | Deadlock in the daemon after mmap issues | ||
---|---|---|---|
Product: | PulseAudio | Reporter: | Marcin Lewandowski <marcin> |
Component: | daemon | Assignee: | pulseaudio-bugs |
Status: | RESOLVED MOVED | QA Contact: | pulseaudio-bugs |
Severity: | normal | ||
Priority: | medium | CC: | lennart |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Marcin Lewandowski
2016-06-30 14:10:59 UTC
It might take a while before I have time to investigate this more deeply, but here's a quick comment: The main thread is creating a new null sink, and is stuck waiting for the new sink to process the PA_SINK_MESSAGE_SET_STATE message. All of the sink threads are idly polling, however, so it looks like the message passing system is somehow broken. Or maybe the new sink thread didn't get created properly due to some resource shortage (pa_thread_new() succeeded, though)? The mmap issues don't seem directly related. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/118. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.