Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 11.0.2
-
None
-
GNU bash, version 5.1.4(1)-release (x86_64-pc-linux-gnu)
Debian GNU/Linux 11
Debian 11.7 Bullseye
gcc version 10.2.1 20210110
-
-
02e2a642d (11.0)
Description
When I run any of my projects in the terminal, (so Projects->Run->Run in terminal is switched on) I always get error at the end:
qtc.process_stub: Inferior error: QProcess::Crashed "Process crashed"
Even when in a simple hello world application eg created with:
File->New Project->Non Qt-Project->Plain C++ Application
Started with Qt 11, happens both in the new internal console or the classic not internal (see Edit->Preferences->Terminal->Use Internal Terminal)
But I dont get this error when running with the debugger.