-
Notifications
You must be signed in to change notification settings - Fork 669
[V2 rc0] RangeError: Maximum call stack size exceeded #1433
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
Comments
Same here. "Maximum call stack size exceeded" is happening too often together with "Allocation failed - process out of memory". And cli is noticeably slower now, before update build never didn't take more that 2.5 seconds now it is around 30 seconds. |
Yeah, i noticed increased time too. |
Also got "Maximum call stack size exceeded", with live reload / browser refresh not working after that. |
@danbucholtz Any insights on this issue? Have you seen it occur before? |
Same here. Your system information:
and also
|
+1 |
The call stack is happening within Rollup's deepClone method. Anyone have a public repo that is currently having this issue? It would help with troubleshooting. |
I believe I found the issue. The watch process is spawning multiple rollup bundle processes rather than just managing the one. This would greatly increase the memory footprint. I am working on a fix now. Thanks for reporting this! |
@jthoms1 thanks a lot for looking into this! |
Closed via ionic-team/ionic-app-scripts#44 This should be fixed in the next release of app scripts. |
@mhartington @jthoms1 Maximum call stack size exceeded error is gone but i am seeing the below error still that was occasionally thrown right after Max Stack before (see original issue description for another example).
|
@mhartington @jthoms1 I have @okonon exact same issue after 4-5 changes to the code. The templateUpdate started at around 9.8 secs, then it went up to 12, 13, 18, 40 and it broke. Lets hope that this issue will be resolved soon. Note: all packages are at its latest version |
guys, is this related?
|
@kabus202 looks like it. Try not to save a file while the rebuild is in progress. Oh, and |
@kabus202, try updating to the latest
Thanks, |
@danbucholtz, thanks I'm getting a invalid return on: └─┬ @ionic/app-scripts@0.0.30 invalid Log:
|
I updated |
@Pixocode I am not getting any errors on 0.0.29 |
@okonon oups ^^" |
Is this error fixed for anyone ..? |
Multiple people are getting below arrors. Originally I opened an issue abut it for
ionic
repository abut i beiliveionic-cli
is more appropriate place for it:ionic-team/ionic-framework#8280
Stack:
And also this error is thrown frequently:
The text was updated successfully, but these errors were encountered: