QML crash in Qt 5.9 - help to read stack trace
问题 I am writing an app using Qt 5.9 with C++ main and QML UI on the top. Everything fine (including sending signals from C++ to QML) but when I add ChartView to the UI, I am seeing a crash. The stripped-down version of the ChartView looks like the following; when I omit it from the code, no crash. ChartView { id: _chartView LineSeries { name: "avgZ" XYPoint { x: 0; y: 0} } } This is the stack trace (via excellent backward-cpp): Stack trace (most recent call last): #27 Object "", at