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
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ILLEGAL_INSTRUCTION at 0x1c16867d470 -- _wait_loop at C:\Users\shum.julia\packages\LibSSH\fyvIv\src\session.jl:451
in expression starting at REPL[14]:1
_wait_loop at C:\Users\shum.julia\packages\LibSSH\fyvIv\src\session.jl:451 #6 at C:\Users\shum.julia\packages\LibSSH\fyvIv\src\session.jl:77
unknown function (ip: 000001c16867d72b)
jl_apply at C:/workdir/src\julia.h:2157 [inlined]
start_task at C:/workdir/src\task.c:1202
Allocations: 10206731 (Pool: 10205086; Big: 1645); GC: 27
The text was updated successfully, but these errors were encountered:
Mmmm this looks fun. I see you're on Windows, could you run that code within a debugger and get a backtrace? Perhaps we're not building libssh_jll correctly on Windows or something. Also, what Windows version/architecture and CPU are you running it on?
using LibSSH
session = LibSSH.Session("192.168.1.88", 22)
following error message resutned:
Unreachable reached at 000001c16867d470
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ILLEGAL_INSTRUCTION at 0x1c16867d470 -- _wait_loop at C:\Users\shum.julia\packages\LibSSH\fyvIv\src\session.jl:451
in expression starting at REPL[14]:1
_wait_loop at C:\Users\shum.julia\packages\LibSSH\fyvIv\src\session.jl:451
#6 at C:\Users\shum.julia\packages\LibSSH\fyvIv\src\session.jl:77
unknown function (ip: 000001c16867d72b)
jl_apply at C:/workdir/src\julia.h:2157 [inlined]
start_task at C:/workdir/src\task.c:1202
Allocations: 10206731 (Pool: 10205086; Big: 1645); GC: 27
The text was updated successfully, but these errors were encountered: