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

tsc hangs and loops consuming CPU on a single input file #6057

Closed
t0yv0 opened this issue Dec 11, 2015 · 6 comments
Closed

tsc hangs and loops consuming CPU on a single input file #6057

t0yv0 opened this issue Dec 11, 2015 · 6 comments
Labels
Duplicate An existing issue was already created

Comments

@t0yv0
Copy link

t0yv0 commented Dec 11, 2015

TypeScript compiler hangs for me and does not complete compilation within 5 minutes on a 50 KB source file. To reproduce, run on this input file:

https://raw.githubusercontent.com/Tachyus/gluon/master/src/Gluon.Client/Gluon.ts

Platform: Windows 10 64-bit

tsc --version
message TS6029: Version 1.7.3

node --version
v5.2.0
@mhegazy
Copy link
Contributor

mhegazy commented Dec 11, 2015

looks like a duplicate of #5849

@mhegazy
Copy link
Contributor

mhegazy commented Dec 11, 2015

Can you try VS2015 TS 1.7.6 Update or VS 2013 1.7.5 Update and let us know if it solves the issue?

@mhegazy mhegazy added the Duplicate An existing issue was already created label Dec 11, 2015
@mhegazy mhegazy added this to the TypeScript 1.7.5 milestone Dec 11, 2015
@t0yv0
Copy link
Author

t0yv0 commented Dec 11, 2015

Yea sounds like a good idea to try. Can I install 1.7.6 via NPM?

@vladima
Copy link
Contributor

vladima commented Dec 11, 2015

you can use typescript@next to install the latest nightly build

@t0yv0
Copy link
Author

t0yv0 commented Dec 11, 2015

Nice. Thank you. Indeed, with Version 1.8.0-dev.20151210 everything is fine.

@t0yv0 t0yv0 closed this as completed Dec 11, 2015
@mhegazy
Copy link
Contributor

mhegazy commented Dec 11, 2015

thanks @t0yv0!

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants