qtc.process_stub: Inferior error: QProcess::Crashed "Process crashed"
-
wrote on 19 Aug 2023, 19:05 last edited by Pete Carter
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)" -
wrote on 8 Oct 2023, 04:53 last edited by
Problem fixed in
11.0.3
-
wrote on 26 Aug 2023, 22:41 last edited by
When will Qt Creator 11.0.3 be released fixing this error 🙄 ?!
-
When will Qt Creator 11.0.3 be released fixing this error 🙄 ?!
wrote on 3 Sept 2023, 08:47 last edited byhttps://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 🎉
-
-
wrote on 8 Oct 2023, 04:53 last edited by
Problem fixed in
11.0.3
-
-
-