Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

PR list causes VS to hang when checking out PR in project with lots of PRs #738

@grokys

Description

@grokys

Steps to reproduce (note you may need to try this a few times - it doesn't always happen):

  1. Check out aspnet/Mvc
  2. Run with "break on CLR exceptions" disabled
  3. Click on a PR
  4. Click on the checkout link for the PR
  5. Watch VS hang for a good amount of time

If you look at the output window, about 2250 ObjectDisposedExceptions are being thrown by TrackingCollection.RemoveItem. These exceptions are being caught in ModelService.GetPullRequests but I assume the sheer amount of exceptions being thrown and caught is causing a hang.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions