Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82863 - gaim-1.1.3 segfaults during disk access
Summary: gaim-1.1.3 segfaults during disk access
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gaim Bugs Crew
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 12:48 UTC by Don Seiler (RETIRED)
Modified: 2005-02-21 15:01 UTC (History)
2 users (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 Don Seiler (RETIRED) gentoo-dev 2005-02-21 12:48:27 UTC
Split this off from bug #82450.

User info:

marlow ~ $ emerge info
Portage 2.0.51-r15 (default-linux/ppc/2005.0, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10-gentoo-r7 ppc)
=================================================================
System uname: 2.6.10-gentoo-r7 ppc 7455, altivec supported
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 18 2005, 18:55:22)]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.7.9-r1, 1.4_p6, 1.5, 1.8.5-r3, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.90.0.3-r4
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=7450 -maltivec -mabi=altivec -pipe"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/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/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=7450 -maltivec -mabi=altivec -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo http://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/ ftp://mirror.switch.ch/mirror/gentoo/"
LANG="es_ES.UTF-8"
LC_ALL="es_ES.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aac aalib accessibility adns alsa altivec apache2 bash-completion berkdb bitmap-fonts bonobo cdr cjk crypt cups curl directfb dvd dvdr emacs emboss esd f77 fam fbcon flac fortran gcj gd gdbm gif gimp gimpprint glitz gnome gnuplot gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal howl idea imagemagick imlib ipv6 jabber java jpeg junit jython lcms ldap mad maildir mono motif mozcalendar mozilla mozsvg mp3 mpeg mplayer mppe-mppc mysql nas ncurses nls nptl oggvorbis opengl opie pam pcmcia pcre pdflib perl pic plotutils png postgres ppc python qt radeon readline rhino ruby samba scanner sdl server slang smime snmp spell sqlite ssl svg tcltk tcpd tiff truetype truetype-fonts type1-fonts unicode usb v4l2 vnc wxwindows xinerama xml xml2 xmms xosd xprint xv xvid yahoo zlib video_cards_radeon linguas_es_ES linguas_es linguas_en_US linguas_en"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS

marlow ~ $ equery list glib
[ Searching for package 'glib' in all categories among: ]
 * installed packages
[I--] [  ] dev-libs/glib-2.6.2-r1 (2)
[I--] [  ] dev-libs/glib-1.2.10-r5 (1)


same backtrace with USE="debug" and FEATURES="nostrip" in glib and gaim .

There are lots of messages in stdout and some in stderr. I won't attach them because there are lots of personnal information there (nicks, etc.)

The last part of one run is:

oscar: Uploading icon to icon server
oscar: no more icons to request
Hi, user.  We need to talk.
I think something's gone wrong here.  It's probably my fault.
No, really, it's not you... it's me... no no no, I think we get along well
it's just that.... well, I want to see other people.  I... what?!?  NO!  I haven't
been cheating on you!!  How many times do you want me to tell you?!  And for thelast time, it's just a rash!
dns[10775]: Oops, father has gone, wait for me, wait...!
dns[10774]: Oops, father has gone, wait for me, wait...!

Even when I redirect stdout and stderr to a file, I get this in command line:

Hi, user.  We need to talk.
I think something's gone wrong here.  It's probably my fault.
No, really, it's not you... it's me... no no no, I think we get along well
it's just that.... well, I want to see other people.  I... what?!?  NO!  I haven't
been cheating on you!!  How many times do you want me to tell you?!  And for thelast time, it's just a rash!
dns[10785]: Oops, father has gone, wait for me, wait...!
dns[10784]: Oops, father has gone, wait for me, wait...!

BTW, I trust my machine, and I know she's not cheating on me :-)

other run:
blist: Failed to save blist
bar 1
bar 2
bar 3
prefs: writing prefs out to disk.
prefs: Failed to save prefs

(I have also seen "foo 1"... messages
Comment 1 Don Seiler (RETIRED) gentoo-dev 2005-02-21 12:53:07 UTC
Also rebuild glib and gtk+ with USE="debug" and FEATURES="nostrip" and add -g to CFLAGS.
Comment 2 Don Seiler (RETIRED) gentoo-dev 2005-02-21 12:57:43 UTC
FYI, redhat bug is https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=149190
Comment 3 Don Seiler (RETIRED) gentoo-dev 2005-02-21 12:59:36 UTC
Also output from strace wouldn't hurt.
Comment 4 Don Seiler (RETIRED) gentoo-dev 2005-02-21 13:03:17 UTC
Debian bug is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=295904
Comment 5 Don Seiler (RETIRED) gentoo-dev 2005-02-21 13:03:58 UTC
Master upstream bug is now http://sourceforge.net/tracker/?func=detail&aid=1145742&group_id=235&atid=100235
Comment 6 Don Seiler (RETIRED) gentoo-dev 2005-02-21 15:01:02 UTC
Upstream asked to focus there.