Bug 92723 - [QtWebKit] call QWebView::load with an empty url crashe application
Summary: [QtWebKit] call QWebView::load with an empty url crashe application
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-31 00:35 PDT by yoch
Modified: 2022-07-29 10:47 PDT (History)
0 users

See Also:


Attachments
test case (413 bytes, text/plain)
2012-07-31 00:35 PDT, yoch
no flags Details
header for testcase (195 bytes, text/plain)
2012-07-31 00:36 PDT, yoch
no flags Details
.pro for testcase (273 bytes, application/octet-stream)
2012-07-31 00:37 PDT, yoch
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description yoch 2012-07-31 00:35:33 PDT
Created attachment 155454 [details]
test case

I working with QWebView for loading various local html files, with :

webview->load(QUrl::fromLocalFile(path));

If the path is set to "", my app crash in release mode (not in debug).
Comment 1 yoch 2012-07-31 00:36:16 PDT
Created attachment 155455 [details]
header for testcase
Comment 2 yoch 2012-07-31 00:37:51 PDT
Created attachment 155457 [details]
.pro for testcase
Comment 3 yoch 2012-07-31 01:06:37 PDT
I got this error from app output :

QIODevice::read: maxSize argument exceeds QByteArray size limit
Comment 4 Alexey Proskuryakov 2022-07-29 10:47:45 PDT
The Qt port has been removed from WebKit, resolving.