[Bug 1654018] Re: mpd segfaults playing m4a (aac) audio

2017-01-10 Thread jon bird
Ok, so I've tracked this down to mpd picking up a different version of
libavutil which I built some time ago from source:

ldd /usr/bin/mpd | grep local
libavutil.so.52 => /usr/local/lib/libavutil.so.52 

it's picked this up in preference to the stock version in
/usr/lib/x86_64-linux-gnu/ - if I comment this version out then the
problem is resolved.

** Changed in: mpd (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654018

Title:
  mpd segfaults playing m4a (aac) audio

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654018] Re: mpd segfaults playing m4a (aac) audio

2017-01-09 Thread jon bird
Well I've only just completed the update to 14.04 which took a few days
to get sorted so I'd like to have that running and stable for a while
first before contemplating the next one. Only additional thing I can add
at this point is that it was working fine in 12.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654018

Title:
  mpd segfaults playing m4a (aac) audio

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654018] Re: mpd segfaults playing m4a (aac) audio

2017-01-08 Thread Florian Schlichting
mpd 0.18.7-1 is very old, can you upgrade to Ubuntu 16.04 and see if the
bug has been fixed there?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654018

Title:
  mpd segfaults playing m4a (aac) audio

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654018] Re: mpd segfaults playing m4a (aac) audio

2017-01-08 Thread jon bird
Here's a backtrace from gdb:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f09fb78d700 (LWP 18966)]
0x7f0a0a2b9f96 in frame_configure_elements (avctx=0x7f09f0003f00)
at /build/libav-dVKvK5/libav-9.20/libavcodec/aacdec.c:194
194 /build/libav-dVKvK5/libav-9.20/libavcodec/aacdec.c: No such file or 
directory.
(gdb) backtrace
#0  0x7f0a0a2b9f96 in frame_configure_elements (avctx=0x7f09f0003f00)
at /build/libav-dVKvK5/libav-9.20/libavcodec/aacdec.c:194
#1  aac_decode_frame_int (avctx=avctx@entry=0x7f09f0003f00,
data=data@entry=0x7f09f0013e40,
got_frame_ptr=got_frame_ptr@entry=0x7f09fb78a5bc,
gb=gb@entry=0x7f09fb78a510)
at /build/libav-dVKvK5/libav-9.20/libavcodec/aacdec.c:2491
#2  0x7f0a0a2bc4fd in aac_decode_frame (avctx=0x7f09f0003f00,
data=0x7f09f0013e40, got_frame_ptr=0x7f09fb78a5bc, avpkt=)
at /build/libav-dVKvK5/libav-9.20/libavcodec/aacdec.c:2645
#3  0x7f0a0a5a5652 in avcodec_decode_audio4 (avctx=0x7f09f0003f00,
frame=0x7f09f0013e40, got_frame_ptr=got_frame_ptr@entry=0x7f09fb78a5bc,
avpkt=avpkt@entry=0x7f09fb78a5d0)
at /build/libav-dVKvK5/libav-9.20/libavcodec/utils.c:1384
#4  0x7f0a0b063158 in try_decode_frame (st=st@entry=0x7f09f00025e0,
avpkt=avpkt@entry=0x7f09f0013d80, options=)
at /build/libav-dVKvK5/libav-9.20/libavformat/utils.c:2097
#5  0x7f0a0b068a8b in avformat_find_stream_info (ic=0x7f09f0001b60,
options=)
at /build/libav-dVKvK5/libav-9.20/libavformat/utils.c:2477
#6  0x004458f2 in ffmpeg_decode (decoder=..., input=...)
at src/decoder/FfmpegDecoderPlugin.cxx:390
#7  0x0041d9c4 in StreamDecode (this=0x4703c0 ,
is=..., decoder=...) at src/DecoderPlugin.hxx:131
#8  decoder_stream_decode (plugin=..., decoder=..., input_stream=...)
at src/DecoderThread.cxx:131
#9  0x0041dde5 in decoder_run_file (

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654018

Title:
  mpd segfaults playing m4a (aac) audio

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs