Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » [SOLVED] TM Terminal: some shells hang when launched(Some interactive shells are hanging when launched)
[SOLVED] TM Terminal: some shells hang when launched [message #1833824] Sat, 24 October 2020 21:51 Go to next message
Eclipse UserFriend
Weirdness: Using Eclipse 2020-09 on Fedora 33 and TM Terminal 10.

When TM Terminal is launching the shell, some are hanging

Doesn't work
1. /bin/bash
2. /bin/zsh

Does work
1. /bin/sh, /bin/ksh
2. /bin/tmux
3. /bin/fish

Running strace on /bin/bash shows:
pselect6(1, [0], NULL, NULL, NULL, {[], 8}

Launching /bin/bash within /bin/fish shows the same hang. The process is responsive to SIGHUP.
The user shell is /bin/bash, and that is working via tmux, i.e., TM Terminal -> tmux -> bash works, but TM Terminal -> bash(direct launch) hangs.

Any ideas? Thanks.

[Updated on: Wed, 19 June 2024 22:22] by Moderator

Re: TM Terminal: some shells hang when launched [message #1833978 is a reply to message #1833824] Thu, 29 October 2020 08:31 Go to previous messageGo to next message
Eclipse UserFriend
Check this one
https://marketplace.eclipse.org/content/tm-terminal
Re: TM Terminal: some shells hang when launched [message #1867221 is a reply to message #1833978] Wed, 19 June 2024 22:10 Go to previous message
Eclipse UserFriend
Necro-posting here: it turns out this is a bug in TM Terminal not handling escape sequences when ST is sent as ESC-\\ (it only handled BEL)

Furthermore, Linux sends broken escape sequences without the trailing ST.

Fixed here: https://github.com/eclipse-cdt/cdt/pull/833 should be in 2024-09, or 2024-06 with all p2 updates (wait a couple of weeks)

Many thanks to jonahgraham at Github.

[Updated on: Wed, 19 June 2024 22:24] by Moderator

Previous Topic:Right click context menu has different menu items
Next Topic:build or other task realy slow
Goto Forum:
  


Current Time: Thu Apr 17 17:34:28 EDT 2025

Powered by FUDForum. Page generated in 0.02863 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top