Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154960 - net-im/gaim-2.0.0_beta5 segfaults on exit, receives SIGPWR
Summary: net-im/gaim-2.0.0_beta5 segfaults on exit, receives SIGPWR
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL: http://sourceforge.net/tracker/index....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-12 18:54 UTC by Jose Marino
Modified: 2006-11-22 05:35 UTC (History)
0 users

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


Attachments
full backtrace (gaim-bt.txt,2.36 KB, text/plain)
2006-11-12 19:00 UTC, Jose Marino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Marino 2006-11-12 18:54:07 UTC
gaim segfaults on exit. I'm running gnome-2.16.* unstable packages, not sure if that'll have anything to do with this.

I ran gaim inside gdb. Made sure to not be connected to any protocols. When Quit is clicked it poops with:
........
main: Unloading all plugins
plugins: Unloading plugin IRC
plugins: Unloading plugin MSN
plugins: Unloading plugin Bonjour
plugins: Unloading plugin Zephyr
plugins: Unloading plugin SIMPLE
plugins: Unloading plugin Yahoo
plugins: Unloading plugin GNUTLS
plugins: Unloading plugin Message Notification
plugins: Unloading plugin Jabber
plugins: Unloading plugin Mono Plugin Loader

Program received signal SIGPWR, Power fail/restart.
[Switching to Thread 1075988816 (LWP 9314)]
0x00002b82b0f38727 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0


Full backtrace will be attached to next comment.

gaim USE flags:
[ebuild   R   ] net-im/gaim-2.0.0_beta5  USE="bonjour dbus debug gnutls gstreamer mono msn nls perl spell ssl startup-notification xscreensaver -avahi -cjk -crypt -custom-flags -doc -eds -gadu -meanwhile -nas -qq -silc -tcl -tk"

And my emerge --info

Portage 2.1.1-r1 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4, 2.6.17-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.17-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.6
Last Sync: Sun, 12 Nov 2006 01:00:03 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -fprefetch-loop-arrays -ftracer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon64 -O2 -pipe -fprefetch-loop-arrays -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms splitdebug strict"
GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/"
LC_ALL="en_US.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://localhost:3000/gentoo-portage"
USE="amd64 X a52 aac acpi aiglx alsa amr asf audiofile berkdb bitmap-fonts bonjour bzip2 cairo caps cddb cdparanoia cdr cli cracklib crypt cups curl dbus divx4linux djvu dlloader dri dvd dvdread dvi elibc_glibc emacs emboss encode esd fam ffmpeg fftw flac fontconfig fortran gdbm gif gimpprint glitz glut gnome gnutls gpm gs gstreamer gtk gtk2 gtkhtml hal howl iconv idn imagemagick imlib input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog java jpeg kernel_linux lcms ldap libg++ libnotify logrotate lzo mad md5sum mng mono mozcalendar moznocompose moznoirc moznomail moznoroaming mozsvg mozxmlterm mp3 mpeg mpi msn nautilus ncurses network nls nntp nomotif nptl nptlonly nsplugin nvidia offensive ogg opengl oss pam pcre pdf perl png ppds pppd python quicktime readline reflection rtc samba sdl session sndfile speex spell spl sqlite ssl startup-notification svg symlink t1lib tcpd tetex theora tiff truetype truetype-fonts type1-fonts ucs2 udev unicode usb userland_GNU v4l v4l2 vcd video_cards_nvidia video_cards_v4l video_cards_vesa vorbis wma x264 xine xml xorg xpm xscreensaver xv xvid xvmc zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jose Marino 2006-11-12 19:00:35 UTC
Created attachment 101801 [details]
full backtrace
Comment 2 Jory A. Pratt 2006-11-12 19:18:01 UTC
Build gaim with mono use flag disabled, It should solve the crash and I will speak with upstream about it.
Comment 3 Jose Marino 2006-11-12 22:06:47 UTC
I confirm that disabling mono use flag fixed the crash.
Comment 4 Kathryn Kulick (RETIRED) gentoo-dev 2006-11-13 16:54:41 UTC
notifying upstream of issue :)
Comment 5 Kathryn Kulick (RETIRED) gentoo-dev 2006-11-22 05:35:37 UTC
This is an upstream issue and it is being worked on. I am monitoring the bug they have listed on their bug tracker, and going to close this one as upstream.