Bug: VS2019 Freezes After Solution Finished Loading

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
ulex
Posts: 3
Joined: Wed 01 Sep 2021 12:10

Bug: VS2019 Freezes After Solution Finished Loading

Post by ulex » Wed 01 Sep 2021 12:36

Hi,

I am from JetBrains ReSharper
We have received a freeze/deadlock report from our customer: https://youtrack.jetbrains.com/issue/RSRP-485817
A detailed technical description is available on the link, In short: calling of `_DTE.get_ActiveSolutionProjects` from a background thread may leads to deadlock. This method is is called from EntityDeveloperPackage+ReferencedAssemblyResolver which is invoked when new assembly is going to be loaded.

It seems like there is nothing we can do on our side, unfortunately.

UPD: forget to mention Entity Developer version: v6.10.1189.0

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Bug: VS2019 Freezes After Solution Finished Loading

Post by Shalex » Fri 03 Sep 2021 08:19

Thank you for your report.

1. We will analyze the stack trace provided at https://youtrack.jetbrains.com/issue/RSRP-485817 and review the corresponding source code of Entity Developer.

2. Are there particular steps we should follow with the newest builds of ReSharper and Entity Developer to reproduce the freeze of VS2019?

ulex
Posts: 3
Joined: Wed 01 Sep 2021 12:10

Re: Bug: VS2019 Freezes After Solution Finished Loading

Post by ulex » Fri 03 Sep 2021 14:36

1. Thanks!
2. It is a race condition, so I think there are no stable steps to reproduce.

ulex
Posts: 3
Joined: Wed 01 Sep 2021 12:10

Re: Bug: VS2019 Freezes After Solution Finished Loading

Post by ulex » Thu 28 Oct 2021 14:55

Shalex, may I kindly ask you to take a look at this issue.
We often receive complaints about this problem, but we cannot do anything about it.

Thanks.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Bug: VS2019 Freezes After Solution Finished Loading

Post by Shalex » Mon 01 Nov 2021 09:58

Thank you for bringing this issue to our attention. The investigation is in progress.

Post Reply