Stale lock file causes QtCreator to freeze when starting
Bug #1452956 reported by
Victor Thompson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtbase-opensource-src (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned | ||
qtcreator (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I was debugging why my ubuntu-sdk instance would not start up (it instead freezes indefinitely) when I noticed a stale lock file under ~/.config. I removed this file and the IDE started.
To reproduce:
1. Execute the following from the terminal: touch ~/.config/
2. Start qtcreator or ubuntu-sdk.
Expected results: The IDE starts as expected
Actual results: The IDE hangs indefinitely
Any sane IDE should be able to handle stale lock files--such a thing should not prevent the application from starting.
To post a comment you must log in.
Seems this is related to a regression introduced by this bugfix to Qt: https:/ /bugreports. qt.io/browse/ QTBUG-21739