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

Using HttpCommand.Get and shutting down the kernel crashes the interpreter. #68

Open
rodrigogiraoserrao opened this issue Oct 26, 2020 · 0 comments

Comments

@rodrigogiraoserrao
Copy link
Contributor

rodrigogiraoserrao commented Oct 26, 2020

If one loads HttpCommand and then uses HttpCommand.Get to Get some URL, the interpreter will crash when the kernel is shutdown. This happens on my Windows 10 machine.

Minimal steps to reproduce the issue:

  1. open a new Dyalog APL notebook;
  2. execute ]load HttpCommand;
  3. execute HttpCommand.Get 'https://google.com';
  4. shutdown the kernel in any way.
    • for example, by using the "Kernel" > "Shutdown" menu, or
    • by interrupting with Ctrl+C the notebook server.

The aplcore that was generated is attached to this issue.

aplcore.zip

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

1 participant