qtc.process_stub: Inferior error: QProcess::Crashed "Process crashed"
Solved
Qt Creator and other tools
-
My system info:
Operating System: Fedora Linux 38 KDE Plasma Version: 5.27.6 KDE Frameworks Version: 5.108.0 Qt Version: 5.15.10 Kernel Version: 6.4.10-200.fc38.x86_64 (64-bit) Graphics Platform: Wayland
- Open QtCreator
- Press
Ctrl + Shift + N
to create a new project - Select
Non-Qt Project
>Plain C++ Application
When the application runs, i get this error in the terminal:
I found this bug related to the topic:
https://bugreports.qt.io/browse/QTCREATORBUG-29503?jql=project %3D QTCREATORBUG AND fixVersion %3D "Qt Creator 11.0.3 (11.0 branch)" -
Problem fixed in
11.0.3
-
When will Qt Creator 11.0.3 be released fixing this error 🙄 ?!
-
When will Qt Creator 11.0.3 be released fixing this error 🙄 ?!
https://wiki.qt.io/Qt_Creator_Releases is the place to find out about Qt Creator upcoming releases.
Unfortunately 11.0.3 is not mentioned.
But you can make your own Qt Creator releases. Here are the steps:
- Fork https://github.com/qt-creator/qt-creator
- Enable GitHub Actions for your fork
- tag a commit as
v11.0.3
and push to your fork. - Wait a few hours, and you'll have a release artifact 🎉
-
P Pete Carter referenced this topic on
-
Problem fixed in
11.0.3
-
S SGaist has marked this topic as solved on
-
-