Bug 34244 - QtWebKit crashes after the WebInspector menu feature of a QWebView is used
Summary: QtWebKit crashes after the WebInspector menu feature of a QWebView is used
Status: RESOLVED DUPLICATE of bug 31664
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-28 00:06 PST by florianlink
Modified: 2010-01-28 02:24 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description florianlink 2010-01-28 00:06:30 PST
To reproduce this bug, run the "demobrowser" that comes with Qt in debug mode on Windows.
Select the "Inspect" menu option and close the WebInspector that pops up.
Now close the web page that was inspected. It crashes with an access to an already deleted object.

(it needs to be on Windows and in debug mode, otherwise accessing deleted objects does not result in a crash but undefined behaviour instead)
Comment 1 florianlink 2010-01-28 02:24:26 PST
I verified that this was already fixed on the trunk, it just did not make it into Qt 4.6.1.
It is a dubplicate of bug 31664, as far as I can see.

*** This bug has been marked as a duplicate of bug 31664 ***