-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Attempted to access an unloaded AppDomain" during Roslyn.Services.Editor2.UnitTests.dll #15497
Comments
This doesn't seem actionable without more info. Let's wait a bit to see if it starts to happen more. |
@Pilchie This is the second time it's happened in recent (last week or two) memory. |
So - what do you propose doing about it? |
Figure out why we didn't get a crash dump or something? |
Can you think of what additional logging we could add to track this down? |
My main thought is xunit put that error message in the log....they must have caught the exception somewhere. It might have a stack trace that can be printed too. |
Moving to 15.3, since we're now seeing this very, very reliabily. |
At the end of the xunit log:
Finished: Roslyn.Services.Editor2.UnitTests
System.AppDomainUnloadedException: Attempted to access an unloaded AppDomain.
Unfortunately no additional output or crash dump was produced.
The text was updated successfully, but these errors were encountered: