jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.97k stars 515 forks source link

Node process deadlocks when JSCS is run #2256

Closed thegranddesign closed 8 years ago

thegranddesign commented 8 years ago

I can consistently get the node process to deadlock and peg the CPU at 100% when I run JSCS.

What information do you need from me to fix this?

image

thegranddesign commented 8 years ago

BTW, as far as I can tell, this only happens when there is an error in the requireAlignedObjectValues check.

markelog commented 8 years ago

See https://github.com/cst/cst/issues/113