UbuntuWebView crash with latest oxide/webbrowser-app from the ppa

Bug #1288951 reported by Jamie Strandboge
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Oxide
New
Undecided
Unassigned

Bug Description

With the following qml on amd64 with the latest updates from the ppa:

import QtQuick 2.0
import Ubuntu.Components 0.1
import Ubuntu.Components.Extras.Browser 0.1

MainView {
    objectName: "mainView"
    applicationName: "com.ubuntu.developer.jdstrand.rottentomatoes-webview"
    automaticOrientation: true

    width: units.gu(100)
    height: units.gu(75)

    UbuntuWebView {
        anchors.fill: parent
        url: "http://www.rottentomatoes.com/mobile"
    }
}

If I launch with:
$ oxideqmlscene ./rottentomatoes-webview.qml
or
$ qmlscene ./rottentomatoes-webview.qml

Then the first page loads fine. However if I click a movie (eg, "300: Rise of an Empire", which should be listed at the top right now), then the app crashes.

$ oxideqmlscene ./rottentomatoes-webview.qml
unity::action::ActionManager::ActionManager(QObject*):
 Could not determine application identifier. HUD will not work properly.
 Provide your application identifier in $APP_ID environment variable.
[0306/133009:WARNING:resource_bundle.cc(282)] locale_file_path.empty()
[0306/133009:WARNING:resource_bundle.cc(282)] locale_file_path.empty()
[0306/133009:ERROR:nss_util.cc(853)] After loading Root Certs, loaded==false: NSS error code: -8018
[0306/133009:WARNING:proxy_service.cc(903)] PAC support disabled because there is no system implementation
[0306/133010:ERROR:browser_main_loop.cc(240)] <unknown>: Unable to register app: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Invalid application ID
[0306/133011:INFO:CONSOLE(404)] "Overlay Enabled", source: http://www.rottentomatoes.com/mobile/ (404)
[0306/133011:INFO:CONSOLE(1)] "Uncaught TypeError: undefined is not a function", source: (1)
[0306/133011:INFO:CONSOLE(1)] "Uncaught TypeError: undefined is not a function", source: (1)
[0306/133011:INFO:CONSOLE(1)] "Uncaught TypeError: undefined is not a function", source: (1)
-- MARK: everything before this line is before clicking the link, everything after, is after click the link
[0306/133211:INFO:CONSOLE(0)] "event.returnValue is deprecated. Please use the standard event.preventDefault() instead.", source: (0)
[0306/133211:INFO:CONSOLE(441)] "Overlay Enabled", source: http://www.rottentomatoes.com/mobile/m/300_rise_of_an_empire/ (441)
[0306/133211:INFO:CONSOLE(1)] "Uncaught TypeError: undefined is not a function", source: (1)
[0306/133211:INFO:CONSOLE(1)] "Uncaught TypeError: undefined is not a function", source: (1)
[0306/133211:INFO:CONSOLE(1)] "Uncaught TypeError: undefined is not a function", source: (1)
[0306/133211:INFO:CONSOLE(1)] "Uncaught TypeError: undefined is not a function", source: (1)
[0306/133211:INFO:CONSOLE(1)] "Uncaught TypeError: undefined is not a function", source: (1)
Segmentation fault (core dumped)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.