atom-term icon indicating copy to clipboard operation
atom-term copied to clipboard

100% cpu

Open beeftornado opened this issue 10 years ago • 6 comments

As soon as I open a term tab, Atom helper starts to use 100% cpu. When I close the tab, it drops back down.

beeftornado avatar Mar 18 '14 05:03 beeftornado

Hey thanks, I will definitely look into this later this week

tjmehta avatar Mar 19 '14 06:03 tjmehta

looked into it this wkend narrowed it down to pty.js, haven't figured out exactly what yet though..

tjmehta avatar Mar 24 '14 07:03 tjmehta

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.

rrosen avatar May 06 '14 18:05 rrosen

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

kuakman avatar May 11 '14 04:05 kuakman

any solution for this? I'm using oh-my-zsh as well.

jordpo avatar May 28 '15 18:05 jordpo

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

tjmehta avatar May 28 '15 20:05 tjmehta