Bug 29464 - [Qt] QWebView sends loadProgress() signal when deleted.
Summary: [Qt] QWebView sends loadProgress() signal when deleted.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P5 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-09-18 08:23 PDT by Tor Arne Vestbø
Modified: 2010-03-10 06:21 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tor Arne Vestbø 2009-09-18 08:23:24 PDT
This bug report originated from issue QTBUG-2616
<http://bugreports.qt.nokia.com/browse/QTBUG-2616>

--- Description ---

Backtrace follows:

Breakpoint 1, WebCore::FrameLoaderClientQt::postProgressEstimateChangedNotification (this=0xb1ef76d0) at ../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:478
478         emit loadProgress(qRound(m_frame->page()->progress()->estimatedProgress() * 100));
(gdb) backtrace
Comment 1 Jocelyn Turcotte 2010-01-14 10:44:42 PST
Initialy repported in 4.4.1
P5ing until this bug gets confirmed.
Comment 2 Kent Hansen 2010-03-10 06:21:07 PST
No testcase, need more information on how to reproduce this (without using QtJambi).