Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Occasional exception in TrackingCollection. #597
Comments
|
Feels like a race condition between disposal of the current listeners in preparation for processing the new results and the current list still processing. |
|
I tried my best to reproduce this bug or see how it could happen and I checked the master and maintainer-workflow-diff branches. The only usages of |
|
Still getting this occasionally. The exception seems to be swallowed so it doesn't crash VS, but I'm worried that it might break the PR list. |
|
Fixed by #742. |
I get very occasional exceptions in TrackingCollection - usually when the PR list is updating. Here's the details:
As you can see, the stack trace shows only the current method:
RemoveItem.This crashes VS.
The text was updated successfully, but these errors were encountered: