Bug 453311
| Summary: | pulseaudio does not start | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stefan Posdzich <cheekyboinc> |
| Component: | kernel | Assignee: | Jaroslav Kysela <jkysela> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | che666, kernel-maint, lkundrak, pierre-bugzilla, tiagomatos |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | powerpc | ||
| OS: | Linux | ||
| URL: | http://nopaste.linuxgaming.de/1c408fb464.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-04 17:13:24 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Stefan Posdzich
2008-06-29 15:11:43 UTC
i can reproduce that on a foreign ps 3 with fedora 9 installed. Should probably be marked as a dup of #444684. #2 from my personal feeling and from reading the target report it seems to be that it is more likely to be not a dupe. how do you come to the conclusion? kind regards, Rudolf Kastl is there any more information required? want a backtrace? Here some more information... gdb: http://nopaste.linuxgaming.de/cecbad8197.html This is very likely an ALSA bug. This assert just checks if when we access the mmap'ed DMA buffer the data is actually aligned whith channels interleaved. That check fails, Which means there is something wrong with the information ALSA gave us first. We ask for SND_PCM_ACCESS_MMAP_INTERLEAVED. Apparently ALSA didn't give us that, but something that resembles more SND_PCM_ACCESS_MMAP_COMPLEX. But it said it gave us _INTERLEAVED. If alsa lies to us we hit this assert. Reassigning to the kernel, because this most likely the alsa kernel drivers need fixing. This problem should be fixed in 1.0.17 alsa-lib update package. |