Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Gettting error @ Run Time..
Forum Updated to NodeBB v4.3 + New Features

Gettting error @ Run Time..

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 3 Posters 1.6k 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.
  • T Offline
    T Offline
    Tracer_Hunt
    wrote on last edited by
    #1

    Hi Everyone,

    I am developing a UI application using Qt. when i am trying to build my code, it is building properly but when i am trying to run it then i am getting an error widow which is flashing as

    “ The inferior stopped becuase it received a signal from operating system

    signal name- SIGSEGV
    signal meaning – segmentation fault

    Please help me out..
    Thanks

    1 Reply Last reply
    0
    • A Offline
      A Offline
      anselmolsm
      wrote on last edited by
      #2

      Hi gauravverma,

      segmentation fault means you have an issue in your code.

      Are you using Qt Creator? If so, build and run using the debugger tool, then it will show which line is causing this error.

      If you don't use Qt Creator, you can use either gdb or valgrind to find the error.

      Finally, if you find where the error happens and need help to solve it, post here again ;)

      UPDATE: Now I noticed you posted it in the "mobile and embedded" forum... in which system are you trying to run your app?

      Anselmo L. S. Melo (anselmolsm)

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qtrahul
        wrote on last edited by
        #3

        Segmentation error means your code or program was trying to access the memory but it was not allowed to do so.

        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