Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.6.1
-
None
-
a5b85651ddc752fcf04d4369c627269d6d657875
Description
Using the FakeVim mode in QtCreator leads to (seemingly) unconditional crashes. The crash is caused by calling front() on an empty vector in fakevimhandler.cpp in FakeVimHandler::Private::handleCurrentMapAsDefault() in line 2778.
Please see the attached stack-trace.
The crash happens hours after starting up QtCreator and seems to be triggered by using the in Vim Command mode.
I also attached a simple patch.
Thanks a lot