Package: mpd
Version: 0.12.0-1
Severity: important

Recent upgrade broke mpd; I let it default to start system wide.

However, when it tries to load the music (via a mpd --create-db) it
fails with the following:

added Classical/Vivaldi, Antonio (1678-1741)/Vivaldi (Musici San
Marco)/03 Vivaldi, K571 (F).mp3
mpd: /tmp/buildd/mpd-0.12.0/./src/utils.c:126: xmalloc: Assertion
`__builtin_expect (!!(size), 1)' failed.

It appears to work on some tracks as you can see but then fails.

These errors are reported in /var/log/mpd/errors.log as well.

This is the script I normally run to play the music; now, however,
there's nothing in the playlist since the upgrade.
------------------------------------------------------------------------
#!/bin/sh
# set the volume to 100%
amixer sset PCM 100%

#mpd
mpc update > /dev/null
#mpc update
while [ -n "$(mpc | grep Updating)" ] ; do sleep 5 ; done
echo 'adding...'
mpc clear
mpc ls | mpc add
ncmpc
exit 0
------------------------------------------------------------------------

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages mpd depends on:
ii  libao2                    0.8.6-4        Cross Platform Audio Output Librar
ii  libasound2                1.0.12-1       ALSA library
ii  libaudiofile0             0.2.6-6        Open-source version of SGI's audio
ii  libc6                     2.3.6.ds1-4    GNU C Library: Shared libraries
ii  libflac7                  1.1.2-5        Free Lossless Audio Codec - runtim
ii  libid3tag0                0.15.1b-8      ID3 tag reading library from the M
ii  libmad0                   0.15.1b-2.1    MPEG audio decoder library
ii  libmikmod2                3.1.11-a-6     A portable sound library
ii  libmpcdec3                1.2.2-1        Musepack (MPC) format library
ii  libogg0                   1.1.3-2        Ogg Bitstream Library
ii  libshout3                 2.2.2-1        MP3/Ogg Vorbis broadcast streaming
ii  libspeex1                 1.1.12-2       The Speex Speech Codec
ii  libtheora0                0.0.0.alpha7-1 The Theora Video Compression Codec
ii  libvorbis0a               1.1.2-1        The Vorbis General Audio Compressi
ii  libvorbisenc2             1.1.2-1        The Vorbis General Audio Compressi
ii  libvorbisfile3            1.1.2-1        The Vorbis General Audio Compressi
ii  zlib1g                    1:1.2.3-13     compression library - runtime

mpd recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to