You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
open a new Dyalog APL notebook;
execute ]load HttpCommand;
execute HttpCommand.Get 'https://google.com';
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.
If one loads
HttpCommand
and then usesHttpCommand.Get
toGet
some URL, the interpreter will crash when the kernel is shutdown. This happens on my Windows 10 machine.Minimal steps to reproduce the issue:
]load HttpCommand
;HttpCommand.Get 'https://google.com'
;The aplcore that was generated is attached to this issue.
aplcore.zip
The text was updated successfully, but these errors were encountered: