Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74313 - sylpheed-claws with TLS support, processor spikes to 100% and program locks
Summary: sylpheed-claws with TLS support, processor spikes to 100% and program locks
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Marius Mauch (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-13 11:46 UTC by Ian Truelsen
Modified: 2005-04-23 05:11 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 Ian Truelsen 2004-12-13 11:46:18 UTC
When I try to download mail from Gmail, which requires TLS to connect, the processor spikes up to 100% and sylpheed-claws locks. I have to killall -9 to end the process. It will work the first time on a reboot, but after that, everytime, I get the above.

I think that this must be an openssl problem, but after re-installing openssl and then rebuilding sylpheed-claws against it, the same thing is happening.

While this is not a crash per se, I got this from gdb when the problem occurs:

0x406a984b in read () from /lib/libpthread.so.0
(gdb) bt
#0  0x406a984b in read () from /lib/libpthread.so.0
#1  0x4068774c in ?? () from /usr/lib/libcrypto.so.0.9.7
#2  0x00000000 in ?? ()
#3  0x4060e8ae in BIO_sock_should_retry () from /usr/lib/libcrypto.so.0.9.7
#4  0x083814d0 in ?? ()
#5  0x00000007 in ?? ()
#6  0x4068774c in ?? () from /usr/lib/libcrypto.so.0.9.7
#7  0x0837bdd8 in ?? ()
#8  0x00000000 in ?? ()
#9  0x00000007 in ?? ()
#10 0x4060c10d in BIO_read () from /usr/lib/libcrypto.so.0.9.7
#11 0x0837bdd8 in ?? ()
#12 0x083814d0 in ?? ()
#13 0x00000007 in ?? ()
#14 0x4059282c in ?? () from /usr/lib/libssl.so.0.9.7
#15 0x00000094 in ?? ()
#16 0x00000000 in ?? ()
#17 0x0837b9e8 in ?? ()
#18 0x4059282c in ?? () from /usr/lib/libssl.so.0.9.7
#19 0x0837b9e8 in ?? ()
#20 0x00000007 in ?? ()
#21 0x083814d0 in ?? ()
#22 0x4057ed47 in ssl23_read_bytes () from /usr/lib/libssl.so.0.9.7

This was working up until yesterday, but there is nothing that I can see in the list of upgrades that could have caused this. Here is what I have upgraded in the previous 3 days:

libxml2
gtk+
libxslt
libgtop
imlib2
libtool
enchant
binutils
gzip
gnumeric

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51-r8 (default-linux/x86/2004.0, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.9-gentoo-r8 i686)
=================================================================
System uname: 2.6.9-gentoo-r8 i686 AMD Athlon(tm) XP 1700+
Gentoo Base System version 1.6.7
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jul 20 2004, 23:33:36)]
distcc 2.18.2 i486-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.9.3, 1.8.5-r2, 1.5, 1.6.3, 1.7.9, 1.4_p6
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r1
virtual/os-headers:  2.4.22
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i486-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/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/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 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://dark-lord.ihtruelsen.dyndns.org/gentoo-portage"
USE="3dnow X aalib acpi aim alsa apm arts avi berkdb bitmap-fonts cdr crypt cups
dillo directfb dvd encode esd f77 fam fbcon flac flash foomaticdb fortran gdbm
gif gnome gnutls gpm gtk gtk2 icq imagemagick imap imlib jabber java jpeg junit
kde ldap libg++ libwww mad maildir mikmod motif moznocompose moznoirc moznomail
mpeg msn mysql ncurses nls oggvorbis opengl oscar oss pam pdflib perl png python
qt quicktime readline sdl slang slp spell ssl svga tcltk tcpd tetex tiff
truetype usb x86 xface xml xml2 xmms xv yahoo zlib video_cards_nvidia"
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2005-02-01 21:59:02 UTC
Can you check with another mail program if this is sylpheed related or not?
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2005-04-23 05:11:38 UTC
no clue what this is