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. lrelease.exe reports "segmentation fault", is it caused by compiler?
Forum Updated to NodeBB v4.3 + New Features

lrelease.exe reports "segmentation fault", is it caused by compiler?

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt 5.6.0lreleasegcc v5.3.0
4 Posts 2 Posters 1.7k 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
    JohnYork
    wrote on last edited by
    #1

    Hello everyone!
    I'm compiling Qt v5.6.0 with GCC v5.3.0 of MinGW-w64 from MSYS2 shell. But when compiling QtTranslations module, the program 'lrelease.exe' which is generated from QtTools module in Qt source code v5.6.0 failed with a message of 'segmentation fault'. I haven't tried with GCC v4.9.2 because I have no enviroment of GCC v4.9.2, and can't conform whether the fault is caused by compiler or the code of 'lrelease'. could you help me?

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

      Hi. Could you post a snippet of the output you're getting?

      J 1 Reply Last reply
      0
      • L Leonardo

        Hi. Could you post a snippet of the output you're getting?

        J Offline
        J Offline
        JohnYork
        wrote on last edited by
        #3

        @Leonardo Hi, thanks for your replying.
        As your wish, here is the message while compiling QtTranslations:

        Mr.John@MRJOHN-PC MINGW64 /e/qtc1/src560/qttranslations/translations
        $ make -f makefile.debug
        QT_PLUGIN_PATH=/E/qtc1/src560/qtbase/plugins PATH=/E/qtc1/src560/qtbase/lib${PATH:+:$PATH} QMAKE=/E/qtc1/src560/qtbase/bin/qmake.exe 'E:\qtc1\src560\qttools\bin\lrelease.exe' assistant_cs.ts -qm assistant_cs.qm
        makefile.debug:813: recipe for target 'assistant_cs.qm' failed
        make: *** [assistant_cs.qm] Segmentation fault
        
        1 Reply Last reply
        0
        • L Offline
          L Offline
          Leonardo
          wrote on last edited by
          #4

          Hi. I've been thinking about this for a while and I have no idea... I don't think it's related to your gcc version. If you don't need this module, you could skip it.

          -skip qttranslations

          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