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

Crash on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • 6.6.0 Beta3
    • None
    • Windows

    Description

      I was looking into QTBUG-115703 :  QtWebEngine 6.6.0 crashes on Windows.

      There are multiple issues reported in the bug, and this one specific to Debug mode.

      The user compiled Qt modules in Release mode and has a sample application (e.g., a simple browser).

      They compiled the sample application in Debug mode, and when running the application, it crashes.

      The crash is from ~QArraDataPointer()

      I could replicate the issue same using the following code. Sample project is attached for reference.

      ====================================================

      void funcString()

      {

          QStringList args;

          args.append("abc");

      }

      int main(int argc, char *argv[])

      {

          QApplication a(argc, argv);

          MainWindow w;

          w.show();

          funcString();

          return a.exec();

      }

      ==================================================

      Please check

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            anualiyas Anu Aliyas
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes