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

QWebView crashes in release version

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes