This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
intercept_hook_point_clone_child() is not called within the thread created by fork(), not pthread_create(). #135
Open
Description
intercept_hook_point_clone_child()
is called only when the child thread is created by pthread_create()
, but not with fork()
, although both GLIBC's fork()
and pthread_create()
with NPTL uses the same system call, clone()
.
[ Tested Environment ]
Ubuntu 24.04 / 6.8.0-35-generic x86_64 GNU/Linux (from official Ubuntu repository) / GLIBC 2.39-0ubuntu8.2 (also)
Metadata
Metadata
Assignees
Labels
No labels