[pulseaudio-tickets] [Bug 94316] Program terminated with signal , SIGBUS Aborted.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Feb 27 10:41:45 UTC 2016


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

--- Comment #1 from Tanu Kaskinen <tanuk at iki.fi> ---
What do you mean when you say you ported pulseaudio to arm? Pulseaudio should
work on arm out-of-the-box.

After reading up on what SIGBUS might indicate, one possible cause for this
crash might be unaligned memory access. This will make alignment issues to
become invisible (with performance cost):

    echo 2 > /proc/cpu/alignment

Does that command appear to "fix" this crash? I hope it does, but in any case,
switch the alignment configuration back to 5 (or whatever was the original
value) and get a backtrace with gdb of the crash. A backtrace is needed for
further debugging.

You can read more about the kernel's alignment error handling configuration
here: https://www.kernel.org/doc/Documentation/arm/mem_alignment

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160227/12d54abe/attachment.html>


More information about the pulseaudio-bugs mailing list