Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.8.0
-
None
-
MacOS X 10.8, Qt Creator 2.8.0 commercial
-
b5922db843f744be6f42c931b64e84c1c4ddc7fe
Description
When I close the Qt Creator, the application always produces segmentation fault in the FakeVim plugin. The crash occurs in FakeVimHandler::eventFilter() on the line: if (!theFakeVimSetting(...). Debug prints show that this is executed after the destructor ~FakeVimPluginPrivate().
I changed the destructor ~FakeVimPluginPrivate() to delete the pointers there with ptr->deleteLater() instead of delete ptr and now it looks that it works for me - it never crashes.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-9809 APPCRASH on closing while editing a file with FakeVim enabled.
-
- Closed
-