Bug 93594

Summary: Webkit crashes while executing alert() js function if any (even non-used) QWebPage with bad parent was created
Product: WebKit Reporter: wolfy <wolfram>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   
Attachments:
Description Flags
demo code for reported crash none

Description wolfy 2012-08-09 01:27:52 PDT
Any alert() call in any QWebView will crash application if programs contains line similar to

  QWebPage* crashpage = new QWebPage(0);

and even in case which such this QWebPage instance is not used at all.

Such behavior appears on QT 4.8+

Demo for MSVS 2010 attached.
Comment 1 wolfy 2012-08-09 01:28:39 PDT
Created attachment 157421 [details]
demo code for reported crash
Comment 2 Alexey Proskuryakov 2022-07-29 10:47:47 PDT
The Qt port has been removed from WebKit, resolving.