Bug 53622
| Summary: | konqueror crash | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Tim Waugh <twaugh> | ||||
| Component: | kdebase | Assignee: | 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
Tim Waugh
2001-09-13 08:12:17 UTC
Created attachment 31717 [details]
Stack trace
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.") 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);
}
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. |