Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. qtc.process_stub: Inferior error: QProcess::Crashed "Process crashed"
Forum Updated to NodeBB v4.3 + New Features

qtc.process_stub: Inferior error: QProcess::Crashed "Process crashed"

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 2.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    v3v439bm0
    wrote on last edited by
    #1

    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 -= qt

    Kits 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

    jsulmJ 1 Reply Last reply
    0
    • V v3v439bm0

      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 -= qt

      Kits 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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @v3v439bm0 You description is really not clear. Please explain better what you're doing and what is happening.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      V 1 Reply Last reply
      0
      • jsulmJ jsulm

        @v3v439bm0 You description is really not clear. Please explain better what you're doing and what is happening.

        V Offline
        V Offline
        v3v439bm0
        wrote on last edited by
        #3

        @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

        jsulmJ 1 Reply Last reply
        0
        • V v3v439bm0

          @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

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @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.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved