irb
irb copied to clipboard
Can't launch IRB in TTY, no way to kill/sigstop
Description
Expected Behaviour: Launch IRB in TTY.
Actual Behaviour: Can't seem to launch IRB in TTY, CTRL + C
, CTRL + Z
, or CTRL + \
won't work. Needed to change terminal and SIGKILL.
Result of irb_info
Sorry but if I can't launch IRB, how can I paste the command? Version:
irb 1.3.5 (2021-04-03) Ruby: 2.7.3 Ruby Host OS: DragonflyBSD 6
Terminal Emulator
Default TTY 1 - 7 (No GUI installed on system)
Setting Files
None, first basic install.
Edit
Ok, so I can ssh to my Linux system, and run IRB. irb_info
gives:
Ruby version: 2.7.3
IRB version: irb 1.3.5 (2021-04-03)
InputMethod: ReidlineInputMethod with Reline 0.2.7
RUBY_PLATFORM: x86_64-dragonfly6
Downgrading to timeout 0.3.2
did not help.
Went looking for anything around timeouts, and found https://github.com/ruby/net-http/issues/6 ... not sure if that is relevant though.