Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59657 - Gaim 0.81 crashed on startup
Summary: Gaim 0.81 crashed on startup
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gaim Bugs Crew
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 20:09 UTC by Adam
Modified: 2004-08-25 11:28 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 Adam 2004-08-06 20:09:12 UTC
Summary explains everything, obtaining a backtrace from a core file I get the following:
---
#0  0xffffe410 in ?? ()
#1  0xbfff8f70 in ?? ()
#2  0x00000006 in ?? ()
#3  0x00006c0c in ?? ()
#4  0xb7a32f11 in raise () from /lib/libc.so.6
#5  0xb7a345c7 in abort () from /lib/libc.so.6
#6  0x080f7ea3 in sighandler (sig=0) at main.c:369
#7  <signal handler called>
#8  0xb78a355e in activate_factories_for_uri () from /usr/lib/libebook.so.8
#9  0xb78a3713 in fetch_corba_book () from /usr/lib/libebook.so.8
#10 0xb78a4a81 in e_book_new () from /usr/lib/libebook.so.8
#11 0xb78a4afe in e_book_new_from_uri () from /usr/lib/libebook.so.8
#12 0xb78a4ce5 in e_book_new_system_addressbook () from /usr/lib/libebook.so.8
#13 0xb78ed68d in gevo_load_addressbook (book=0x8325148, error=0x0)
    at gevo-util.c:135
#14 0xb78eca27 in load_timeout (data=0x0) at gevolution.c:234
#15 0xb7b609bc in g_timeout_dispatch () from /usr/lib/libglib-2.0.so.0
#16 0xb7b5df42 in g_main_dispatch () from /usr/lib/libglib-2.0.so.0
#17 0xb7b5f038 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#18 0xb7b5f370 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#19 0xb7b5f9b3 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#20 0xb7e15923 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#21 0x080f884d in main (argc=1, argv=0xbffff944) at main.c:911
---

Reproducible: Sometimes
Steps to Reproduce:





Gentoo Base System version 1.5.2
Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040619-r1,
2.6.8-rc2-mm2)
=================================================================
System uname: 2.6.8-rc2-mm2 i686 AMD Athlon(tm) Processor
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O2 -fomit-frame-pointer -frename-registers -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/init.d /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon -O2 -fomit-frame-pointer -frename-registers -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache digest distcc prelink sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/var/pub/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="3dnow S3TC X X509 Xaw3d aalib acpi acpi4linux aim alsa apache2 audiofile
avi bonobo caps cddb cdr chroot cjk clanJavaScript clanVoice crypt cups curl dga
directfb divx divx4linux dnd dvd dvdread encode esd ethereal evo ext-png faad
fam fbcon fbdev flac foomaticdb freetype fs gif gimpprint gnome gnomedb gnutls
gpm gstreamer gtk gtk2 gtkhtml guile imlib imlib2 jabber java javascript jpeg
lame ldap libg++ libwww mad maildir matroska mbox md5sum mldonkeypango mmx mng
mozilla moznocompose moznoirc moznomail mpeg mpeg4 mpi ncurses nls nocardbus
nocd nodod nowin nptl nvidia offensive oggvorbis openal opengl openssh oscar pam
pdflib pic png ppds quicktime readline ruby samba sasl sdl silc slp snmp spell
src ssl stencil-buffer svga tcltk tcpd theora threads truetype unicode usb
videos wxwindows x86 xchattext xgetdefault xine xml xml2 xosd xv xvid yahoo zvbi"
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2004-08-07 00:15:49 UTC
Please recompile with debug in your USE.

USE="debug" emerge gaim

And attempt to run it again and post your new backtrace.
Comment 2 Don Seiler (RETIRED) gentoo-dev 2004-08-07 10:40:22 UTC
More than likely you have some third-party plugins that either need to be recompiled, updated, or removed.
Comment 3 Don Seiler (RETIRED) gentoo-dev 2004-08-07 10:41:46 UTC
Although now that I look it could be that you are using an unstable version of evolution that we don't even support in portage.  If that is the case then do USE="-evo" to build gaim.
Comment 4 Adam 2004-08-24 12:50:47 UTC
Sorry, I had forgotten about this but.  This no longer occurs for me in the CVS version of Gaim.
Comment 5 Don Seiler (RETIRED) gentoo-dev 2004-08-25 11:28:28 UTC
ooooook then.  0.82 should be released tonight.