atom-term
atom-term copied to clipboard
100% cpu
As soon as I open a term tab, Atom helper starts to use 100% cpu. When I close the tab, it drops back down.
Hey thanks, I will definitely look into this later this week
looked into it this wkend narrowed it down to pty.js, haven't figured out exactly what yet though..
I'm having the same issue. My default shell is zsh with oh-my-zsh. I tried using chsh to change my shell to bash to see if that would help, but the terminal still opens with zsh.
Some users are experiencing same symptoms when spawning the terminal child process here: https://github.com/tjmehta/atom-term/blob/master/lib/TermView.js#L40
The original issue seems like is coming from pty.js (as @tjmehta mentioned) and it's reported here: https://github.com/chjj/pty.js/issues/39
any solution for this? I'm using oh-my-zsh as well.
It appears to be an issue with pty, not sure if it has been resolved.
— @tjmehta
On Thu, May 28, 2015 at 11:03 AM, Jordan Morano [email protected] wrote:
any solution for this? I'm using oh-my-zsh as well.
Reply to this email directly or view it on GitHub: https://github.com/tjmehta/atom-term/issues/2#issuecomment-106535420