Bug 34244

Summary: QtWebKit crashes after the WebInspector menu feature of a QWebView is used
Product: WebKit Reporter: florianlink
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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 ***