Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-27048

Crash in Core::Internal::EditorManagerPrivate::updateWindowTitleForDocument

    XMLWordPrintable

Details

    • Windows
    • 2e0633907f (qt-creator/qt-creator/master) 2e0633907f (qt-creator/tqtc-qt-creator/7.0)

    Description

      Core::Internal::EditorManagerPrivate::updateWindowTitleForDocument

                  windowTitle.append(" ");
              windowTitle.append(windowTitleAddition);
          }
      2020-->    const QString windowTitleVcsTopic = d->m_titleVcsTopicHandler
                 ? d->m_titleVcsTopicHandler(filePath)
                 : QString();
          if (!windowTitleVcsTopic.isEmpty()) {
              if (!windowTitle.isEmpty())
                  windowTitle.append(" ");
      
      

      VcsBase::Internal::StateListener::windowTitleVcsTopic (vcsbaseplugin.cpp:235)

      if (!filePath.isEmpty()) {
              searchPath = FilePath::fromString(filePath).absolutePath();
          } else {
              // use single project's information if there is only one loaded.
      235-->        const QList<Project *> projects = SessionManager::projects();
              if (projects.size() == 1)
                  searchPath = projects.first()->projectDirectory();
          }
          if (searchPath.isEmpty())
              return QString();
      

      ProjectExplorer::SessionManager::projects (session.cpp:566)

      const QList<Project *> SessionManager::projects()
      {
          return d->m_projects;
      }
      

      Fatal Error: EXCEPTION_ACCESS_VIOLATION_READ

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            con Eike Ziller
            thohartm Thomas Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes