-
Notifications
You must be signed in to change notification settings - Fork 130
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
bug: maximum callstack exceeded
errors due to msgpackr
#265
Comments
The mentioned workaround works and exception isn't thrown . But we still have the connection issue as mentioned in eclipse-theia/theia#12574. The issue occurs only with Theia Blueprint 1.37 and not with Theia Blueprint 1.36 for the same vscode extension. Should I raise a separate defect for this ? |
@badrihcl I don't have an environment to test, if you can debug as to why it happens first that would be helpful. |
Contributed on behalf of STMicroelectronics Signed-off-by: Johannes Faltermeier <[email protected]>
Contributed on behalf of STMicroelectronics Signed-off-by: Johannes Faltermeier <[email protected]>
@badrihcl Can you try with Blueprint 1.38.0, that we recently made available? It pins Also, it seems that |
Bug Description:
There is an issue following 6ddc6e3 where the upgrade to
msgpackr
is causingmaximum callstack exceeded
errors due to eclipse-theia/theia#12499. We added aresolution
note in the main repo as a workaround until fixed:https://github.com/eclipse-theia/theia-blueprint/blob/5850adb9220e3cea711ebcf4ef89852c7720778e/yarn.lock#L9567-L9568
Steps to Reproduce:
maximum callstack exceeded
logsAdditional Info
The text was updated successfully, but these errors were encountered: