Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-42400

QWebView Crashes as soon as page is loaded on RaspBerry Pi

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.4.0 Beta
    • WebKit
    • None
    • Raspberry Pi, raspbian wheezy (official), raspberry pi official cross compiling tools.

    Description

      I have cross built Qt 5.4 from the 5.4 beta sources and with the Raspberry pi official cross compiler that can be found here https://github.com/raspberrypi/tools/tree/master/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian.

      Whole built went just fine and most simple apps will just build and run.

      Although when trying to use a QWebView in a very simple sample, i'm getting a crash (SIGILL) in libcrypto.so.1.0.0.

      the sample application is as follows :

      int main(int argc, char *argv[])
      {
      QApplication app(argc, argv);
      QWebView webView;
      webView.setUrl(QUrl("http://www.google.com"));
      webView.show();
      return app.exec();
      }

      i'm running the application with ./testwebview -platform xcb

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              allan.jensen Allan Sandfeld Jensen
              longchair LongChair
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes