[Webkit-unassigned] [Bug 53483] New: Crashes during QWebView::load (KERN-EXEC 3)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 1 04:27:29 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53483

           Summary: Crashes during QWebView::load (KERN-EXEC 3)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vasyl.pasternak+webkit at gmail.com


Redirected from http://bugreports.qt.nokia.com/browse/QTBUG-17070

Please look at the following code:

#include <QtGui>
#include <QWebView>

int main(int argc, char** argv)
{ 
QApplication app(argc, argv); 
QWebView view; 
view.load(QUrl("http://www.nokia.com")); 
view.showMaximized(); 
return app.exec(); 
}

It compiles with Qt 4.6 and Qt 4.7.1, and runs successfully on Linux and Symbian^3 with Qt 4.6.4 installed. But on Symbian^3 (Nokia N8) with developer versions of Qt 4.7.0 and Qt 4.7.1 it crashes with KERN-EXEC 3 during loading the page.

In that time, QML project with WebView component successfully loads all pages.

In the attachment I provide the complete project (cpp and pro files).

-Best regards,
Vasyl

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list