#linux Bot Logged User list

Network: freenode
Modes: +NPRnrt
Last Seen: an hour ago
Topic: Welcome to #linux | Channel Rules: https://wiki.freenode.net/view/Linux| linux discussion and support | Every Linux distribution is welcome | Ask our AI a question. ai: query goes here.
#12
Rank
66
Users

Channel Log Archive for #linux

Prev
Next

* All times are UTC
Filtering by user: LiPi
Tuesday, January 30, 2024
[20:19:49] LiPi Hello, I want to use clone() with the CLONE_NEWPID flag to put the cloned process into a new pid namespace. But the parent is multithreaded, so a malloc() after clone() in the child can get stuck because of a possible mutex race condition.One solution is to use CLONE_VM, is there any issue with that?
[20:25:17] LiPi Hello, I want to use clone() with the CLONE_NEWPID flag to put the cloned process into a new pid namespace. But the parent is multithreaded, so a malloc() after clone() in the child can get stuck because of a possible mutex race condition.One solution is to use CLONE_VM, is there any issue with that?
Prev
Next