[Webkit-unassigned] [Bug 39992] New: [Qt]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 06:24:09 PDT 2010


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

           Summary: [Qt]
           Product: WebKit
           Version: 417.x
          Platform: S60 Emulator
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jackwootton at gmail.com


Created an attachment (id=57534)
 --> (https://bugs.webkit.org/attachment.cgi?id=57534)
Stacktrace from Carbide when S60 emulator crashes

My environment is: Windows XP SP2, 3GB RAM, Qt 4.7 for Symbian, Nokia N97 SDK.

QML document contains a WebView component. When the WebView has either the URL or HTML attributes set, the application crashes. If the WebView component does NOT have either its URL or HTML attributes set, then no crash occurs. Running the application on the Symbian emulator (N97 SDK) the last entry on the callstack was WTF::fastMalloc(). fastMalloc is used by the JavaScriptCore (full stack trace attached). It looks as though there is no memory left and so fastmalloc fails.

I have tried increasing the amount of memory the emulator is launched with but this did not help.Is it anything to do with this webkit bug? http://code.google.com/p/chromium/issues/detail?id=2861

By setting WebView.settings.javascriptEnabled to false, the JavaScriptCore is not used in WebKit, and as a result WebView will load plain html specified in the Webview.html attribute. So it seems it is definitly the use of JavaScriptCore which is causing the problem.

I don't know which version of WebKit is packaged in Qt4.7 binary for Symbian, so cannot provide this information.

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