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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 1 11:02:35 UTC 2016


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

--- Comment #6 from duanshitao <duantao0406 at 163.com> ---
Thans for your mail.
I have tried to modify the "enable-shm" and "shm-size-bytes", but it seems
itdoesn't work. It also show that "Using shared memory pool with 1024 slots of
size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot size is 65496".

在 2016-03-01 17:30:20,bugzilla-daemon at freedesktop.org 写道:


Comment # 5 on bug 94316 from Tanu Kaskinen
The crash seems to happen when accessing memory pool memory, probably when that
happens for the first time. For some reason the operating system doesn't like
that. The problem probably goes away if you set "enable-shm = no" in
/etc/pulse/daemon.conf. If the system is very tight on memory, you could also
try playing with "shm-size-bytes" in daemon.conf to set it to some lower value
than the default, although my (limited) understanding is that lack of memory
shouldn't be the problem if the crash happens already on the first access to
the shared memory. If the system has memory overcommit disabled, allocating the
memory pool should fail in an earlier phase, and if overcommit is enabled, this
code shouldn't fail, because it only consumes the first 64 kB from the memory
pool, which surely can't cause the memory to run out (otherwise you'd have
bigger problems).
You are receiving this mail because:
You reported the bug.

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


More information about the pulseaudio-bugs mailing list