[MinGW-Notify] [mingw] #39952: cc1.exe/cc1plus.exe has stopped working

Back to archive index
MinGW Notification List mingw****@lists*****
Fri Jan 24 22:38:14 JST 2020


#39952: cc1.exe/cc1plus.exe has stopped working

  Open Date: 2020-01-24 09:52
Last Update: 2020-01-24 13:38

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/39952
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39952

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2020-01-24 13:38 Updated by: keith
 * Status Update from Open to Closed

 * Resolution Update from None to Invalid


Comment:

It appears that your compiler originates from the MSYS2 project. This project
unashamedly, and illegally, misrepresents their products as MinGW; they are no
such thing, and this project is not authorized to abuse the MinGW trademark in
this fashion. Since you are not using a genuine MinGW product, we cannot help
you.



---------------------------------------------------------------------
Ticket Status:

      Reporter: radikpsb
         Owner: (None)
          Type: Issues
        Status: Closed
      Priority: 5 - Medium
     MileStone: (None)
     Component: GCC
      Severity: 5 - Medium
    Resolution: Invalid
---------------------------------------------------------------------

Ticket details:

Hi. I've encounter a problem with C and C++ code compilation. In msys64
environment compiler does nothing: no errors, no outputs. In cmd.exe compiler
fails with "cc1.exe has stopped working" error. I could compile C and C++ code
using mingw about a year ago. But something happened and I can't do it anymore.
Don't know how to reproduce the problem because at home everything works
perfectly, but at work my collegue and I have exactly the same problem. I think
that compiler shouldn't crash without any error message.

Here is the program (doesn't matter actualy):

 1.  int main(int argc, char** argv) {
 2.      return 0;
 3.  }

OS Windows 10.0.14393 x64

GCC version

 1.  # ./gcc -v
 2.  Using built-in specs.
 3.  COLLECT_GCC=C:\msys64\mingw64\bin\gcc.exe
 4.  COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/lto-wrapper.exe
 5.  Target: x86_64-w64-mingw32
 6.  Configured with: ../gcc-9.2.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,fortran,ada,objc,obj-c++ --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-filesystem-ts=yes --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --enable-plugin --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
 7.  Thread model: posix
 8.  gcc version 9.2.0 (Rev2, Built by MSYS2 project)

Binutils version

 1.  # ./ld -v
 2.  GNU ld (GNU Binutils) 2.33.1

Couldn't find the mingw version in the _mingw.h

System version

 1.  # ./uname -a
 2.  MSYS_NT-10.0-14393 WSTT00099910893 3.0.7-338.x86_64 2019-07-11 10:58 UTC x86_64 Msys



-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/39952
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39952



More information about the MinGW-Notify mailing list
Back to archive index