Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 4.4.0-beta1
-
Arch Linux / Nexus 7
Description
Steps to reproduce
- Open e.g. "swipetoremove" example from Qt Quick Controls 2
- Start application on Android device
- Disconnect Android device
- Click 'X' on Application Output tab (opens the "Application Still Running" dialog)
- Click 'Force Quit'
Expected outcome
Tab is closed (as in Qt Creator 4.3.1)
Actual outcome
Nothing happens. Second click on 'X' closes tab (without any dialog) and prints
SOFT ASSERT: "state == RunControlState::Stopped || state == RunControlState::Initialized" in file /work/build/qt-creator/src/plugins/projectexplorer/runconfiguration.cpp, line 662 QProcess: Destroyed while process ("/opt/android-sdk/platform-tools/adb") is still running.
Notes
Also clicking on the "Stop Running Program" button (the little red square) does nothing (both in 4.3.1 and 4.4.0-beta1). I don't if this is expected, but it doesn't seem very intuitive.