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

Crash introduced in 3256b7b2ef7073264af3197bdcd62f4f9fe92ea1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 2.8.1
    • Qt Creator 3.0.0-rc1
    • C/C++/Obj-C++ Support
    • None
    • Gentoo-Linux, Qt 4.8.5
    • 54a12ebb797fa6c6805dc9d7a102b8f0339243a6

    Description

      I see a crash in QtCreator which was introduced in 3256b7b2ef7073264af3197bdcd62f4f9fe92ea1.

      The following mini program triggers it:

      QT       += core
      QT       -= gui
      TARGET = Test
      CONFIG   += console
      CONFIG   -= app_bundle
      TEMPLATE = app
      SOURCES += main.cpp
      
      #include <QCoreApplication>
      
      int main(int argc, char *argv[])
      {
      	QCoreApplication a(argc, argv);
      
      	if (::serverExe.isNull()) return;
      	return a.exec();
      }
      

      If I comment out the if (::serverExe.isNull()) return; line, it does not crash.

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            choenig Christian Hönig
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes