JuliaWeb / LibSSH.jl

A Julia wrapper for libssh.
https://juliaweb.github.io/LibSSH.jl/
MIT License
7 stars 1 forks source link

Unreachable reached at 000001c16867d470 #27

Open ShumWC opened 1 month ago

ShumWC commented 1 month ago

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

JamesWrigley commented 1 month ago

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?