-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Comments
Are you using dark theme? Can you try using the light theme and see if the issues go away? |
if it hangs a lot, could you profile and see what the prevalent call stack is? |
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)
I usually just close it and reopen and everything works again. |
unfortunately this is known and nothing we can do about :( what version are you on? |
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. |
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.
The text was updated successfully, but these errors were encountered: