Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.8.0-rc
-
Mac OSX 10.8.3, Creator based on Qt4.8.4, kit using Qt5
-
c219a5b5142752fab50fe761e815959cc16fabe1
Description
Steps to reproduce:
- make sure you have a kit using Qt5 (I've used Qt5.1rc)
- create Qt Quick 2 UI from 'New file or project...'
- profile it (works as expected - inferior closes on pushing 'Stop profiling')
- create another Qt Quick 2 UI
- profile it (does not close on pushing 'Stop profiling')
- (I've now profiled it again without closing it before - this closes the old inferior, starts a new one)
- the last profiled inferior must stay open to force the crash in Creator (if you close the inferior manually before closing Creator everything seems to be fine)
- close Creator
Expected result:
- nothing bad happens
Current result:
- Creator crashes (see attached crash log from Mac)
Attachments
Issue Links
- relates to
-
QTCREATORBUG-9608 Creator crashes after using QmlProfiler
- Closed