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

Beautifying hangs and also freezes up Atom #1733

Closed
foutrelis opened this issue Jun 20, 2017 · 1 comment
Closed

Beautifying hangs and also freezes up Atom #1733

foutrelis opened this issue Jun 20, 2017 · 1 comment
Assignees
Milestone

Comments

@foutrelis
Copy link

foutrelis commented Jun 20, 2017

Starting with v0.30.0, atom-beautify hangs while beautifying code (tried C and Go files). There is a bash -ilc env process that uses 100% of one core while other cores are tied up by Atom/Electron processes.

Doing a quick git bisect shows commit bc21afd as the first commit that displays this behavior.

I'm using Atom 1.18 (running on Electron 1.4.16) on Arch Linux x86_64.

@Glavin001
Copy link
Owner

There is a bash -ilc env process that uses 100% of one core while other cores are tied up by Atom/Electron processes.

Interesting, this child process for bash -ilc env should not be blocking. This is good to know so I can focus my investigations!


Closing this as a duplicate of #1728 . Would you be able to copy over any additional debugging information you have discovered? I want to keep all of the same discussion on #1728 . Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants