Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.2.0
-
None
-
Windows 8.1
Description
Using the MinGW version that comes with the official Qt 5.2 installer, I was not able to produce a working debug build of Qt Creator. Trying to run such a build under GDB results in the following error message:
qmake.exe -r "CONFIG+=debug" [...] mingw32-make.exe -j 9 [...] gdb bin\qtcreator.exe GNU gdb (GDB) 7.5.1 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-w64-mingw32". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from c:\Users\peter\Develop\repos\qt-creator_build\bin\qtcreator.exe...done. (gdb) run Starting program: c:\Users\peter\Develop\repos\qt-creator_build\bin\qtcreator.exe [New Thread 4372.0xe7c] warning: SHIMVIEW: ShimInfo(Complete) ../../../../src/gdb-7.5.1/gdb/utils.c:1081: internal-error: virtual memory exhausted: can't allocate 6434006 bytes. A problem internal to GDB has been detected, further debugging may prove unreliable.
A solution that I found, is to use this custom 64bit build of Qt and the included MinGW version (64bit, SEH):
Attachments
Issue Links
- relates to
-
QTCREATORBUG-11560 QtCreator dies on startup with std::bad_alloc
- Closed
-
QTBUG-35288 Provide MinGW 64 bit binary packages
- Closed