Bug 102925 - Hangs with full load browsing Ubuntu Wiki
Summary: Hangs with full load browsing Ubuntu Wiki
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: http (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR major
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
: 103715 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-31 12:27 UTC by Stephan Binner
Modified: 2005-05-17 20:04 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Quick fix/work-around (393 bytes, patch)
2005-05-15 18:47 UTC, Stephan Binner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Binner 2005-03-31 12:27:19 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Browsing pages in the (K)Ubuntu Wiki like https://www.ubuntulinux.org/wiki/Kubuntu is impossible (when logged in). kio_http hangs endlessly grabbing all CPU power it can get.
Comment 1 Waldo Bastian 2005-03-31 13:39:44 UTC
Are you using a proxy? Can you strace it?
Comment 2 Stephan Binner 2005-03-31 20:45:45 UTC
No proxy. You don't have to be logged in to reproduce it, just browse some pages via https, debug output:

kio_http: (30932) ============ Sending Header:
kio_http: (30932) GET /wiki/KubuntuKDEStatus HTTP/1.1
kio_http: (30932) Connection: Keep-Alive
kio_http: (30932) User-Agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux; X11; en_US) KHTML/3.4.0 (like Gecko)
kio_http: (30932) Referer: https://www.ubuntulinux.org/wiki/Kubuntu
kio_http: (30932) Accept: text/html, image/jpeg, image/png, text/*, image/*, */*
kio_http: (30932) Accept-Encoding: x-gzip, x-deflate, gzip, deflate
kio_http: (30932) Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5
kio_http: (30932) Accept-Language: en
kio_http: (30932) Host: www.ubuntulinux.org
kio_http_debug: (30932) HTTPProtocol::readHeader
kio_http: (30932) ============ Received Response:
kio_http: (30932) --empty--
kio_http: (30932) --empty--
kio_http: (30932) --empty--
kio_http: (30932) --empty--
kio_http: (30932) --empty--
kio_http: (30932) --empty--
kio_http: (30932) --empty--
  and so on...
Comment 3 Stephan Binner 2005-04-12 13:11:11 UTC
*** Bug 103715 has been marked as a duplicate of this bug. ***
Comment 4 Stephan Binner 2005-05-15 18:47:13 UTC
Created attachment 11048 [details]
Quick fix/work-around

Any reaction to this bug report or patch would be nice. :-)
Comment 5 Stephan Binner 2005-05-15 18:48:20 UTC
Jonathan is annoyed too afaik... :-)
Comment 6 Stephan Binner 2005-05-17 20:04:46 UTC
Committed this now for trunk and 3.4.1 as I don't see it hurting.