Bug 69766 - https kio_slave loops forever accessing /dev/urandom
Summary: https kio_slave loops forever accessing /dev/urandom
Status: RESOLVED NOT A BUG
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: http (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-07 00:06 UTC by Dominique Devriese
Modified: 2003-12-07 10:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique Devriese 2003-12-07 00:06:18 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    Debian testing/unstable Packages
OS:          Linux

Forwarded by domi (devriese@kde.org) from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=218370.  Please don't forget to CC the original submitter if you want to ask for more information:

From: Daniel Vetter <dvetter@gymmuenchenstein.ch>
Reply-To: dvetter@gymmuenchenstein.ch
Organization: Gymnasium =?iso-8859-1?q?M=FCnchenstein?=
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: kdelibs4: https kio_slave loops forever accessing /dev/urandom
Date: Thu, 30 Oct 2003 22:48:01 +0100

Package: kdelibs4
Version: 4:3.1.4-2
Severity: normal

This bug shows up whenever the https proto is used. As far as I can
tell, nothing gets sent over the network (at least tcpdump didn't show
up anything..)

strace of the 'kdeinit: kio_https' process which is using 100% cpu
shows the following line repeated forever:
read(6, "\231S\331&\277\343\271\354\237\306\374a\270\257\206\34"..., 4096) = 4096
[with other random entropy, of course]

FILE 6 is /dev/urandom

Killing this process yields a connection error in eg konqueror.

The system is running linux-kernel 2.6.0-test9 everything else is deb unstable.

Other ssl apps work, even kde ones (eg kio_fish).

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux banane 2.6.0-test9 #61 Wed Oct 29 15:33:34 CET 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages kdelibs4 depends on:
ii  kdelibs-bin              4:3.1.4-2       KDE core binaries
ii  kdelibs-data             4:3.1.4-2       KDE core shared data
ii  libart-2.0-2             2.3.16-1        Library of functions for 2D graphi
ii  libarts1                 1.1.4-2         aRts Sound system
ii  libasound2               0.9.6-3         Advanced Linux Sound Architecture
ii  libaudio2                1.6-6           The Network Audio System (NAS). (s
ii  libbz2-1.0               1.0.2-1         A high-quality block-sorting file
ii  libc6                    2.3.2-9         GNU C Library: Shared libraries an
ii  libcupsys2               1.1.19final-1.4 Common UNIX Printing System(tm) -
ii  libfam0c102              2.6.10-4        client library to control the FAM
ii  libfontconfig1           2.2.1-8         generic font configuration library
ii  libfreetype6             2.1.5-3         FreeType 2 font engine, shared lib
ii  libgcc1                  1:3.3.2-1       GCC support library
ii  libjpeg62                6b-9            The Independent JPEG Group's JPEG
ii  libldap2                 2.1.23-1        OpenLDAP libraries
ii  libpcre3                 4.3-3           Philip Hazel's Perl 5 Compatible R
ii  libpng12-0               1.2.5.0-4       PNG library - runtime
ii  libqt3c102-mt            3:3.2.1-6       Qt GUI Library (Threaded runtime v
ii  libstdc++5               1:3.3.2-1       The GNU Standard C++ Library v3
ii  libtiff3g                3.5.7-2         Tag Image File Format library
ii  libxcursor1              1.0.2-2         X Cursor management library
ii  libxft2                  2.1.2-4         FreeType-based font drawing librar
ii  libxml2                  2.5.11-2        GNOME XML library
ii  libxrender1              0.8.3-4         X Rendering Extension client libra
ii  libxslt1                 1.0.33-3        XSLT processing library - runtime
ii  xlibmesa3-gl [libgl1]    4.2.1-12.1      Mesa 3D graphics library [XFree86]
ii  xlibs                    4.2.1-12.1      X Window System client libraries
ii  zlib1g                   1:1.1.4-16      compression library - runtime

-- no debconf information
Comment 1 Stephan Kulow 2003-12-07 10:04:02 UTC
I don't know why you forwarded it, it belongs in the debian bug tracking
as the code to read urandom is in openssl
Comment 2 Dominique Devriese 2003-12-07 10:12:21 UTC
Subject: Re:  https kio_slave loops forever accessing
 /dev/urandom

Stephan Kulow writes:

> I don't know why you forwarded it, it belongs in the debian bug
> tracking as the code to read urandom is in openssl

Hmm.. right. forwarding to openssl then..
thanks
domi