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

Unresponsive Page When duplicate workspace url in theia-workspace file #12155

Closed
venciallee opened this issue Feb 7, 2023 · 0 comments · Fixed by #12159
Closed

Unresponsive Page When duplicate workspace url in theia-workspace file #12155

venciallee opened this issue Feb 7, 2023 · 0 comments · Fixed by #12159
Assignees
Labels
workspace issues related to the workspace

Comments

@venciallee
Copy link
Contributor

Bug Description:

There is Unresponsive Page issue(OOM) when duplicate workspace url in theia-workspace file.
Probably a circular linked list tree node, resulting in an infinite loop of traversal tree row when there're duplicate workspace url

Steps to Reproduce:

  1. edit theia.theia-workspace file and input following text { "folders": [ { "path": "theia" }, { "path": "theia" } ], "settings": null }
  2. open workspace by url(http://localhost:3000/#/xx/workspace/theia.theia-workspace)
  3. click exit button in chrome(so that theia layout save in localstorage)
  4. reopen workspace by url(http://localhost:3000/#/xx/workspace/theia.theia-workspace)

Additional Information

2.7.mov

00263de6-1a45-4173-8a41-34d91a87575f

  • Operating System: macOS 13.0.1
  • Theia Version: 1.33.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workspace issues related to the workspace
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants