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

MSBuildStructuredLog hangs a lot #818

Open
adrianvmsft opened this issue Sep 13, 2024 · 5 comments
Open

MSBuildStructuredLog hangs a lot #818

adrianvmsft opened this issue Sep 13, 2024 · 5 comments

Comments

@adrianvmsft
Copy link

I am using 2.2.342 (on DevBox) and I run into lots and lots of hangs where the app just stops responding to mouse inputs. Not sure if DevBox has something to do with it.

I don't have a consistent repro.

Please ping me and I can share a dump.

@KirillOsenkov
Copy link
Owner

Are you using dark theme? Can you try using the light theme and see if the issues go away?

@KirillOsenkov
Copy link
Owner

if it hangs a lot, could you profile and see what the prevalent call stack is?

@DianaSoltani
Copy link

DianaSoltani commented Nov 14, 2024

I've noticed that MSBuild Structured Log Viewer will stop responding on devbox and freeze whenever after I wake my device up after sleeping/locking. This repros consistently. (I'm on light theme v2.2.383)

  1. Open binlog viewer on a devbox
  2. Lock your actual device (not devbox)
  3. Unlock and go back to your devbox and try interacting with the LogViewer that you've left open

I usually just close it and reopen and everything works again.

@KirillOsenkov
Copy link
Owner

unfortunately this is known and nothing we can do about :( what version are you on?

@KirillOsenkov
Copy link
Owner

oh you're on 2.2.383 which is the latest indeed. If you want to figure this out, you could open VS, Debug -> Attach to Process, select StructuredLogViewer.exe, break, and then see what the call stack is. If it has VirtualizingStackPanel, Measure, Layout or Arrange then there's absolutely nothing we can do about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants