Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Sun, 25 October 2020 01:51 Go to next message
SP Chan is currently offline SP ChanFriend
Messages: 6
Registered: October 2020
Junior Member
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: Thu, 20 June 2024 02:22]

Report message to a moderator

Re: TM Terminal: some shells hang when launched [message #1833978 is a reply to message #1833824] Thu, 29 October 2020 12:31 Go to previous messageGo to next message
Mark Smith is currently offline Mark SmithFriend
Messages: 82
Registered: September 2020
Member
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] Thu, 20 June 2024 02:10 Go to previous message
SP Chan is currently offline SP ChanFriend
Messages: 6
Registered: October 2020
Junior Member
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: Thu, 20 June 2024 02:24]

Report message to a moderator

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


Current Time: Tue Oct 15 15:41:20 GMT 2024

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

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

Back to the top