Skip to content
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

Fix NRE in Win32 IpcChannel.StopListening() when no server started #3903

Conversation

ntherning
Copy link
Contributor

This makes the System.Runtime.Remoting test suite fail in various places on Windows due to the TestFixtureTearDown method in BaseCalls throwing an NRE.

The Unix IpcChannel.cs does the same null checks in StartListening()/StopListening() as those I added in the Win32 version in this PR.

This makes the System.Runtime.Remoting test suite fail in various places on
Windows due to the TestFixtureTearDown method in BaseCalls throwing an NRE.
@ntherning ntherning merged commit 9f9d6ca into mono:master Nov 7, 2016
@ntherning ntherning deleted the fix-NRE-in-Win32-IpcChannel.StopListening-when-no-server-started branch November 21, 2016 09:20
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…Channel.StopListening-when-no-server-started

Fix NRE in Win32 IpcChannel.StopListening() when no server started

Commit migrated from mono/mono@9f9d6ca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants