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

Unhandled Exception after CTRL+C #53

Closed
Schwitzd opened this issue Aug 5, 2020 · 3 comments
Closed

Unhandled Exception after CTRL+C #53

Schwitzd opened this issue Aug 5, 2020 · 3 comments

Comments

@Schwitzd
Copy link

Schwitzd commented Aug 5, 2020

Dear all,

if you press CTRL+C during a loop command like "ping foo -t" I get the following error:
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.

thanks a lot
Daniel

@gerardog
Copy link
Owner

gerardog commented Aug 6, 2020

I finally understood the problem: the Ctrl-C Handler delegate is being garbage collected.
Working on a fix.

gerardog added a commit that referenced this issue Aug 6, 2020
…(CtrlC Handler delegate was garbage collected). #53
@gerardog
Copy link
Owner

gerardog commented Aug 6, 2020

Fixed, you can test it on this build before the next release.

@gerardog gerardog mentioned this issue Aug 9, 2020
@gerardog gerardog closed this as completed Aug 9, 2020
@Schwitzd
Copy link
Author

Dear Gerardo,

sorry for the late answer but is working 👍

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

No branches or pull requests

2 participants