Occasional exception in TrackingCollection. #597
Comments
grokys
changed the title from
Occasion exception in TrackingCollection. to Occasional exception in TrackingCollection.
Oct 13, 2016
grokys
added bug crash
labels
Oct 13, 2016
|
Feels like a race condition between disposal of the current listeners in preparation for processing the new results and the current list still processing. |
shana
added the
P1 - Blocks Beta
label
Oct 24, 2016
|
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 |
paladique
added this to the
Maintainer Workflow: The Road to MVP
milestone
Dec 6, 2016
|
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. |
StanleyGoldman
referenced
this issue
Dec 14, 2016
Merged
ModelService prevents ObjectDisposedException #742
|
Fixed by #742. |
grokys
closed this
Jan 3, 2017
grokys
moved
from Not Started to Done in Maintainer workflow
Jan 31, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grokys commentedOct 13, 2016
•
edited
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.