Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. SIGSEGV fault when compiling with custom MinGW distro (but OK with Qt's MinGW)

SIGSEGV fault when compiling with custom MinGW distro (but OK with Qt's MinGW)

Scheduled Pinned Locked Moved Brainstorm
3 Posts 2 Posters 2.4k 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.
  • U Offline
    U Offline
    ulesQt
    wrote on last edited by
    #1

    Hello, I am developing an application on Qt using Qt Creator, so far so good,
    but my partner asked me if i could use another distro of MinGW from http://nuwen.net/mingw.html, that He has been using for a while and He is happy with it so I decided to give it a try.

    I was able to add the new toolchain to Qt creator without major problems, and the building worked OK, but when running the application sent a SIGSEGV fault, this happens when launching the app, I a run the release version, crashes without message.

    Thank you and I hope someone can help me with this.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      You might run into binary compatibility issues between the libraries (built using GCC 4.4) and your application (built using GCC 4.7 C++11).

      "Rebuild the libraries":http://qt-project.org/wiki/Get_The_Source using your new toolchain.

      1 Reply Last reply
      0
      • U Offline
        U Offline
        ulesQt
        wrote on last edited by
        #3

        Thank you very much, that seems to be the problem

        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