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

QtCreator crash on cmake/cpp project open

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • Qt Creator 4.8.2
    • C/C++/Obj-C++ Support
    • None
    • Linux/X11
    • After some deeper inspection problem was one of my projects :)

    Description

      Today I opened one of my projects that I work frequently and each time I open my project Qt creator crashes. There were no updates on my system since yesterday of any kind. Last time I was working on this project was yesterday. After I closed it yesterday I get crash each time I open now. I did try to remove generated *.user file and build- folder and reopen the project. After it loads about 1-2 sec I see an editor with code and then qt creator crashes. I have core file generation enabled. So here am attaching information from a core file

      I also have Qt Creator 4.8 beta 2 installed. When I open the project in it it does not crash. I get 100% CPU and process hangs and qt creator becomes nonresponsive. I am attaching file generated with 

       

        gdb -batch \
            -ex "set logging file $gdblogfile" \
            -ex "set logging on" \
            -ex "set pagination off" \
            -ex "printf \"**\n** Process info for $corepath - $core \n** Generated `date`\n\"" \
            -ex "printf \"**\n** $bininfo \n** $coreinfo\n**\n\"" \
            -ex "file $corepath" \
            -ex "core-file $core" \
            -ex "bt" \
            -ex "info proc" \
            -ex "printf \"*\n* Libraries \n*\n\"" \
            -ex "info sharedlib" \
            -ex "printf \"*\n* Memory map \n*\n\"" \
            -ex "info target" \
            -ex "printf \"*\n* Registers \n*\n\"" \
            -ex "info registers" \
            -ex "printf \"*\n* Current instructions \n*\n\"" -ex "x/16i \$pc" \
            -ex "printf \"*\n* Threads (full) \n*\n\"" \
            -ex "info threads" \
            -ex "bt" \
            -ex "thread apply all bt full" \
            -ex "printf \"*\n* Threads (basic) \n*\n\"" \
            -ex "info threads" \
            -ex "thread apply all bt" \
            -ex "printf \"*\n* Done \n*\n\"" \
            -ex "quit"
      

      What I use:
      Linux MATE 18.04.2 LTS
      cmake 3.13.4
      gcc/g++ 7.3.0-27ubuntu1~18.04
      Qt 5.12.1
      Qt Creator 4.8.2
      Qt Creator 4.9 Beta 2
       
       

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            oxoocoffee Robert J. Gebis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes