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

QtQuickView breaks on OSX Catalina

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.12.2
    • Quick: Widget
    • None
    • Mac OSX Catalina
    • macOS

      QtQuickView triggers a illegal instruction 4 when compiling on osx Catalina.

      Here is a minimal example to reproduce:

      QQuickView quickView;
      quickView.resize(600, 600);
      quickView.show();
      return app.exec(); 

       
      The same code works fine on previous OSX version AND, moreover, the same code compiled on previous OSX version but run on Catlina works correctly.

      Notice that by replacing QQuickView with a standard QWidget the application works fine.

       

      I did not test it on other Qt versions.

       

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

            tvete Paul Olav Tvete
            pierluigi.taddei Pierluigi Taddei
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes