Your message dated Sun, 15 Nov 2015 18:33:54 +0000
with message-id <e1zy27e-0000pk...@franck.debian.org>
and subject line Bug#805109: fixed in cmus 2.7.1-1
has caused the Debian Bug report #805109,
regarding libavresample2: Segfaults when trying to play certain song
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
805109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libavresample2
Version: 6:11.4-1~deb8u1
Severity: normal

I use cmus a lot and it has never crashed. However, now I can
reproducibly crash cmus with a SegFault.

I rebuild cmus and libavresample2 with "nostrip" and ran cmus in gdb.
When issuing "bt full" I get the following:
(gdb) bt full
#0  0x000003be29620e2b in ff_audio_data_free (a=0xc1) at
/scr/build/debian/NEU-LIBA/libav-11.4/libavresample/audio_data.c:218
No locals.
#1  0x000003be29629db2 in avresample_close (avr=0x21) at
/scr/build/debian/NEU-LIBA/libav-11.4/libavresample/utils.c:264
No locals.
#2  0x000003be29629e8b in avresample_free (avr=0x3be18001e88) at
/scr/build/debian/NEU-LIBA/libav-11.4/libavresample/utils.c:282
No locals.
#3  0x000003be2b65abc0 in ?? () from /usr/lib/cmus/ip/ffmpeg.so
No symbol table info available.
#4  0x0000000000424017 in ip_close ()
No symbol table info available.
#5  0x0000000000423ce4 in ip_delete ()
No symbol table info available.
#6  0x000000000040d858 in ?? ()
No symbol table info available.
#7  0x000000000040d98c in cache_get_ti ()
No symbol table info available.
#8  0x0000000000425593 in ?? ()
No symbol table info available.
#9  0x0000000000425e90 in do_add_job ()
No symbol table info available.
#10 0x0000000000441bd9 in ?? ()
No symbol table info available.
#11 0x000003be2d6fb0a4 in start_thread () from
/lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#12 0x000003be2c8af04d in clone () from
/lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.

Local build mplayer plays the file just fine.

-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.71sneo.01-grsec (SMP w/6 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages libavresample2 depends on:
ii  libavutil54        6:11.4-1~deb8u1
ii  libc6              2.19-18+deb8u1
ii  multiarch-support  2.19-18+deb8u1

libavresample2 recommends no packages.

libavresample2 suggests no packages.

-- no debconf information

-- 
      Dr. Helge Kreutzmann                     deb...@helgefjell.de
           Dipl.-Phys.                   http://www.helgefjell.de/debian.php
        64bit GNU powered                     gpg signed mail preferred
           Help keep free software "libre": http://www.ffii.de/

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: cmus
Source-Version: 2.7.1-1

We believe that the bug you reported is fixed in the latest version of
cmus, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 805...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated cmus package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 15 Nov 2015 19:24:52 +0100
Source: cmus
Binary: cmus cmus-plugin-ffmpeg
Architecture: source
Version: 2.7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description:
 cmus       - lightweight ncurses audio player
 cmus-plugin-ffmpeg - lightweight ncurses audio player (FFmpeg plugin)
Closes: 695072 779335 789256 792134 805109 805169
Changes:
 cmus (2.7.1-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Alessio Treglia ]
   * Demote extra plugins to Suggests (Closes: #789256)
   * Refresh patchset for 2.6.0.
 .
   [ Sebastian Ramacher ]
   * New upstream release. (Closes: #779335, #792134)
     - Use libswresample instead of libavresample. (Closes: #805169, #805109)
   * Update path for README
   * debian/control:
     - Add libdiscid-dev, libopusfile-dev, libsamplerate0-dev and libjack-dev
       to Build-Depends.
     - Change libavresample-dev to libswresample-dev in Build-Depends and add
       libavcodec-dev.
     - Add bash-completion to Build-Depends.
     - Bump Standards-Version to 3.9.6.
     - Update Vcs-Browser.
     - Make cmus-plugin-ffmpeg depend on the same version of cmus (Closes:
       #695072)
   * debian/cmus.install: Install zsh completion.
   * debian/cmus.bash-completion: Install bash completion.
   * debian/rules:
     - Build with --parallel and --with bash-completion.
     - Handle jack shlibs similar to pulse.
   * debian/patches:
     - libav10.patch: Removed, no longer needed.
     - 02_link_avcodec.patch: Functions from libavcodec are used so make sure
       the ffmpeg plugin is linked against libavcodec.
Checksums-Sha1:
 fd86dbc92a73a73fdfc09267fea0dc84efc0f92d 2381 cmus_2.7.1-1.dsc
 e31000f430054f96a0cf5897caef88741992cd32 296818 cmus_2.7.1.orig.tar.gz
 d4b7175c0360a846d2e9bccf04e1a1a0bbcad3e5 8780 cmus_2.7.1-1.debian.tar.xz
Checksums-Sha256:
 af185b793d592d7e409671eee1b53c5a6d594af9dbb5796625ecd2ea044d5d39 2381 
cmus_2.7.1-1.dsc
 8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165 296818 
cmus_2.7.1.orig.tar.gz
 74aa5364fed2ba258c0a8299549abb2c9f0e316b1638e2e695e05417cb6ce79e 8780 
cmus_2.7.1-1.debian.tar.xz
Files:
 967dfe96d1c08596c8b136c59bbd54c2 2381 sound optional cmus_2.7.1-1.dsc
 0588ab955db44a8e9deb03446d73b5df 296818 sound optional cmus_2.7.1.orig.tar.gz
 8b302981889847f3ca43090da2be3edf 8780 sound optional cmus_2.7.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWSM41AAoJEGny/FFupxmTo2wP/3IYev/Wb000A4FubKq+puuT
XmozhAOl/anNaxVTmNQMD8ZYE5ilExB5ImkHthoEz0VBNFlzoYnocm+a0ElEwOjA
jfWsAdBlW6yOTiuitZvl74Gv3kK3EERHopu2cc+DMtHTJiKx3nrdnDfNyJnY9ZOx
7N6F9kC8IWubAZ/X+Q1mX5E+QVVISxXNcL8hE3gBI22EtUMYbaZB4LQPHNxPbwzj
CIoTvvQJAHyVfwkLJnJCYmAHtLWmDn3Z7JHQutJDEy53Ud2q7GbS8XZDgGLJRI57
/2fY/vTCZb9Jp92+JI3JAIf7PU8FrYjwAHE1swzGG9AnoeFBHmx+Gf7bvBCKsbEr
Mg6NorkNsucIELycztcs05kjYotiToZIT3CLPLiHK2GshCfdyBhvefMBrceB9GGF
Dq/1XV08GVbPkueHikaPfKagfC37WX1FrSBbB9lGSrme51/AjV0b/Hd6aesUFIy6
Vq/pnZKkehNzO+tGJrRQ7BKUewd9QT2py9eXAxmn7GmRxlioe5lgJkz+h/jLFs7b
SCcJxOzLUJ0uYCIZH0mvReePnrbfFM0D3Iak0ce2nYgKlbEMMjzGx1FdZu6owBJI
V+ecvM4l/YsUYznZCuyG7TO/hZdJI4KvoTOX22aeTfTD9qlCnC1AtK1iKeBx9KqT
VXk/nBPAaSlypMS75bzL
=ly3v
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to