Ticket #498 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Assertion 'r' failed at modules/reserve-wrap.c:164

Reported by: dr_evil Owned by: coling
Milestone: 0.9.15 Component: module-alsa-*
Keywords: Cc:

Description

I have tested pulseaudio-0.9.15-test3 and did setup pulseaudio to use an alsa pcm device from my .asoundrc. After succesfully connecting to sink and source pa quits with:

E: reserve-wrap.c: Assertion 'r' failed at modules/reserve-wrap.c:164, function pa_reserve_wrapper_set_application_device_name(). Aborting.

I have this in .pulse/default.pa:
load-module module-alsa-sink device=a52encode mmap=0 fragments=6 sink_name=alsa_surround
set-default-sink alsa_surround

and this in .asoundrc:
pcm.a52encode {

type a52
channels 6
rate 48000
bitrate 448

}
ctl.a52encode {

type hw
card 0

}

daemon output is attached.

Attachments

0.9.15-out.txt (4.6 kB) - added by dr_evil 3 years ago.
output from pulseaudio -vvvv

Change History

Changed 3 years ago by dr_evil

output from pulseaudio -vvvv

Changed 3 years ago by coling

  • owner changed from lennart to coling
  • status changed from new to assigned

Changed 3 years ago by coling

Sorry I rebased to save merge commit spam. This is the new commit id: http://colin.guthr.ie/git/pulseaudio/commit/?id=8fc9b19cb314329487a62a15c523e9778298f1d5

Changed 3 years ago by dr_evil

ok. the fix works for me.

Changed 3 years ago by lennart

  • status changed from assigned to closed
  • resolution set to fixed
  • component changed from daemon to module-alsa-*

Fixed in 8fc9b19cb314329487a62a15c523e9778298f1d5.

Note: See TracTickets for help on using tickets.