qtc.process_stub: Inferior error: QProcess::Crashed "Process crashed"
-
Bug with the Qt Creator 11.0.3 Community for Windows, and also with Msys2 version.
using qmake with params
TEMPLATE = app
CONFIG += console c++17
CONFIG -= app_bundle
CONFIG -= qtKits Qt_6_6_0_MSVC2019_64bit
and
Replacement_for_Desktop_Qt_6_5_3_shared
Same problem. I have already noticed that the prompt is buggy, if I try to close terminal by clicking on close buttons instead of pressing return, it freezes out the window for a noticeably few seconds.
If I select to use internal terminal, it also crashes.
Problem is thus not fixed with new version, as reported here: https://forum.qt.io/topic/148179/qtc-process_stub-inferior-error-qprocess-crashed-process-crashed
-
@v3v439bm0 You description is really not clear. Please explain better what you're doing and what is happening.
-
@jsulm the bug message is in the title of the thread
"qtc.process_stub: Inferior error: QProcess::Crashed "Process crashed"
compiling using qmake with those params created when choosing non-QT project / plain C++ application
it compiles, but crashes on launch in all those situations/configurations I just described
If I take off the console on config, then it just crashes and doesn't show the message
I'm linking some libs, SDL2, Glew, OpenGL
my version for windows is 11.0.3, my version in msys2 is 11.0.2-2
this problem started to happen in projects that were working just fine when I updated msys2 version to 11.0.2-2, then because someone said the bug was fixed on version 11.0.3 AND this version is NOT yet available in msys2, I downloaded the community 11.0.3 version for windows
sadly it also has the same problem
and msys2 doesn't keep older versions of the packages, so tough luck I cannot roll back to my previous qt creator and now I cannot work on anything at all
I don't know what else you would like me to describe, could you be more specific about what information is important for me to give?
cheers mate
-
@v3v439bm0 said in qtc.process_stub: Inferior error: QProcess::Crashed "Process crashed":
I'm linking some libs, SDL2, Glew, OpenGL
Do you build these libs using msys2? I'm asking because you can't mix MSVC++ and GCC.