Package: xmms
Version: 1.2.10+cvs20050809-5
Followup-For: Bug #358054
Using 'strace' to see what library makes the error:
% strace -f -o /tmp/y xmms
Message: device: default
xmms: conf.c:3144: snd_config_iterator_first: Assertion `node->type ==
SND_CONFIG_TYPE_COMPOUND' failed.
...grep it:
% grep -nC 8 conf.c /tmp/y
17324-20230 read(10, "module\t\tcost\nalias\tISO-IR-143//\t"..., 4096) =
4096
17325-20230 read(10, "-BOX//\nmodule\tISO_10367-BOX//\t\tI"..., 4096) = 4096
17326-20230 read(10, "module\tINTERNAL\t\tEUC-JISX0213//\t"..., 4096) = 512
17327-20230 read(10, "", 4096) = 0
17328-20230 close(10) = 0
17329-20230 munmap(0xa6ad6000, 4096) = 0
17330-20230 futex(0xa7bfe148, FUTEX_WAKE, 2147483647) = 0
17331-20230 stat64("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644,
st_size=7666, ...}) = 0
17332:20230 write(2, "xmms: conf.c:3144: snd_config_it"..., 105) = 105
17333-20230 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
17334-20230 tgkill(20224, 20230, SIGABRT) = 0
17335-20230 --- SIGABRT (Aborted) @ 0 (0) ---
17336-20229 <... nanosleep resumed> 0) = ? ERESTART_RESTARTBLOCK (To
be restarted)
17337-20225 <... select resumed> ) = ? ERESTARTNOHAND (To be
restarted)
17338-20224 <... poll resumed> [{fd=3, events=POLLIN}, {fd=5,
events=POLLIN}, {fd=7, events=POLLIN}], 3, 8) = -1 EINTR (Interrupted system
call)
17339-20229 +++ killed by SIGABRT +++
17340-20225 +++ killed by SIGABRT +++
Just before the error message in line #17332, we see a stat64 call to
'/usr/share/alsa/alsa.conf' -- maybe that file has something to
do with it; what package owns it?
% dlocate /usr/share/alsa/alsa.conf
libasound2: /usr/share/alsa/alsa.conf
...but its BTS page seems to have nothing relevant. Inconclusive.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Versions of packages xmms depends on:
ii libc6 2.3.6-3 GNU C Library: Shared libraries an
ii libglib1.2 1.2.10-10.1 The GLib library of C routines
ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets fo
ii libice6 6.9.0.dfsg.1-4 Inter-Client Exchange library
ii libsm6 6.9.0.dfsg.1-4 X Window System Session Management
ii libssl0.9.8 0.9.8a-8 SSL shared libraries
ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li
ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii libxi6 6.9.0.dfsg.1-4 X Window System Input extension li
ii libxxf86vm1 6.9.0.dfsg.1-4 X Video Mode selection library
Versions of packages xmms recommends:
ii libasound2 1.0.10+1.0.11rc3-1 ALSA library
ii libaudiofile0 0.2.6-6 Open-source version of SGI's audio
ii libesd-alsa0 [libesd0 0.2.36-3 Enlightened Sound Daemon (ALSA) -
ii libmikmod2 3.1.11-a-6 A portable sound library
ii libogg0 1.1.3-2 Ogg Bitstream Library
ii libvorbis0a 1.1.2-1 The Vorbis General Audio Compressi
ii libvorbisfile3 1.1.2-1 The Vorbis General Audio Compressi
ii unzip 5.52-7 De-archiver for .zip files
ii xlibmesa-gl [libgl1] 6.9.0.dfsg.1-5 Mesa 3D graphics library [X.Org]
ii zlib1g 1:1.2.3-11 compression library - runtime
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]