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

NullReferenceException in WPF UIElement.OnMouseUpThunk #4

Open
luhansen-ms opened this issue Jan 27, 2025 · 0 comments
Open

NullReferenceException in WPF UIElement.OnMouseUpThunk #4

luhansen-ms opened this issue Jan 27, 2025 · 0 comments

Comments

@luhansen-ms
Copy link

Hello,

I'm a developer for Visual Studio, and I wanted to relay some info on a few VS Crashes that I believe to be resulting from this extension.
I don't have the symbols for VSGitBlame.dll, but I'm looking at an exception stack where WPF calls into it like this:

VSGitBlame!Unknown <- Exception coming from here
PresentationCore.ni!System.Windows.RoutedEventArgs.InvokeHandler
PresentationCore.ni!System.Windows.RoutedEventHandlerInfo.InvokeHandler
PresentationCore.ni!System.Windows.EventRoute.InvokeHandlersImpl
PresentationCore.ni!System.Windows.UIElement.ReRaiseEventAs
PresentationCore.ni!System.Windows.UIElement.OnMouseUpThunk

Where VS ultimately crashes.

It looks like it might be coming from this method, but could be somewhere else through something defined in xaml.

Happy coding!
Luke

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

1 participant