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. Qt Creator 3.5.0 periodically crashes
Forum Updated to NodeBB v4.3 + New Features

Qt Creator 3.5.0 periodically crashes

Scheduled Pinned Locked Moved Qt Creator and other tools
6 Posts 2 Posters 1.6k Views 2 Watching
  • 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.
  • A Offline
    A Offline
    alexalex
    wrote on last edited by
    #1

    here is dump:
    http://pastebin.com/TUBLjPwe
    periodically = every few hours. Other programs work well.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Are you doing anything special ? Letting the computer sleep ? Having it particularly loaded ? Other software running when this crash happen ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alexalex
        wrote on last edited by
        #3

        All questions - the answer is "no".
        I think it happens when the cursor hover over the word and hint should appear. I disabled hints, but nothing has changed.
        Qt creator is on an external usb HDD, I will try to move it to the internal SSD ...
        Sorry for my English.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Nothing wrong with your english :)

          Do you have a stack trace of the crash ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • A Offline
            A Offline
            alexalex
            wrote on last edited by
            #5

            stack trace - in my first message:
            Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
            0 libTextEditor.dylib 0x0000000109771644 TextEditor::FunctionHintProposalWidget::eventFilter(QObject*, QEvent*) + 340
            1 org.qt-project.QtCore 0x0000000103e083dc QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*, QEvent*) + 220
            2 org.qt-project.QtWidgets 0x000000010308761c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 28
            3 org.qt-project.QtWidgets 0x000000010308af2d QApplication::notify(QObject*, QEvent*) + 9421
            … and so on

            i found this point TextEditor::FunctionHintProposalWidget::eventFilter(QObject*, QEvent*) + 340 in libTextEditor.dylib, and i found similar code in https://github.com/qtproject/qt-creator/blob/master/src/plugins/texteditor/codeassist/functionhintproposalwidget.cpp

            it is:
            void FunctionHintProposalWidget::abort()
            {
            if (d->m_popupFrame->isVisible())
            d->m_popupFrame->close();
            qApp->removeEventFilter(this);
            deleteLater();
            }
            crash was in "d->m_popupFrame"
            But i see "functionhintproposalwidget.cpp" has been edit 7 days ago. Probably it is already fixed.
            http://s27.postimg.org/wjcp10ojn/Untitled.png

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              You can double check that with the Qt Creator mailing list or IRC channel

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0

              • Login

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