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

QWebView crashes in release version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • 5.1.0
    • 5.0.1
    • WebKit
    • None
    • Win7 Ultimate SP1, MS Visual Studio Ultimate 2012 Update 2

      MainWindow::MainWindow(QWidget *parent) :
        QMainWindow(parent)
      {
        QWebView *test_view = new QWebView(this);
        QWebPage *page = test_view->page();
      }
      

      This is the minimal code needed to crash the program in release mode. Debug version works fine, release version crashes on the test_view->page() call. Attaching the project used to reproduce this issue.

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

            jturcott Jocelyn Turcotte
            void off() Andrej Vojtov
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes