[pulseaudio-tickets] [Bug 45373] [alsa-sink] memblockq.c: Assertion '!bq->blocks || (bq->write_index + (int64_t)chunk.length <= bq->blocks->index)' failed at pulsecore/memblockq.c:408, function pa_memblockq_push(). Aborting.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun May 6 00:25:34 PDT 2012


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

--- Comment #18 from Tanu Kaskinen <tanuk at iki.fi> 2012-05-06 00:25:34 PDT ---
If there's nothing in syslog, but Pulseaudio is definitely crashing, then it's
probably a segfault. For debugging that, do the following in a terminal:

echo autospawn = no >> ~/.pulse/client.conf
killall pulseaudio
LANG=C LD_BIND_NOW=1 gdb pulseaudio

At the gdb prompt, enter
run -vvv --log-time

When the crash happens, enter these commands and save the output:
thread apply all bt
thread apply all bt full

The first command prints the backtrace in a more readable format, and the
second command prints the backtrace with more information.

The log output before the crash is useful too.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the pulseaudio-bugs mailing list