Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130189 - net-im/gajim (>=0.9) segfaults on connecting
Summary: net-im/gajim (>=0.9) segfaults on connecting
Status: RESOLVED FIXED
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-16 14:15 UTC by Christian Gabriel
Modified: 2006-07-09 08:36 UTC (History)
0 users

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


Attachments
Output of "python -v gajim.py" (python-v.output,28.47 KB, text/plain)
2006-04-16 14:16 UTC, Christian Gabriel
Details
gdb backtrace (gdb-backtrace,2.00 KB, text/plain)
2006-04-16 14:16 UTC, Christian Gabriel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Gabriel 2006-04-16 14:15:33 UTC
gajim crashes when connecting to the server. This looks similar to #95372, just with a newer version of gajim.

gajim-0.8.2 does NOT have this problem.

gdb shows it seems to be a problem in libgtk-x11-2.0.so:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912509743840 (LWP 23305)]
0x00002aaaac7a1dbc in gtk_tree_model_rows_reordered ()
   from /usr/lib/libgtk-x11-2.0.so.0

I will attach a gdb backtrace and output from python -v gajim.py.

emerge --info:
Portage 2.1_pre7-r4 (default-linux/amd64/2006.0, gcc-3.4.5, glibc-2.3.5-r2, 2.6.15-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r7 x86_64 AMD Sempron(tm) Processor 3400+
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
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"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 3dnow2 X acpi alsa apache2 avi berkdb bitmap-fonts cli crypt ctype cups dba dvd dvdr eds emboss encode expat fastbuild firefox foomaticdb force-cgi-redirect ftp gd gif gimpprint gnome gnutls gpm gstreamer gtk gtk2 hal imlib ipv6 isdnlog jpeg lzw lzw-tiff memlimit mp3 mpeg ncurses nls nptl nptlonly nsplugin opengl pam pcre pdflib perl png posix pppd python quicktime readline samba sdl session simplexml soap sockets spell spl ssl tcpd tiff tokenizer truetype truetype-fonts type1-fonts usb userlocales xml xpm xsl xv zlib elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux userland_GNU video_cards_nv video_cards_vesa"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Christian Gabriel 2006-04-16 14:16:17 UTC
Created attachment 84794 [details]
Output of "python -v gajim.py"
Comment 2 Christian Gabriel 2006-04-16 14:16:44 UTC
Created attachment 84795 [details]
gdb backtrace
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-04-17 00:08:45 UTC
Please, remove svyatogor@gentoo.org, he's retiring.
Comment 4 Gustavo Felisberto (RETIRED) gentoo-dev 2006-07-06 09:32:01 UTC
According to upstream this was fixed in 0.10. If it still happens please re-open the bug.
Comment 5 Christian Gabriel 2006-07-09 08:00:40 UTC
Problem still exists with 0.10.1
But it looks like it's bug 109298, so I'm not reopening this bug.
Comment 6 Gustavo Felisberto (RETIRED) gentoo-dev 2006-07-09 08:15:19 UTC
Try to use a non animated icon set.
Comment 7 Christian Gabriel 2006-07-09 08:36:47 UTC
Solved. It _was_ bug 109298. I recompiled pygtk with GCC 4.1, and now Gajim works like a charm. So this bug can be closed now.

Thanks for your help.