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

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

Scheduled Pinned Locked Moved Brainstorm
3 Posts 2 Posters 2.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.
  • U Offline
    U Offline
    ulesQt
    wrote on 9 Jul 2012, 19:19 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 10 Jul 2012, 06:41 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 11 Jul 2012, 16:37 last edited by
        #3

        Thank you very much, that seems to be the problem

        1 Reply Last reply
        0

        1/3

        9 Jul 2012, 19:19

        • Login

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