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

Window stopped responding after appending many long lines to output channel #42418

Closed
chrmarti opened this issue Jan 30, 2018 · 2 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues output Output channel system issues verified Verification succeeded

Comments

@chrmarti
Copy link
Contributor

Issue Type

Bug

Description

Testing #40716

I was appending very long lines (65k chars) to the output channel to test the threshold and after a while the window became unresponsive and the 'window does not respond' dialog from the OS poped up.

VS Code Info

VS Code version: Code - Insiders 1.20.0-insider (98ae735, 2018-01-30T06:08:11.782Z)
OS version: Darwin x64 16.7.0

Reproduces without extensions

@chrmarti
Copy link
Contributor Author

This actually works with multiple lines (using appendLine()). It breaks when keep appending to the same line. Making it less of a problem.

@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues output Output channel system issues labels Sep 12, 2018
@sandy081 sandy081 added this to the September 2018 milestone Sep 12, 2018
@sandy081
Copy link
Member

This is fixed by #57618

@octref octref added the verified Verification succeeded label Sep 27, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues output Output channel system issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants