クローン(2)のマニュアルページでは、子スタックについては、
Since the child and calling process may share memory, it is not possible for the child
process to execute in the same stack as the calling process.
誰もが「記憶の共有」が具体的にどのようにそれを不可能にするのか説明できますか?OTOH、一般的な認識では、スレッド内の関数の実行シーケンスは他のスレッドとは異なるため、そこに別のスタックが必要です。
ありがとう、カピル