Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Program of QtCreator crashed
Forum Updated to NodeBB v4.3 + New Features

Program of QtCreator crashed

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 220 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.
  • P Offline
    P Offline
    Paulo Henrique
    wrote on last edited by Paulo Henrique
    #1

    I have problem with QtCreator, whenever i compile my program, when calling a function or using a loop, the program crashes out of nowhere, can someone help me please?

    JonBJ 1 Reply Last reply
    0
    • P Paulo Henrique

      I have problem with QtCreator, whenever i compile my program, when calling a function or using a loop, the program crashes out of nowhere, can someone help me please?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @Paulo-Henrique
      Not without seeing your code, no....

      Creator is not a compiler, it's an IDE. It calls whatever external compiler you have installed and pointed it to. If your code crashes it is an issue with your code/compilation/running, not Creator.

      If your code does crash: make sure you are compiling for Debug, and then run your application from Creator via the Debug button thing. When the "crash" is hit, the debugger should "grab control". Find the stack trace window there, and it will show a trace from the low-level crash back up to your own source code at a particular line. Examine that line carefully, as your code will be erroneous there.

      1 Reply Last reply
      2

      • Login

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