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

QWebView causes exception because of some websites

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P2: Important
    • None
    • 5.5.0, 5.5.1
    • WebKit
    • None

    Description

      Write Access Violation caused by some web pages (e.g. steamcommunity.com):

      MainWindow::MainWindow(QWidget *parent) :
          QMainWindow(parent),
          ui(new Ui::MainWindow)
      {
          ui->setupUi(this);
          QWebView *wv = new QWebView(this);
          wv->load(QUrl("http://steamcommunity.com/"));
          setCentralWidget(wv);
      
      }
      

      Error message:

      ASSERTION FAILED: leftSide->category() != CalcOther && rightSide->category() != CalcOther
      css\CSSCalculationValue.cpp(290) : WebCore::CSSCalcBinaryOperation::create
      1   00007FFB32A33969
      2   00007FFB320F72B5
      3   00007FFB320F7BA2
      4   ...
      

      Also see http://stackoverflow.com/questions/35019036/specific-websites-throwing-an-exception-in-qwebview?noredirect=1#comment57767100_35019036

      Attachments

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

        Activity

          People

            annulen Konstantin Tokarev
            thunderstorm Matthias
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes