Package: xmms
Version: 1.2.10+cvs20050209-2
Severity: normal

The mp3's in question causing xmms to segfault upon play were downloaded
from http://www.knobtweakers.net/2005/11/morgan-page-imogen-heap.html.
Imogen_Heap_-_Hide_And_Seek_(Morgan_Page_Bootleg_Remix).mp3 and
Wax_Poetic_-_Angels_Featuring_Norah_Jones_(Morgan_Page_Remix).mp3 seem
to have the same effect.  The following backtrace capture was from
playing the first file.

[EMAIL PROTECTED]:~$ gdb xmms
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-linux"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/xmms
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 12026)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 32769 (LWP 12027)]
[New Thread 16386 (LWP 12028)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 32771 (LWP 12030)]
Message: device: default
(no debugging symbols found)
[New Thread 49156 (LWP 12033)]
[New Thread 65541 (LWP 12036)]
[New Thread 81926 (LWP 12037)]
[Thread 81926 (LWP 12037) exited]
[Thread 65541 (LWP 12036) exited]
[New Thread 98311 (LWP 12038)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 98311 (LWP 12038)]
0x403e492f in memcpy () from /lib/libc.so.6
(gdb) thread apply all bt full

Thread 8 (Thread 98311 (LWP 12038)):
#0  0x403e492f in memcpy () from /lib/libc.so.6
No symbol table info available.
#1  0x4093aeba in id3_write_tag_filename () from 
/usr/lib/xmms/Input/libmpg123.so
No symbol table info available.
#2  0x4093d009 in id3_read_tag () from /usr/lib/xmms/Input/libmpg123.so
No symbol table info available.
#3  0x40939b24 in id3_open_mem () from /usr/lib/xmms/Input/libmpg123.so
No symbol table info available.
#4  0x40920a00 in mpg123_relative_pos () from /usr/lib/xmms/Input/libmpg123.so
No symbol table info available.
#5  0x4091f917 in mpg123_read_frame () from /usr/lib/xmms/Input/libmpg123.so
No symbol table info available.
#6  0x4091f0fe in get_iplugin_info () from /usr/lib/xmms/Input/libmpg123.so
No symbol table info available.
#7  0x401f6f3c in pthread_start_thread () from /lib/libpthread.so.0
No symbol table info available.
#8  0x401f6fca in pthread_start_thread_event () from /lib/libpthread.so.0
No symbol table info available.
#9  0x404358ba in clone () from /lib/libc.so.6
No symbol table info available.

Thread 5 (Thread 49156 (LWP 12033)):
#0  0x401feb36 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000 in ?? ()
No symbol table info available.
#2  0x40056abf in xmms_usleep () from /usr/lib/libxmms.so.1
No symbol table info available.
#3  0x0806d72d in playlist_set_shuffle ()
No symbol table info available.
#4  0x401f6f3c in pthread_start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x401f6fca in pthread_start_thread_event () from /lib/libpthread.so.0
No symbol table info available.
#6  0x404358ba in clone () from /lib/libc.so.6
No symbol table info available.

Thread 4 (Thread 32771 (LWP 12030)):
#0  0x401febbb in open () from /lib/libpthread.so.0
No symbol table info available.
#1  0x409837b0 in ?? () from /usr/lib/xmms/General/libinfopipe.so
No symbol table info available.
#2  0x00000000 in ?? ()
No symbol table info available.
#3  0x4098199e in request_handler_thread () from 
/usr/lib/xmms/General/libinfopipe.so
No symbol table info available.
#4  0x401f6f3c in pthread_start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x401f6fca in pthread_start_thread_event () from /lib/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#6  0x404358ba in clone () from /lib/libc.so.6
No symbol table info available.

Thread 3 (Thread 16386 (LWP 12028)):
#0  0x4042eb81 in select () from /lib/libc.so.6
No symbol table info available.
#1  0x00000011 in ?? ()
No symbol table info available.
#2  0x00000011 in ?? ()
No symbol table info available.
#3  0xbf7ffac0 in ?? ()
No symbol table info available.
#4  0x00000000 in ?? ()
No symbol table info available.
#5  0x0806dbc1 in ctrl_write_packet ()
No symbol table info available.
#6  0x401f6f3c in pthread_start_thread () from /lib/libpthread.so.0
No symbol table info available.
#7  0x401f6fca in pthread_start_thread_event () from /lib/libpthread.so.0
No symbol table info available.
#8  0x404358ba in clone () from /lib/libc.so.6
No symbol table info available.

