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

Circular parallell includes crashes qtcreator

    XMLWordPrintable

Details

    • Linux/X11
    • 6627cb2f3faa3b4dcec66e894c67d3fd2194c7c8 (qt-creator/qt-creator/master)

    Description

      I am trying to find more information about this bug:
      https://bugreports.qt.io/browse/QTCREATORBUG-23504

      So I am trying to trigger the bug in a different way (minimal example).
      I found this issue:

      It is possible to crash QtCreator using parallell includes that are circular.

      Load project zoo.pro

      1. zoo.pro
        include("bar.pro")
        include("foo.pro")
      1. bar.pro
        include("foo.pro")
      1. foo.pro
        include("bar.pro")

      Attachments

        1. bar.pro
          0.0 kB
        2. foo.pro
          0.0 kB
        3. zoo.pro
          0.0 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            raphexion Niklas Johansson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes