| Summary: | pulseaudio assertion failure | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P1 | Keywords: | target-2.0.0 |
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Ozkan Sezer
2011-02-13 00:13:04 UTC
This is probably related to the fix for bug 1011 http://hg.libsdl.org/SDL/rev/6d94060d16a9 Ryan, can you look at this for the SDL 2.0 release? (Sorry if you get a lot of copies of this email, we're touching dozens of bug reports right now.) Tagging a bunch of bugs as target-2.0.0, Priority 1. This means we're in the final stretch for an official SDL 2.0.0 release! These are the bugs we really want to fix before shipping if humanly possible. That being said, we don't promise to fix them because of this tag, we just want to make sure we don't forget to deal with them before we bless a final 2.0.0 release, and generally be organized about what we're aiming to ship. Hopefully you'll hear more about this bug soon. If you have more information (including "this got fixed at some point, nevermind"), we would love to have you come add more information to the bug report when you have a moment. Thanks! --ryan. Here's the assert: http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/pulse/context.c?id=v0.9.10#n114 Here's where they started allowing NULL: http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/pulse/context.c?id=c0fb91db545774ec45f208a6f771c22a0b153637 ...which means PulseAudio 0.9.15 (released 2009-04-13) is the first that has the fix. Fortunately, there's a pa_get_library_version() function to get the version of libpulse at runtime. Fixed in http://hg.libsdl.org/SDL/rev/adb619b0af9c --ryan. You rock! :) |