Closed scottbilas closed 7 years ago
I should have checked existing issues first. This is a dup of https://github.com/pasztorpisti/vs-window-title-changer/issues/3 I suppose.
Thank you for the report. Unfortunately I'm not a windows developer at the moment and don't have the time to set up a windows box to debug and fix the issues related to the extension. It makes use of multithreading that might have a bug somewhere. While most people don't have problems it seems that quite a few developers had a similar crash to yours.
It is very likely that the bug is in the exec
expression that you are also using to get the git related info.
This bug has been fixed as described in #3.
I've been getting a crash in VS2015 for a while now. Just randomly dies while nothing in particular is going on. Finally decided to look into it with Windbg, which caught it and seems to implicate VSWindowTitleChanger. Below I've pasted what windbg reports before VS's crash handler kicks in and starts trying to report to MS.
The problem seems to happen quicker when I have more than one VS at a time loaded. Sometimes the first instance will crash, sometimes later ones.
I'm using the following expression:
And here is the dump from Windbg: