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

Docker image segfault #104

Open
bretello opened this issue Jul 18, 2023 · 1 comment
Open

Docker image segfault #104

bretello opened this issue Jul 18, 2023 · 1 comment

Comments

@bretello
Copy link

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 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 
@gxanshu
Copy link

gxanshu commented Feb 28, 2025

any updates, getting same error

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

Successfully merging a pull request may close this issue.

2 participants