Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Switching to bash lang under mux currently hangs on my system #498

Open
jmetz opened this issue Oct 19, 2024 · 1 comment
Open

[Bug]: Switching to bash lang under mux currently hangs on my system #498

jmetz opened this issue Oct 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jmetz
Copy link
Contributor

jmetz commented Oct 19, 2024

What went wrong?

The shrs_example program maxes out the CPU and the terminal oddly accepts input but won't do anything.

Spawning shell used is fish.

image

shrs on  master via  v1.81.0 
❯ target/debug/shrs_example

        __
   ___ / /  _______
  (_-</ _ \/ __(_-<
 /___/_//_/_/ /___/
a rusty POSIX shell | build v10192024.1136-dev
 jeremy shrs > mux python                                                                                                                                                     git:master  posix 
setting lang to python
 jeremy shrs > print("All good here")                                                                                                                             git:master 14.195439ms python 
All good here
 jeremy shrs > mux bash                                                                                                                                             git:master 121.425µs python 
setting lang to bash

Can type
But nothing happens, and the process just uses a bunch of cpu time                      
@jmetz jmetz added the bug Something isn't working label Oct 19, 2024
@MrPicklePinosaur
Copy link
Owner

Ah, i think the bash lang work is still work in progress. The best working language is python currently, and we just need to abstract some of the mechanisms we use to also work with bash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants