QtCreator does not start (Windows 10)
Unsolved
Qt Creator and other tools
-
I am using QtCreator 4.8.1 with Qt 5.12.1 on Windows 10 and it was working well till last week. But now whenever i start it using desktop icon or cmd nothing happens. In the Task Manager, the QtCreator service starts and then stops in a few seconds. I started the editor in gdb and the output is as given below:
PS C:\Users\ADMIN> gdb E:\Qt\Tools\QtCreator\bin\qtcreator.exe GNU gdb (GDB) 7.8.1 ... (gdb) r Starting program: E:\Qt\Tools\QtCreator\bin\qtcreator.exe [New Thread 12120.0x1b18] [New Thread 12120.0x3788] [New Thread 12120.0x2c48] [New Thread 12120.0x360c] [New Thread 12120.0x2bdc] [Thread 12120.0x2bdc exited with code 0] [New Thread 12120.0x2dec] [New Thread 12120.0x1ce4] [Thread 12120.0x1ce4 exited with code 0] [New Thread 12120.0x2d00] [New Thread 12120.0x2570] [New Thread 12120.0x2f08] [New Thread 12120.0x32c0] [New Thread 12120.0x2298] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 12120.0x2570] 0x00007ff81e4e3cd6 in dbghelp!SymGetFileLineOffsets64 () from C:\WINDOWS\SYSTEM32\dbghelp.dll (gdb) c Continuing. [New Thread 12120.0x3258] [Thread 12120.0x3788 exited with code 3221225477] [Thread 12120.0x2c48 exited with code 3221225477] [Thread 12120.0x360c exited with code 3221225477] [Thread 12120.0x2dec exited with code 3221225477] [Thread 12120.0x2d00 exited with code 3221225477] [Thread 12120.0x2570 exited with code 3221225477] [Thread 12120.0x2f08 exited with code 3221225477] [Thread 12120.0x2298 exited with code 3221225477] [Thread 12120.0x32c0 exited with code 3221225477] [Thread 12120.0x238c exited with code 3221225477] [Thread 12120.0x2474 exited with code 3221225477] [Thread 12120.0x19e8 exited with code 3221225477] [Thread 12120.0x2f60 exited with code 3221225477] [Thread 12120.0x1ec8 exited with code 3221225477] [Inferior 1 (process 12120) exited with code 030000000005] (gdb)
-
Hi and welcome to devnet,
@alamar213 said in QtCreator does not start (Windows 10):
exited with code 030000000005
This means you have a stack overflow. Are you creating anything really big on the stack ?
-
Can you try starting if with all plugins disabled ?