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

Crash upon exit after calling GraphsView.addSeries()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P1: Critical P1: Critical
    • None
    • 6.8.4, 6.9.1, 6.10.0 Beta2
    • Graphs: 2D
    • None
    • Windows 10 22H2, MSVC 2022 x64, Debug build

      Run the code below and then close the window. It will crash.

      import QtQuick
      import QtGraphs
      
      Window {
          width: 800
          height: 600
          visible: true
      
          GraphsView {
              id: graphsView
              anchors.fill: parent
          }
          LineSeries { id: externalLineSeries }
      
          Component.onCompleted: graphsView.addSeries(externalLineSeries)
      }
      

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

            kagro Kaj Grönholm
            skoh-qt Sze Howe Koh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes