Bug 53622

Summary: konqueror crash
Product: [Retired] Red Hat Raw Hide Reporter: Tim Waugh <twaugh>
Component: kdebaseAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED WORKSFORME QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-09-13 08:12:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Stack trace none

Description Tim Waugh 2001-09-13 08:12:17 UTC
Description of Problem:
Konqueror crashes when viewing 
http://www.newsnow.co.uk/cgi/NGoto/7731231?-461

Version-Release number of selected component (if applicable):
kdelibs-2.2-11
kdebase-2.2-12

How Reproducible:
100%

Steps to Reproduce:
1. View URL.

Actual Results:
Stack trace attached.

Comment 1 Tim Waugh 2001-09-13 08:12:43 UTC
Created attachment 31717 [details]
Stack trace

Comment 2 Bernhard Rosenkraenzer 2001-09-13 08:34:59 UTC
Works here, using the exact same packages... Maybe the content of the page has 
changed in between. (It's currently [cutting and pasting from another 
Konqueror window] a redirect to 
http://news.telegraph.co.uk/news/main.jhtml?xml=/news/2001/09/13/utower.xml, 
which states

Only one Trade Centre tower was insured
 (Filed: 13/09/2001) 


 ONLY one of the twin World Trade Centre towers was insured because experts 
believed the chances of both collapsing simultaneously was too far-fetched. 

The towers' owners, the Port Authority of New York, will only receive an 
insurance payout of around #1 billion, far below the #3.3bn value put on the 
towers before the terror attack, according to reports. 

A spokesman for the US Insurance Information Institute said: "The possibility 
of the loss of both structures was seen as so remote that cover was not taken 
out on those lines.")


Comment 3 Bernhard Rosenkraenzer 2001-09-13 10:28:36 UTC
The backtrace seems to be nonsentical... I don't see how 
CachedScript::checkNotify() could possibly crash, unless something VERY weird 
is going on (e.g. QList<> iterator broken, which it isn't).

void CachedScript::checkNotify()
{
    if(loading) return;

    CachedObjectClient *c;
    for ( c = m_clients.first(); c != 0; c = m_clients.next() )
        c->notifyFinished(this);
}



Comment 4 Tim Waugh 2001-09-13 11:02:38 UTC
It was that story before, yes.  But now, the telegraph URL works (as it did 
before, actually), but the newsnow URL _also_ works, which it didn't before.  
Odd.