This bug also exists upstream now, and there's a patch to fix it at:
http://lists.freedesktop.org/archives/pulseaudio-
discuss/2015-September/024401.html

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1496577

Title:
  xmalloc.c: Assertion 'size > 0' failed at pulse/xmalloc.c:60

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Pulseaudio frequently crashes when Skype or some games (e.g. BigPharma from 
Steam) are playing audio, it appears fine otherwise.
  It gets restarted as my user (not as the system), and hence things can start 
playing again, but neither Skype nor the games recover from this situation, so 
audio is broken forever for them.

  Log, from running it non-daemonised; I don't seem to get the E: log in syslog 
when I run it daemonised, but I may just be failing at reading the right bit of 
syslog:
  D: [pulseaudio] module-suspend-on-idle.c: Sink 
alsa_output.pci-0000_00_1b.0.analog-surround-51 becomes busy, resuming.
  D: [alsa-sink-ALC892 Analog] alsa-sink.c: Limited to 12572 bytes.
  D: [alsa-sink-ALC892 Analog] alsa-sink.c: before: 1047
  D: [alsa-sink-ALC892 Analog] alsa-sink.c: after: 1047
  D: [alsa-sink-ALC892 Analog] alsa-sink.c: Rewound 12564 bytes.
  D: [alsa-sink-ALC892 Analog] sink.c: Processing rewind...
  D: [alsa-sink-ALC892 Analog] sink.c: latency = 639
  D: [alsa-sink-ALC892 Analog] sink-input.c: Have to rewind 12564 bytes on 
render memblockq.
  D: [alsa-sink-ALC892 Analog] sink-input.c: Have to rewind 12564 bytes on 
render memblockq.
  D: [alsa-sink-ALC892 Analog] source.c: Processing rewind...
  D: [alsa-sink-ALC892 Analog] protocol-native.c: Requesting rewind due to end 
of underrun.
  D: [alsa-sink-ALC892 Analog] alsa-sink.c: Requested to rewind 65520 bytes.
  D: [alsa-sink-ALC892 Analog] alsa-sink.c: Limited to 13244 bytes.
  D: [alsa-sink-ALC892 Analog] alsa-sink.c: before: 1103
  D: [alsa-sink-ALC892 Analog] alsa-sink.c: after: 1103
  D: [alsa-sink-ALC892 Analog] alsa-sink.c: Rewound 13236 bytes.
  D: [alsa-sink-ALC892 Analog] sink.c: Processing rewind...
  D: [alsa-sink-ALC892 Analog] sink.c: latency = 599
  D: [alsa-sink-ALC892 Analog] sink-input.c: Have to rewind 13236 bytes on 
render memblockq.
  D: [alsa-sink-ALC892 Analog] sink-input.c: Have to rewind 13236 bytes on 
render memblockq.
  D: [alsa-sink-ALC892 Analog] sink-input.c: Have to rewind 13236 bytes on 
render memblockq.
  D: [alsa-sink-ALC892 Analog] source.c: Processing rewind...
  E: [alsa-sink-ALC892 Analog] xmalloc.c: Assertion 'size > 0' failed at 
pulse/xmalloc.c:60, function pa_xmalloc(). Aborting.

  
  $ killall -9 pulseaudio; gdb --args pulseaudio
  b abort
  r

  ...

  gdb) bt
  #0  __GI_abort () at abort.c:51
  #1  0x00007ffff78d27fb in pa_xmalloc (size=size@entry=0) at pulse/xmalloc.c:60
  #2  0x00007ffff78d29e9 in pa_xmemdup (p=0x7fffef568040, l=l@entry=0) at 
pulse/xmalloc.c:94
  #3  0x00007ffff7b4a6b5 in pa_lfe_filter_process (f=0x6b9bd0, 
buf=buf@entry=0x81c9b0) at pulsecore/filter/lfe-filter.c:132
  #4  0x00007ffff7b68313 in pa_resampler_run (r=0x81c830, 
in=in@entry=0x7fffe936a4d0, out=out@entry=0x7fffe936a4f0) at 
pulsecore/resampler.c:1359
  #5  0x00007ffff7b730d3 in pa_sink_input_peek (i=i@entry=0x707450, 
slength=3744, chunk=chunk@entry=0x7fffe936a840, 
volume=volume@entry=0x7fffe936a858) at pulsecore/sink-input.c:965
  #6  0x00007ffff7b7b990 in fill_mix_info (s=s@entry=0x68b2b0, 
length=length@entry=0x7fffe936a658, info=0x7fffe936a840, 
info@entry=0x7fffe936a710, maxinfo=31) at pulsecore/sink.c:1016
  #7  0x00007ffff7b7e74d in pa_sink_render_into (s=s@entry=0x68b2b0, 
target=target@entry=0x7fffe936cd60) at pulsecore/sink.c:1256
  #8  0x00007ffff7b7ecef in pa_sink_render_into_full (s=0x68b2b0, 
target=target@entry=0x7fffe936ce20) at pulsecore/sink.c:1340
  #9  0x00007fffe9b9668a in mmap_write (on_timeout=false, polled=false, 
sleep_usec=<synthetic pointer>, u=0x6f46f0) at modules/alsa/alsa-sink.c:645
  #10 thread_func (userdata=0x6f46f0) at modules/alsa/alsa-sink.c:1716
  #11 0x00007ffff790c4d8 in internal_thread_func (userdata=0x80a060) at 
pulsecore/thread-posix.c:81
  #12 0x00007ffff6dfd6aa in start_thread (arg=0x7fffe936d700) at 
pthread_create.c:333
  #13 0x00007ffff641eeed in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

  pulsecore/filter/lfe-filter.c:132 comes from debian/patches/0305-lfe-
  filter-Add-rewind-support.patch, i.e. this is a Debian/Ubuntu specific
  bug.

  Wily pre-release, pulseaudio 1:6.0-0ubuntu11.
  apport hangs forever trying to gather details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1496577/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to