Re: [Q] why switch_exec_pids() changes thread group leader pid?

From: Kirill Korotaev
Date: Mon Sep 20 2004 - 06:59:43 EST


William Lee Irwin III wrote:
On Mon, Sep 20, 2004 at 03:29:47PM +0400, Kirill Korotaev wrote:

I've been looking through switch_exec_pids() function and found that it changes thread group leader PID/TGID. Is it really a good idea to change pid of the process during it's lifetime? I could understand if it was happenning in the context of that process, but pid changes everytime a thread calls do_execve().
As far as I can see, leader doesn't have to do any of detach_pid()'s. Instead thread should change it's PID/TGID.


It's only done when a thread that is not a thread group leader
execve()'s. This is actually pretty rare and confined to threaded
applications, so it should be almost never called.
Heh, rare doesn't mean correct, yeah? :)

Kirill

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/