Skip to content
Snippets Groups Projects
  1. Feb 04, 2016
  2. Feb 03, 2016
    • Orgad Shaneh's avatar
      Git: Fix crash on Grep · 6a3e687d
      Orgad Shaneh authored
      
      If the process is already finished, and cancel is triggered Creator crashes.
      
      For example, search for "q" in qt-creator, wait for >200K popup, then wait a few
      seconds for the process to finish and press Cancel.
      
      The reason for the crash is that reportFinished() is called twice - one from
      GitGrepRunner::finish() and another one from Utils::runAsyncImpl().
      
      Change-Id: I61d379f5e3a5ae86c9a48a3751dbb2e00203516d
      Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
      6a3e687d
  3. Jan 27, 2016
  4. Jan 25, 2016
Loading