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
I've been receiving reports of clients receiving the following error when connecting to a tmate instance: server version is too old for client
Since the docker image hasn't been updated in ~2 years, I decided to build it myself, but building master resulted in the container image immediately crashing on startup with no info being printed.
Digging a bit with gdb results in the following stack trace
Program received signal SIGSEGV, Segmentation fault.
0x00007f6eb319a77d in getframeaddr () from /usr/lib/libexecinfo.so.1
(gdb) bt
#0 0x00007f6eb319a77d in getframeaddr () from /usr/lib/libexecinfo.so.1
#1 0x00007f6eb319a971 in backtrace () from /usr/lib/libexecinfo.so.1
#2 0x000055e2a25f60c1 in tmate_preload_trace_lib () at tmate-debug.c:109
#3 0x000055e2a25c1315 in main (argc=<optimized out>, argv=0x7ffccc1b1108, envp=0x7ffccc1b1128) at tmate-main.c:172
The text was updated successfully, but these errors were encountered:
Hello and thanks for this wonderful project.
I've been receiving reports of clients receiving the following error when connecting to a tmate instance:
server version is too old for client
Since the docker image hasn't been updated in ~2 years, I decided to build it myself, but building
master
resulted in the container image immediately crashing on startup with no info being printed.Digging a bit with
gdb
results in the following stack traceThe text was updated successfully, but these errors were encountered: