Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74835 - beep media player 0.97 seg faults upon startup
Summary: beep media player 0.97 seg faults upon startup
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sergey Kuleshov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-18 07:32 UTC by Tim Burrell
Modified: 2004-12-19 06:23 UTC (History)
1 user (show)

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 Tim Burrell 2004-12-18 07:32:58 UTC
bmp immediately seg faults after running it.  This did not happen with the prior   version.

ie:

(~)> beep-media-player 

Received SIGSEGV

This could be a bug in BMP. If you don't know why this happened, send a mail to us at beepmp-devel@lists.sourceforge.net

Killed

here is my emerge --info:

Gentoo Base System version 1.4.16
Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.10-rc2.SpaceDolphin i686)
=================================================================
System uname: 2.6.10-rc2.SpaceDolphin i686 AMD Athlon(tm) XP 2200+
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1,sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks grc sandbox sfperms"
GENTOO_MIRRORS="http://mirror.cpsc.ucalgary.ca/mirror/gentoo.org ftp://gentoo.agsn.ca/ http://gentoo.llarian.net/ http://gentoo.binarycompass.org"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://SpaceTree/portage"
USE="X Xaw3d aalib alsa apm arts avi berkdb bitmap-fonts bluetooth bonobo cdr crypt cups curl dri dvd encode esd f77 fam fbcon flac foomaticdb fortran gdbm gif glx gnome gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imap imlib imlib2 jack java jikes joystick jpeg junit kde lcms libg++ libwww mad maildir mikmod mmx motif mozilla mpeg mpeg4 mysql ncurses nls oggvorbis opengl oss pam pda pdflib perl plotutils png ppds python qt quicktime readline ruby samba sdl slp speex spell sse ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts usb videos wmf wxwindows x86 xinerama xml xml2 xmms xosd xv zlib"



Reproducible: Always
Steps to Reproduce:
1. launch beep-media-player
2. wait 0.0001 seconds
3. feel sad
Comment 1 Sergey Kuleshov (RETIRED) gentoo-dev 2004-12-18 12:01:41 UTC
information you provided is not enough to solve the problem. WHat you could do is reemrge beep-mediaplayer with USE="debug". and then produce backtrace:

ulimit -c unlmited
beep-media-player
<segfaults here>
gdb /usr/bin/beep-media-palyer ./core
-> give bt command to get backtrace
Comment 2 Tim Burrell 2004-12-18 13:21:38 UTC
Here is the backtrace:

(gdb) bt
#0  0x4089d451 in kill () from /lib/libc.so.6
#1  0x407afd60 in pthread_kill () from /lib/libpthread.so.0
#2  0x407b00bb in raise () from /lib/libpthread.so.0
#3  0x4089cea2 in raise () from /lib/libc.so.6
#4  0x4089e9d0 in abort () from /lib/libc.so.6
#5  0x08082d0c in xmms_get_gentitle_format ()
#6  0x080a3a08 in n_titlestring_presets ()
#7  0x080a3a08 in n_titlestring_presets ()
#8  0x00000005 in ?? ()
#9  0x407b2e03 in __pthread_sighandler () from /lib/libpthread.so.0
#10 <signal handler called>
#11 0x08073a50 in ctrlsocket_setup ()
#12 0xbf7ff96c in ?? ()

Hope this is helpful... anything else I can do?
Comment 3 Sergey Kuleshov (RETIRED) gentoo-dev 2004-12-19 06:23:57 UTC
I reported this to BMP developers, the should take of it now. See http://www.sosdg.org/~larne/bugs/show_bug.cgi?id=216