Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Creator was crashed by segmentation fault
Qt 6.11 is out! See what's new in the release blog

Creator was crashed by segmentation fault

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lizr
    wrote on last edited by A Former User
    #1

    I use Qt Creator to new a project. but it was crashed. So I use gdb run qt creator. I got more info:

    Thread 1 "qtcreator" received signal SIGSEGV, Segmentation fault.
    0x00007ffff6ee5ae8 in QSortFilterProxyModel::parent(QModelIndex const&) const ()
       from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
    

    System : linuxmint 18.3
    I use apt to install qtcreator.
    I try to purge and reinstall qtcreator but it was still there...

    jsulmJ 1 Reply Last reply
    0
    • L Lizr

      I use Qt Creator to new a project. but it was crashed. So I use gdb run qt creator. I got more info:

      Thread 1 "qtcreator" received signal SIGSEGV, Segmentation fault.
      0x00007ffff6ee5ae8 in QSortFilterProxyModel::parent(QModelIndex const&) const ()
         from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
      

      System : linuxmint 18.3
      I use apt to install qtcreator.
      I try to purge and reinstall qtcreator but it was still there...

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Lizr Try to start QtCreator with "-noload Welcome -noload QmlProfiler -noload QuickDesigner" parameters from command line. If it help disable these plug-ins in "Help/About Plugins...".

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved