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?

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.6k Views
  • 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 13 Mar 2016, 01:51 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 13 Mar 2016, 02:04 last edited by
      #2

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

      J 1 Reply Last reply 13 Mar 2016, 07:05
      0
      • L Leonardo
        13 Mar 2016, 02:04

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

        J Offline
        J Offline
        JohnYork
        wrote on 13 Mar 2016, 07:05 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 14 Mar 2016, 13:32 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

          4/4

          14 Mar 2016, 13:32

          • Login

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