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. Crashing Qt program
Forum Updated to NodeBB v4.3 + New Features

Crashing Qt program

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.3k Views 1 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.
  • J Offline
    J Offline
    jayapandiyan
    wrote on last edited by
    #1

    Hi All,
    I need to Run one program in Qt while Running I got this Error.
    "Signal received: SIGSEGV (Segmentation fault)
    For program MAC, pid 9,681

    You may discard the signal or forward it and you may continue or pause the process"

    What Can i Do any alternate Answer is There ?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      What do you mean with running in Qt?
      Does the program run otherwise standalone without flaw?

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • D Offline
        D Offline
        DerManu
        wrote on last edited by
        #3

        You have a bug in your program. Probably dereferencing an invalid pointer or freeing memory twice. Debug your program with the standard debugger (stepping through code, placing break points, inspecting variable values, thinking very hard) or valgrind.

        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