Thread 2 (Thread 32769 (LWP 12027)):
#0  0x403a4861 in kill () from /lib/libc.so.6
No symbol table info available.
#1  0x401f90e8 in __pthread_restart_new () from /lib/libpthread.so.0
No symbol table info available.
#2  0x401fbea8 in __pthread_unlock () from /lib/libpthread.so.0
No symbol table info available.
#3  0x401f7db8 in __pthread_manager () from /lib/libpthread.so.0
No symbol table info available.
#4  0x401f7e52 in __pthread_manager_event () from /lib/libpthread.so.0
No symbol table info available.
#5  0x404358ba in clone () from /lib/libc.so.6
No symbol table info available.

Thread 1 (Thread 16384 (LWP 12026)):
#0  0x401f9c58 in pthread_create@@GLIBC_2.1 () from /lib/libpthread.so.0
No symbol table info available.
#1  0x4091d830 in get_iplugin_info () from /usr/lib/xmms/Input/libmpg123.so
No symbol table info available.
#2  0x08061308 in input_play ()
No symbol table info available.
#3  0x080697cd in playlist_play ()
No symbol table info available.
#4  0x08069dbc in playlist_set_position ()
No symbol table info available.
#5  0x08077584 in playlist_list_button_press_cb ()
No symbol table info available.
#6  0x08071d01 in handle_press_cb ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#7  0x08096e98 in playlistwin_real_hide ()
No symbol table info available.
#8  0x400f3d1c in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#9  0x40126760 in gtk_signal_connect_while_alive () from 
/usr/lib/libgtk-1.2.so.0
No symbol table info available.
#10 0x401278af in gtk_signal_emit_stop_by_name () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#11 0x40127f02 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#12 0x40164085 in gtk_widget_event () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#13 0x400f36ad in gtk_propagate_event () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#14 0x400f3a00 in gtk_main_do_event () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#15 0x401a7744 in gdk_event_get () from /usr/lib/libgdk-1.2.so.0
No symbol table info available.
#16 0x401dddd8 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#17 0x401de2c1 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#18 0x401de5e5 in g_main_run () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#19 0x400f2e2e in gtk_main () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#20 0x080833a5 in main ()
No symbol table info available.
#0  0x403e492f in memcpy () from /lib/libc.so.6
(gdb)


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xmms depends on:
ii  libc6                    2.3.5-6         GNU C Library: Shared libraries an
ii  libglib1.2               1.2.10-10       The GLib library of C routines
ii  libgtk1.2                1.2.10-18       The GIMP Toolkit set of widgets fo
ii  libice6                  6.8.2.dfsg.1-7  Inter-Client Exchange library
ii  libsm6                   6.8.2.dfsg.1-7  X Window System Session Management
ii  libssl0.9.7              0.9.7e-3        SSL shared libraries
ii  libx11-6                 4.3.0.dfsg.1-13 X Window System protocol client li
ii  libxext6                 6.8.2.dfsg.1-7  X Window System miscellaneous exte
ii  libxi6                   6.8.2.dfsg.1-7  X Window System Input extension li
ii  xlibs                    6.8.2.dfsg.1-7  X Window System client libraries m

Versions of packages xmms recommends:
ii  libasound2               1.0.9-3         ALSA library
ii  libaudiofile0            0.2.6-6         Open-source version of SGI's audio
ii  libesd0                  0.2.36-1        Enlightened Sound Daemon - Shared 
ii  libmikmod2               3.1.11-a-6      A portable sound library
ii  libogg0                  1.1.2-1         Ogg Bitstream Library
ii  libvorbis0a              1.1.0-1         The Vorbis General Audio Compressi
ii  libvorbisfile3           1.1.0-1         The Vorbis General Audio Compressi
ii  unzip                    5.52-4          De-archiver for .zip files
ii  xlibmesa-gl [libgl1]     4.3.0.dfsg.1-14 Mesa 3D graphics library [XFree86]
ii  zlib1g                   1:1.2.3-4       compression library - runtime

-- no debconf information


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


Reply via email to