Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 11.0.0-rc1
-
Ubuntu 22.04 LTS, bash
Windows 11, cmd.exe
-
f02d0354c (master)
Description
- Open Creator's terminal (the new, integrated one).
- Type "exit" and press Enter.
The terminal's tab closes. - Open Creator's terminal again.
- Type some nonsense and press Enter.
The running shell tries to handle that but fails and probably shows an error message like "command not found". - Type "exit" and press Enter.
The terminal freezes but doesn't close. It shows something like:logout Process exited with code: 127
The shown exit code seems to match the return code of the failed command from step 4.