Hi there, When trying to build latest Qt with the mingw-builds package x86_64-mingw-w64-gcc-4.7.1-release-c,c++,fortran-sjlj-rev3.7z on an Windows 7 64 bit I'm running into a crash of c11plus.exe : "cc1plus.exe has stopped working", apparently an access violation. This happens after compiling almost half of Qt 5 :(
The offending call is: g++ -c -include debug\lib_pch.h -pipe -fno-keep-inline-dllexport -g -Wall -Wextr a -fno-exceptions -frtti -DUNICODE -DQT_BUILD_DESIGNERCOMPONENTS_LIB -DQT_BUILDI NG_QT -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPA T -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -D_USE_MATH_DEFINES -DQT_STAT ICPLUGIN -DQDESIGNER_COMPONENTS_LIBRARY -DQT_DLL -DQT_DESIGNER_LIB -DQT_WIDGETS_ LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NO_E XCEPTIONS -I"D:\dev\qt\qt-5-mingw-builds-4.7.1-64\qtbase\include" -I"D:\dev\qt\q t-5-mingw-builds-4.7.1-64\qtbase\include\QtDesignerComponents" -I"D:\dev\qt\qt-5 -mingw-builds-4.7.1-64\qtbase\include\QtDesignerComponents\5.0.0" -I"D:\dev\qt\q t-5-mingw-builds-4.7.1-64\qtbase\include\QtDesignerComponents\5.0.0\QtDesignerCo mponents" -I"tmp" -I"." -I".." -I"..\..\lib\components" -I"..\..\lib\sdk" -I"..\ ..\lib\extension" -I"..\..\lib\shared" -I"..\propertyeditor" -I"..\..\..\..\shar ed\qtpropertybrowser" -I"..\..\..\..\shared\qtgradienteditor" -I"..\..\..\..\sha red\findwidget" -I"..\objectinspector" -I"..\signalsloteditor" -I"..\formeditor" -I"..\widgetbox" -I"..\buddyeditor" -I"..\taskmenu" -I"..\propertyeditor" -I".. \..\..\..\shared\tools\shared\qtpropertybrowser" -I"..\tabordereditor" -I"D:\dev \qt\qt-5-mingw-builds-4.7.1-64\qtbase\include\QtDesigner" -I"D:\dev\qt\qt-5-ming w-builds-4.7.1-64\qtbase\include\QtDesigner\5.0.0" -I"D:\dev\qt\qt-5-mingw-build s-4.7.1-64\qtbase\include\QtDesigner\5.0.0\QtDesigner" -I"D:\dev\qt\qt-5-mingw-b uilds-4.7.1-64\qtbase\include\QtWidgets" -I"D:\dev\qt\qt-5-mingw-builds-4.7.1-64 \qtbase\include\QtWidgets\5.0.0" -I"D:\dev\qt\qt-5-mingw-builds-4.7.1-64\qtbase\ include\QtWidgets\5.0.0\QtWidgets" -I"D:\dev\qt\qt-5-mingw-builds-4.7.1-64\qtbas e\include\QtXml" -I"D:\dev\qt\qt-5-mingw-builds-4.7.1-64\qtbase\include\QtGui" - I"D:\dev\qt\qt-5-mingw-builds-4.7.1-64\qtbase\include\QtGui\5.0.0" -I"D:\dev\qt\ qt-5-mingw-builds-4.7.1-64\qtbase\include\QtGui\5.0.0\QtGui" -I"D:\dev\qt\qt-5-m ingw-builds-4.7.1-64\qtbase\include\QtCore" -I"debug" -I"." -I"D:\dev\qt\qt-5-mi ngw-builds-4.7.1-64\qtbase\mkspecs\win32-g++" -o debug\qdesigner_components.o qd esigner_components.cpp This is a native 64 bit gcc. IIRC the gcc from the 32 bit package didn't crash (even when compiling for 64 bit), but I'd have to compile for a couple of hours again to verify... Can I do anything to help in fixing this? The stacktrace for obvious reasons is pretty cryptic: > cc1plus.exe!0000000000bf64b4() [Frames below may be incorrect and/or missing, no symbols loaded for cc1plus.exe] cc1plus.exe!0000000000bf6500() cc1plus.exe!0000000000bf67dd() cc1plus.exe!0000000000bf255f() cc1plus.exe!000000000046162e() cc1plus.exe!0000000000bf2ca9() cc1plus.exe!0000000000bf34fe() cc1plus.exe!0000000000678664() cc1plus.exe!0000000000ed6975() ntdll.dll!0000000076d385a8() ntdll.dll!0000000076d49d0d() ntdll.dll!0000000076d391af() ntdll.dll!0000000076d71278() cc1plus.exe!0000000000bf64b4() cc1plus.exe!0000000000bf6500() cc1plus.exe!0000000000bf67dd() cc1plus.exe!0000000000bf255f() cc1plus.exe!000000000046162e() cc1plus.exe!0000000000bf2ca9() cc1plus.exe!0000000000bf357e() cc1plus.exe!00000000006c0db6() cc1plus.exe!0000000000517322() cc1plus.exe!0000000000bfbce6() cc1plus.exe!0000000000513fdb() cc1plus.exe!00000000005140fd() cc1plus.exe!00000000005167e1() cc1plus.exe!000000000067a25b() cc1plus.exe!00000000004013d5() cc1plus.exe!00000000004014f8() kernel32.dll!00000000769c652d() ntdll.dll!0000000076d4c521() Regards Kai PS: Please tell me if this isn't the right mailing list for such issues. -- Kai Koehne Senior Software Engineer Nokia, Mobile Phones Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public