Details
-
Type:
Task
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.9.0-rc1
-
Fix Version/s: Qt Creator 4.9.0
-
Component/s: QML Profiler
-
Labels:None
-
Platform/s:
-
Commits:5e7818c48c631cafe055faf106e3c553c7fec9b2 (qt-creator/qt-creator/4.9)
Description
SoftAssert in qmlprofilerstatisticsview.cpp:303 seems to be a legit case as it can be easily triggered. Please check whether this should be silenced or has another cause that should be fixed..
Steps to reproduce:
- create Qt Quick Application - Empty from template (I've used Qt5.9 kit if that matters)
- start profiling
- after some seconds stop the profiler
- click on one of the events inside the timeline (triggers the soft assert)