[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2017-07-11 Thread Launchpad Bug Tracker
[Expired for pulseaudio (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2017-05-12 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu. Ubuntu 13.10 (saucy) reached end-of-life on July 17, 2014. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more.

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2014-01-17 Thread quequotion
#4 #5 This is unlikely to be the cause of the problem. It looks like pulseaudio attempts all possible configurations for devices when loading them to find out which ones work. I've noticed that I get the same floating point exception when attempting to use the a52 plugin without pulseaudio

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2014-01-17 Thread quequotion
Here's what gdb has to say about that core dump: Core was generated by `speaker-test -Da52:CARD=PCH -c6'. Program terminated with signal 8, Arithmetic exception. #0 0x7fb3cef10a57 in av_samples_get_buffer_size () from /usr/lib/x86_64-linux-gnu/libavutil.so.51 -- You received this bug

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2014-01-17 Thread quequotion
core dump generated by `speaker-test -Da52:CARD=PCH -c6' ** Attachment added: core dump https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1242390/+attachment/3951054/+files/speaker-test.core -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2014-01-07 Thread David Henningsson
There seem to be more than one problem with the a52 plugin. See also bug 1241439 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1242390 Title: ac-53 (a52 plugin) core dumps

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2014-01-05 Thread Michael G
I think it might be an Alsa bug, not a pulseaudio bug. My setup is: computer - TV - receiver, all connected through HDMI. Due to hardware limitations, the TV is only capable of passing through 2 channel AC3. So I was using a similar .asoundrc to reencode any multichannel audio to AC3.

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2014-01-05 Thread Raymond
a52 hardcoded iec958: if (! pcm_string) { snprintf(devstr, sizeof(devstr), iec958:{AES0 0x%x AES1 0x%x AES2 0x%x AES3 0x%x %s%s}, IEC958_AES0_CON_EMPHASIS_NONE | IEC958_AES0_NONAUDIO |

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2013-10-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pulseaudio (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2013-10-21 Thread Raymond
default channel of a52 is 6 , so your config fail when pulseaudio use iec958-ac3-surround-40 D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Invalid argument -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2013-10-21 Thread John Peach
Which is fine, but why has it suddenly decided to ask for 4 channels? The config file specifies 6. All this worked perfectly until the upgrade. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2013-10-21 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa /alsa-util.c pa_log_debug(Trying %s %s SND_PCM_NO_AUTO_FORMAT ..., d, reformat ? without : with); if ((err = snd_pcm_open(pcm_handle, d, mode, SND_PCM_NONBLOCK|

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2013-10-21 Thread Raymond
Node 0x1f [Pin Complex] wcaps 0x400680: Mono Digital Control: name=SPDIF In Phantom Jack, index=0, device=0 Pincap 0x0024: IN Detect Pin Default 0x01cb7160: [Jack] SPDIF In at Ext Rear Conn = Comb, Color = Yellow DefAssociation = 0x6, Sequence = 0x0 Misc = NO_PRESENCE

[Desktop-packages] [Bug 1242390] Re: ac-53 (a52 plugin) core dumps

2013-10-20 Thread Raymond
http://git.alsa-project.org/?p=alsa- plugins.git;a=blob_plain;f=doc/a52.txt;hb=HEAD The card option specifies the card ID or number of the SPDIF. The output PCM becomes iec958:{CARD=$CARD} with extra AESx settings. When omitted, the default card is used. - The slavepcm option specifies a