Console leaves open threads

/bin/bash --login

From a little experimentation it seems like Glitch holds on to a reference to /bin/bash for each opened console. As I see it, though, those are using extremely little resources, and will be flushed when the container restarts after 12 hours of uptime.

Are you seeing some specific issue (aside from the presence of potentially-unused /bin/bash processes)?