Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12374 - xmms-1.2.7-r15 segfaults when started
Summary: xmms-1.2.7-r15 segfaults when started
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-18 05:17 UTC by Tobias Sager
Modified: 2003-09-01 16:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Sager 2002-12-18 05:17:00 UTC
<snip>
# gdb xmms
GNU gdb 5.2.1
Copyright 2002 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 "i686-pc-linux-gnu"...(no debugging symbols found)...
(gdb) run
Starting program: /usr/bin/xmms 
(no debugging symbols found)...[New Thread 16384 (LWP 7941)]
(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 32769 (LWP 7942)]
[New Thread 16386 (LWP 7943)]

(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)...
Available CPU flags: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
(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)...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 32769 (LWP 7942)]
0x4051ec7c in poll () from /lib/libc.so.6
(gdb) bt
#0  0x4051ec7c in poll () from /lib/libc.so.6
#1  0x40029b43 in __pthread_manager () from /lib/libpthread.so.0
#2  0x40029d84 in pthread_start_thread () from /lib/libpthread.so.0
</snip>

-- MY LAYOUT --
Installed xmms: 1.2.7-r15
Installed glibc: 2.3.1-r2: /lib/libc.so.6 -> libc-2.3.1.so
                           /lib/libpthread.so.0 -> libpthread-0.10.so
Installed gcc: 3.2.1

Downgrade to xmms-1.2.7-r14 does not fix, upgrade to -r16 neither.

Any suggestions? (Please fast, I want to hear music.. ;-)

Regards,
Tobias
Comment 1 SpanKY gentoo-dev 2002-12-18 08:04:08 UTC
could you post the output of `emerge info` ?

also, please try going through /usr/lib/xmms/, deleting plugins until xmms
launches ... i'd suggest nuking Effect/Visualization first since you can still
listen to music w/out them ;)
basically see if you can track down the plugin that is causing it to die ...
Comment 2 Tobias Sager 2002-12-18 08:43:31 UTC
Interestingly it works again.
Maybe the alsa update from my world-update fixed everything (don't think so)?

After unmerging and remerging xmms runs fine.

Sorry for the trouble.

emerge info would have been:
Portage 2.0.45-r5 (default-x86-1.4, gcc-3.2.1, glibc-2.2.5-r2,2.3.1-r2)
=================================================================
System uname: 2.4.19 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz
USE="x86 oss apm crypt cups gif jpeg mikmod mmx ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang readline arts bonobo svga java guile X sdl gpm tcpd pam libwww ssl python esd imlib oggvorbis gtk qt motif opengl cdr sse sse2 -3dnow pcmcia pnp trusted pda gphoto2 dga fbcon -gnome libg++ tcltk tiff alsa dvd ggi mozilla xml perl samba -doc -kde xfs gtkhtml encode avi mpeg"
ARCH="x86"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
ACCEPT_KEYWORDS="x86"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/wget /etc/init.d /etc/gconf /etc/env.d"
MAKEOPTS="-j2"
JDK_HOME="/opt/sun-jdk-1.4.1.01"
JAVA_HOME="/opt/sun-jdk-1.4.1.01"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"

Regards,
Tobias