Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved The inferior stopped because it received a signal from the operating system.

    General and Desktop
    3
    4
    5751
    Loading More Posts
    • 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.
    • C
      C.Gabriel last edited by C.Gabriel

      Hello! I need some help with the next error
      (https://imgur.com/a/AxYYT)!

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        You should start your application in debug mode and go back the stack to your code to see where it's crashing.

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

        C 1 Reply Last reply Reply Quote 1
        • C
          C.Gabriel @SGaist last edited by

          @SGaist
          Can you be more specific ?

          I have no idea why I get this error. I just followed the steps from " How to make a slot game " tutorial .

          1 Reply Last reply Reply Quote 0
          • mrjj
            mrjj Lifetime Qt Champion last edited by

            Hi
            It means it crashes.
            So there is some error. ( looks like a invalid pointer)

            Best way to find it is to set breakpoint and single step through code until
            it reaches the line where it crashes.
            http://doc.qt.io/qtcreator/creator-debugging-example.html

            1 Reply Last reply Reply Quote 3
            • First post
              Last post