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

cgen: patch missing gettid on glibc < 2.30 #22987

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

felipensp
Copy link
Member

@felipensp felipensp commented Nov 27, 2024

This can be reproduced by running v vlib/v/tests/trace_calls_test.v.

Huly®: V_0.6-21428

@spytheman
Copy link
Member

spytheman commented Nov 27, 2024

It needs an older Linux distro, like Debian 10 .
glibc 2.30 is from 2019.
glibc 2.28 is from 2018.

Copy link
Member

@spytheman spytheman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work.

@spytheman spytheman changed the title v: fix missing gettid on glibc < 2.30 cgen: fix missing gettid on glibc < 2.30 Nov 27, 2024
@spytheman spytheman changed the title cgen: fix missing gettid on glibc < 2.30 cgen: patch missing gettid on glibc < 2.30 Nov 27, 2024
@spytheman spytheman marked this pull request as ready for review November 27, 2024 11:27
@spytheman spytheman merged commit 273adcc into vlang:master Nov 27, 2024
72 checks passed
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 this pull request may close these issues.

2 participants